Searched refs:VariableColumnCount (Results 1 – 11 of 11) sorted by relevance
101 return VariableRowCount(type) * VariableColumnCount(type); in VariableComponentCount()365 int VariableColumnCount(GLenum type) in VariableColumnCount() function589 return isRowMajorMatrix ? VariableRowCount(type) : VariableColumnCount(type); in MatrixRegisterCount()595 return isRowMajorMatrix ? VariableColumnCount(type) : VariableRowCount(type); in MatrixComponentCount()600 return IsMatrixType(type) ? VariableColumnCount(type) : 1; in VariableRegisterCount()
39 int VariableColumnCount(GLenum type);
150 int squareSize = std::max(gl::VariableRowCount(type), gl::VariableColumnCount(type)); in TEST()170 int cols = gl::VariableColumnCount(type); in TEST()
41 int VariableColumnCount(GLenum type);
251 int VariableColumnCount(GLenum type) in VariableColumnCount() function296 return (VariableRowCount(type) > 1) ? VariableColumnCount(type) : 1; in VariableRegisterCount()303 return (nbRows > 1) ? nbRows : VariableColumnCount(type); in VariableRegisterSize()
262 int colCount = VariableColumnCount(varying.type); in getFragDataLocation()623 const int colSize = VariableColumnCount(type); in setUniformMatrixfv()1244 int colCount = VariableColumnCount(transformFeedbackLinkedVaryings[index].type); in applyTransformFeedback()1277 int colCount = VariableColumnCount(transformFeedbackLinkedVaryings[index].type); in applyTransformFeedback()1477 int colCount = VariableColumnCount(varying.type); in linkTransformFeedback()
153 unsigned int varyingColumns = gl::VariableColumnCount(transposedType); in packVarying()319 varyingColumns = gl::VariableColumnCount(transposedType); in insert()
444 int columnCount = gl::VariableColumnCount(transposedType); in generateVaryingLinkHLSL()841 switch (VariableColumnCount(transposedType)) in generateShaderLinkHLSL()
60 GLuint components = static_cast<GLuint>(gl::VariableColumnCount(transposedType)); in GetDefaultInputLayoutFromShader()3170 int componentCount = gl::VariableColumnCount(transposedType); in gatherTransformFeedbackVaryings()
157 size_t numComponents = static_cast<size_t>(gl::VariableColumnCount(flippedType)); in GetStd430BaseAlignment()
686 int columns = gl::VariableColumnCount(type); in GetMatrixUniform()