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

  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 155 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
293 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
294 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
334 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
335 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
371 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
372 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
457 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
458 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType
    [all...]
vktSSBOLayoutCase.hpp 153 , isRowMajor (false)
166 bool isRowMajor;
  /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 268 , isRowMajor (false)
280 bool isRowMajor;
vktUniformBlockCase.cpp 172 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
374 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR);
375 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
437 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
438 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
440 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
446 entry.isRowMajor = isRowMajor;
487 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR)
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 113 bool isRowMajor;
OutputASM.cpp 97 : mCurrentOffset(0), isRowMajor(rowMajor)
106 getBlockLayoutInfo(type, type.getArraySize(), isRowMajor, &arrayStride, &matrixStride);
111 (matrixStride > 0) && isRowMajor);
113 advanceOffset(type, type.getArraySize(), isRowMajor, arrayStride, matrixStride);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]

Completed in 474 milliseconds