Home
last modified time | relevance | path

Searched refs:getNumberOfColumnsForVariableType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp134 static unsigned int getNumberOfColumnsForVariableType(_variable_type type);
Dgl4cGPUShaderFP64Tests.cpp903 unsigned int Utils::getNumberOfColumnsForVariableType(_variable_type type) in getNumberOfColumnsForVariableType() function in gl4cts::Utils
1129 const unsigned int n_a_columns = Utils::getNumberOfColumnsForVariableType(type_matrix_a); in getPostMatrixMultiplicationVariableType()
1132 const unsigned int n_b_columns = Utils::getNumberOfColumnsForVariableType(type_matrix_b); in getPostMatrixMultiplicationVariableType()
9553 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody()
9570 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody()
9959 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getVertexShaderBody()
10335 n_columns = Utils::getNumberOfColumnsForVariableType(variable.type); in setInputAttributeValues()
15378 const glw::GLuint n_columns = Utils::getNumberOfColumnsForVariableType(argument_type); in testBegin()