Home
last modified time | relevance | path

Searched defs:isMatrix (Results 1 – 18 of 18) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseConst.cpp62 bool isMatrix; member in glslang::TConstTraverser
/external/swiftshader/src/OpenGL/compiler/
DparseConst.cpp55 bool isMatrix; member in TConstTraverser
DTypes.h427 bool isMatrix() const { return secondarySize > 1; } in isMatrix() function
640 bool isMatrix() const in isMatrix() function
Dintermediate.h321 bool isMatrix() const { return type.isMatrix(); } in isMatrix() function
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp739 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1157 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local
1241 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local
1494 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local
1701 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local
2557 const bool isMatrix = glu::isDataTypeMatrix(var.type); in checkLayoutBounds() local
Des31fProgramInterfaceQueryTestCase.cpp659 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
693 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
Des31fProgramInterfaceQueryTests.cpp5751 bool isMatrix; in generateProgramInputOutputTypeBasicTypeCases() member
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp777 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1347 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local
1446 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local
1560 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local
1769 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp605 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1226 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local
1801 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp628 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1275 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local
1836 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local
DglsShaderExecUtil.cpp973 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local
1000 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer() local
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h180 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix() function
DGlslangToSpv.cpp2028 bool isMatrix = false; in visitAggregate() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp747 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1294 bool isMatrix (glu::DataType elementType) in isMatrix() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1742 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local
1770 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp626 const bool isMatrix = isDataTypeMatrix(basicType); in computeStd140Layout() local
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1498 virtual bool isMatrix() const { return matrixCols ? true : false; } in isMatrix() function
Dintermediate.h1086 virtual bool isMatrix() const { return type.isMatrix(); } in isMatrix() function