Searched defs:isRowMajor (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.hpp70 bool isRowMajor; //!< GL_IS_ROW_MAJOR member in struct:glu::InterfaceVariableInfo
83 , isRowMajor (0)
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp153 , isRowMajor (false)
166 bool isRowMajor; member in struct:vkt::ssbo::BufferVarLayoutEntry
H A DvktSSBOLayoutCase.cpp155 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
293 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
294 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
334 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
335 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
371 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
372 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
457 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
458 const int numVecs = isRowMajor
509 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
596 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); local
962 generateImmMatrixSrc(std::ostream& src, glu::DataType basicType, int matrixStride, bool isRowMajor, const void* valuePtr) argument
990 generateImmMatrixSrc(std::ostream& src, glu::DataType basicType, int matrixStride, bool isRowMajor, const void* valuePtr, const char* resultVar, const char* typeName, const string shaderName) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp268 , isRowMajor (false)
280 bool isRowMajor; member in struct:vkt::ubo::UniformLayoutEntry
H A DvktUniformBlockCase.cpp172 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
374 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); local
375 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
437 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
438 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
440 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
446 entry.isRowMajor = isRowMajor;
487 bool isRowMajor local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1322 GLint isRowMajor; member in struct:deqp::gles2::Functional::__anon4973::ProgramUniformCase::UniformType
/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp211 : type(glu::TYPE_LAST), size(0), blockNdx(-1), offset(-1), arrayStride(-1), matrixStride(-1), isRowMajor(false)
222 bool isRowMajor; member in struct:deqp::ub::UniformLayoutEntry
230 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false") << " }";
395 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); local
397 isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType);
460 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
462 isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType);
464 isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) : glu::getDataTypeMatrixNumColumns(basicType);
469 entry.isRowMajor
510 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1620 GLint isRowMajor; member in struct:deqp::gles3::Functional::__anon5141::ProgramUniformCase::UniformType
1720 verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_IS_ROW_MAJOR, uniformTypes[ndx].isRowMajor);
/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/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp298 bool isRowMajor = type.getLayoutQualifier().matrixPacking == EmpRowMajor; local
299 getBlockLayoutInfo(type, type.getArraySize(), isRowMajor, &arrayStride, &matrixStride);
304 (matrixStride > 0) && isRowMajor);
306 advanceOffset(type, type.getArraySize(), isRowMajor, arrayStride, matrixStride);
3616 bool isRowMajor = block->matrixPacking() == EmpRowMajor; local
3618 block->blockStorage(), isRowMajor, registerIndex, blockId));
/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...]

Completed in 313 milliseconds