HomeSort by relevance Sort by last modified time
    Searched refs:isRowMajor (Results 1 - 10 of 10) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 141 , isRowMajor (false)
154 bool isRowMajor;
vktSSBOLayoutCase.cpp 158 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
296 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
297 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
337 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
338 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
412 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
413 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
418 entry.isRowMajor = isRowMajor;
    [all...]
  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.hpp 70 bool isRowMajor; //!< GL_IS_ROW_MAJOR
83 , isRowMajor (0)
gluProgramInterfaceQuery.cpp 96 info.isRowMajor = getProgramResourceUint(gl, program, programInterface, index, GL_IS_ROW_MAJOR) != GL_FALSE;
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 242 , isRowMajor (false)
253 bool isRowMajor;
264 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
424 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR);
425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
487 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
496 entry.isRowMajor = isRowMajor
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 167 , isRowMajor (false)
180 bool isRowMajor;
199 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
381 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
422 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
497 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
498 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 261 , isRowMajor (false)
273 bool isRowMajor;
vktUniformBlockCase.cpp 172 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
370 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR);
371 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
433 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
434 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
436 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
442 entry.isRowMajor = isRowMajor;
483 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]

Completed in 928 milliseconds