Searched defs:n_columns (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 508 Utils::_variable_type Utils::getDoubleVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getDoubleVariableType() 758 Utils::_variable_type Utils::getIntVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getIntVariableType() 1309 Utils::_variable_type Utils::getUintVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getUintVariableType() 3421 GPUShaderFP64Test2::uniformTypeDetails::uniformTypeDetails(glw::GLuint n_columns, glw::GLuint n_row… in uniformTypeDetails() 4177 const glw::GLuint n_columns = uniform_type.m_n_columns; in prepareUniforms() local 4260 const glw::GLuint n_columns = uniform_type.m_n_columns; in prepareUniformVerification() local 5231 const glw::GLuint n_columns = it_uniform_details->m_n_columns; in prepareUniformBuffer() local 9623 … const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody() local 9641 … const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody() local 10038 … const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getVertexShaderBody() local [all …]
|
H A D | gl4cVertexAttrib64BitTest.cpp | 1615 const GLint n_columns = n_elements / n_rows; in calculateAttributeLocation() local 1626 const GLint n_columns = n_elements / n_rows; in calculateAttributeLocation() local 1669 const GLint n_columns = n_elements / n_rows; in configureAttribute() local
|
H A D | gl4cShadingLanguage420PackTests.cpp | 635 const glw::GLchar *Utils::getTypeName(TYPES type, glw::GLuint n_columns, glw::GLuint n_rows) in getTypeName() 818 Utils::uniformMatrixNdv Utils::getUniformMatrixNdv(const glw::Functions &gl, glw::GLuint n_columns,… in getUniformMatrixNdv() 886 Utils::uniformMatrixNfv Utils::getUniformMatrixNfv(const glw::Functions &gl, glw::GLuint n_columns,… in getUniformMatrixNfv() 4643 std::string ImplicitConversionsValidTest::getValueList(glw::GLuint n_columns, glw::GLuint n_rows) in getValueList() 18366 void Utils::program::uniform(const glw::GLchar *uniform_name, TYPES type, glw::GLuint n_columns, gl… in uniform()
|
H A D | gl4cEnhancedLayoutsTests.cpp | 662 GLuint Type::CalculateStd140Stride(GLuint alignment, GLuint n_columns, GLuint n_array_elements) in CalculateStd140Stride() 708 Type Type::GetType(TYPES basic_type, glw::GLuint n_columns, glw::GLuint n_rows) in GetType() 934 uniformMatrixNdv getUniformMatrixNdv(const glw::Functions &gl, glw::GLuint n_columns, glw::GLuint n… in getUniformMatrixNdv() 1002 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions &gl, glw::GLuint n_columns, glw::GLuint n… in getUniformMatrixNfv()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/ |
H A D | result_analyzer.py | 47 def n_columns(self) -> int: member in DataFrame
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniform_initializers.c | 119 const unsigned n_columns = glsl_get_matrix_columns(type); in copy_constant_to_storage() local
|