Home
last modified time | relevance | path

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

12

/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DparseConst.cpp62 bool isMatrix; member in glslang::TConstTraverser
/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseConst.cpp62 bool isMatrix; member in glslang::TConstTraverser
/external/skia/src/sksl/dsl/
DDSLType.cpp212 bool DSLType::isMatrix() const { in isMatrix() function in SkSL::dsl::DSLType
/external/angle/src/compiler/translator/
DTypes.h194 bool isMatrix() const { return primarySize > 1 && secondarySize > 1; } in isMatrix() function
451 bool isMatrix() const { return primarySize > 1 && secondarySize > 1; } in isMatrix() function
DIntermNode.h176 bool isMatrix() const { return getType().isMatrix(); } in isMatrix() function
/external/skia/src/sksl/ir/
DSkSLType.h445 virtual bool isMatrix() const { in isMatrix() function
DSkSLType.cpp95 bool isMatrix() const override { in isMatrix() function in SkSL::AliasType
327 bool isMatrix() const override { in isMatrix() function in SkSL::MatrixType
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp734 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1152 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local
1236 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local
1489 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local
1696 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local
2552 const bool isMatrix = glu::isDataTypeMatrix(var.type); in checkLayoutBounds() local
Des31fProgramInterfaceQueryTestCase.cpp660 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
694 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.cpp95 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
/external/angle/src/tests/perf_tests/
DUniformsPerf.cpp193 bool isMatrix; in initializeBenchmark() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp774 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1249 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local
1349 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local
1509 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local
1718 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp600 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1221 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local
1796 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp629 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1278 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local
1839 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local
DglsShaderExecUtil.cpp974 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local
1001 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp465 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in createMask() local
908 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1799 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in validateValue() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp742 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1261 bool isMatrix (glu::DataType elementType) in isMatrix() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h211 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix() function
DGlslangToSpv.cpp2708 bool isMatrix = false; in visitAggregate() local
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h211 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix() function
DGlslangToSpv.cpp2708 bool isMatrix = false; in visitAggregate() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1777 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local
1818 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.h1823 virtual bool isMatrix() const { return matrixCols ? true : false; } in isMatrix() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h1823 virtual bool isMatrix() const { return matrixCols ? true : false; } in isMatrix() function

12