Searched defs:n_columns (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/ |
D | result_analyzer.py | 47 def n_columns(self) -> int: member in DataFrame
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_uniform_initializers.c | 119 const unsigned n_columns = glsl_get_matrix_columns(type); in copy_constant_to_storage() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 508 Utils::_variable_type Utils::getDoubleVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getDoubleVariableType() 759 Utils::_variable_type Utils::getIntVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getIntVariableType() 1310 Utils::_variable_type Utils::getUintVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getUintVariableType() 3374 GPUShaderFP64Test2::uniformTypeDetails::uniformTypeDetails(glw::GLuint n_columns, glw::GLuint n_row… in uniformTypeDetails() 4140 const glw::GLuint n_columns = uniform_type.m_n_columns; in prepareUniforms() local 4223 const glw::GLuint n_columns = uniform_type.m_n_columns; in prepareUniformVerification() local 5191 const glw::GLuint n_columns = it_uniform_details->m_n_columns; in prepareUniformBuffer() local 9553 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody() local 9570 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody() local 9959 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getVertexShaderBody() local [all …]
|
D | gl4cVertexAttrib64BitTest.cpp | 1610 const GLint n_columns = n_elements / n_rows; in calculateAttributeLocation() local 1621 const GLint n_columns = n_elements / n_rows; in calculateAttributeLocation() local 1664 const GLint n_columns = n_elements / n_rows; in configureAttribute() local
|
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() 4668 std::string ImplicitConversionsValidTest::getValueList(glw::GLuint n_columns, glw::GLuint n_rows) in getValueList() 18450 void Utils::program::uniform(const glw::GLchar* uniform_name, TYPES type, glw::GLuint n_columns, gl… in uniform()
|
D | gl4cEnhancedLayoutsTests.cpp | 660 GLuint Type::CalculateStd140Stride(GLuint alignment, GLuint n_columns, GLuint n_array_elements) in CalculateStd140Stride() 706 Type Type::GetType(TYPES basic_type, glw::GLuint n_columns, glw::GLuint n_rows) in GetType() 932 uniformMatrixNdv getUniformMatrixNdv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n… in getUniformMatrixNdv() 1000 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n… in getUniformMatrixNfv()
|