Searched refs:isRowMajor (Results 1 – 10 of 10) 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/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 158 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false") in operator <<() 296 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local 297 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() 337 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() local 338 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() 412 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local 413 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() 418 entry.isRowMajor = isRowMajor; in computeReferenceLayout() 461 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local 462 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() [all …]
|
D | vktSSBOLayoutCase.hpp | 141 , isRowMajor (false) in BufferVarLayoutEntry() 154 bool isRowMajor; member
|
/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/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 172 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false") in operator <<() 370 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local 371 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() 433 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() local 434 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140Layout() 436 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeStd140Layout() 442 entry.isRowMajor = isRowMajor; in computeStd140Layout() 483 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() local 484 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeStd140Layout() 486 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout() [all …]
|
D | vktUniformBlockCase.hpp | 261 , isRowMajor (false) in UniformLayoutEntry() 273 bool isRowMajor; member
|
/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
|