• Home
  • Raw
  • Download

Lines Matching refs:n_rows

508 Utils::_variable_type Utils::getDoubleVariableType(glw::GLuint n_columns, glw::GLuint n_rows)  in getDoubleVariableType()  argument
519 type = types[n_columns - 1][n_rows - 1]; in getDoubleVariableType()
759 Utils::_variable_type Utils::getIntVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getIntVariableType() argument
772 type = types[n_rows - 1]; in getIntVariableType()
1310 Utils::_variable_type Utils::getUintVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getUintVariableType() argument
1323 type = types[n_rows - 1]; in getUintVariableType()
3374 …UShaderFP64Test2::uniformTypeDetails::uniformTypeDetails(glw::GLuint n_columns, glw::GLuint n_rows) in uniformTypeDetails() argument
3375 : m_n_columns(n_columns), m_n_rows(n_rows) in uniformTypeDetails()
3377 Utils::_variable_type type = Utils::getDoubleVariableType(n_columns, n_rows); in uniformTypeDetails()
4129 const glw::GLuint n_rows = uniform_type.m_n_rows; in prepareUniforms() local
4130 const glw::GLuint n_elements = n_columns * n_rows; in prepareUniforms()
4155 const glw::GLuint column = element / n_rows; in prepareUniforms()
4156 const glw::GLuint column_elem = element % n_rows; in prepareUniforms()
4212 const glw::GLuint n_rows = uniform_type.m_n_rows; in prepareUniformVerification() local
4213 const glw::GLuint n_elements = n_columns * n_rows; in prepareUniformVerification()
12751 glw::GLuint n_rows; member
12885 typeDetails(glw::GLuint n_columns, glw::GLuint n_rows);
13535 typeDetails type(m_typeDefinition.n_columns, m_typeDefinition.n_rows); in iterate()
13772 BuiltinFunctionTest::typeDetails::typeDetails(glw::GLuint n_columns, glw::GLuint n_rows) in typeDetails() argument
13773 : m_n_columns(n_columns), m_n_rows(n_rows) in typeDetails()
13775 Utils::_variable_type type = Utils::getDoubleVariableType(n_columns, n_rows); in typeDetails()
13906 const glw::GLuint n_rows = type.m_n_rows; in getFunctionObject() local
13908 const Utils::_variable_type variable_type = Utils::getDoubleVariableType(n_columns, n_rows); in getFunctionObject()
13909 const Utils::_variable_type uint_type = Utils::getUintVariableType(1, n_rows); in getFunctionObject()
13910 const Utils::_variable_type int_type = Utils::getIntVariableType(1, n_rows); in getFunctionObject()