Searched refs:isRowMajor (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 167 , isRowMajor (false) in BufferVarLayoutEntry() 180 bool isRowMajor; member 199 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false") in operator <<() 381 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local 382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() 422 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() local 423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() 497 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local 498 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() 503 entry.isRowMajor = isRowMajor; in computeReferenceLayout() [all …]
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 242 , isRowMajor (false) in UniformLayoutEntry() 253 bool isRowMajor; member 264 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false") in operator <<() 424 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local 425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() 487 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() local 488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140Layout() 490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeStd140Layout() 496 entry.isRowMajor = isRowMajor; in computeStd140Layout() 537 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() local [all …]
|
/external/deqp/framework/opengl/ |
D | gluProgramInterfaceQuery.hpp | 70 bool isRowMajor; //!< GL_IS_ROW_MAJOR member 83 , isRowMajor (0) in InterfaceVariableInfo()
|
D | gluProgramInterfaceQuery.cpp | 96 …info.isRowMajor = getProgramResourceUint(gl, program, programInterface, index, GL_IS_ROW_MAJOR) !… in getProgramInterfaceVariableInfo()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 1620 GLint isRowMajor; in test() member 1720 …am(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_IS_ROW_MAJOR, uniformTypes[ndx].isRowMajor); in test()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1322 GLint isRowMajor; in test() member
|