Searched refs:isRowMajor (Results 1 - 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp141 , isRowMajor (false)
154 bool isRowMajor; member in struct:vkt::ssbo::BufferVarLayoutEntry
H A DvktSSBOLayoutCase.cpp158 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
296 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
297 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
337 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
338 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
412 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
413 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
418 entry.isRowMajor = isRowMajor;
461 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
547 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); local
894 generateImmMatrixSrc(std::ostream& src, glu::DataType basicType, int matrixStride, bool isRowMajor, const void* valuePtr) argument
[all...]
/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.hpp70 bool isRowMajor; //!< GL_IS_ROW_MAJOR member in struct:glu::InterfaceVariableInfo
83 , isRowMajor (0)
H A DgluProgramInterfaceQuery.cpp96 info.isRowMajor = getProgramResourceUint(gl, program, programInterface, index, GL_IS_ROW_MAJOR) != GL_FALSE;
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp242 , isRowMajor (false)
253 bool isRowMajor; member in struct:deqp::gls::ub::UniformLayoutEntry
264 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
424 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); local
425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
487 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
496 entry.isRowMajor
537 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp167 , isRowMajor (false)
180 bool isRowMajor; member in struct:deqp::gles31::bb::BufferVarLayoutEntry
199 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
381 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
422 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
497 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
498 const int numVecs = isRowMajor
546 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
632 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); local
979 generateImmMatrixSrc(std::ostream& src, glu::DataType basicType, int matrixStride, bool isRowMajor, const void* valuePtr) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp261 , isRowMajor (false)
273 bool isRowMajor; member in struct:vkt::ubo::UniformLayoutEntry
H A DvktUniformBlockCase.cpp172 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
370 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); local
371 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
433 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
434 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
436 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
442 entry.isRowMajor = isRowMajor;
483 bool isRowMajor local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1620 GLint isRowMajor; member in struct:deqp::gles3::Functional::__anon4208::ProgramUniformCase::UniformType
1720 verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_IS_ROW_MAJOR, uniformTypes[ndx].isRowMajor);
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1322 GLint isRowMajor; member in struct:deqp::gles2::Functional::__anon4040::ProgramUniformCase::UniformType

Completed in 289 milliseconds