Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp726 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1206 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local
1289 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local
1563 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local
1783 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local
2670 const bool isMatrix = glu::isDataTypeMatrix(var.type); in checkLayoutBounds() local
H A Des31fProgramInterfaceQueryTestCase.cpp716 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
757 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.h199 bool isMatrix() const { return primarySize > 1 && secondarySize > 1; } in isMatrix() function
458 bool isMatrix() const { return primarySize > 1 && secondarySize > 1; } in isMatrix() function
H A DIntermNode.h178 bool isMatrix() const { return getType().isMatrix(); } in isMatrix() function
/aosp_15_r20/development/tools/winscope/src/parsers/
H A Draw_data_utils.ts84 static isMatrix(obj: PropertyTreeNode): boolean { method in RawDataUtils
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp794 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1318 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local
1426 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local
1600 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local
1822 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DparseConst.cpp62 bool isMatrix; member in glslang::TConstTraverser
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseConst.cpp62 bool isMatrix; member in glslang::TConstTraverser
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp607 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1228 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local
1805 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp624 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1358 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local
1934 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local
H A DglsShaderExecUtil.cpp1071 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local
1100 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.cpp120 bool isMatrix() const override { in isMatrix() function in SkSL::AliasType
498 bool isMatrix() const override { in isMatrix() function in SkSL::MatrixType
H A DSkSLType.h528 virtual bool isMatrix() const { in isMatrix() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp462 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in createMask() local
920 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1868 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in validateValue() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp95 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DUniformsPerf.cpp193 bool isMatrix; in initializeBenchmark() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp751 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1407 bool isMatrix(glu::DataType elementType) in isMatrix() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1885 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local
1930 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer() local
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h281 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix() function
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h287 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix() function
H A DGlslangToSpv.cpp2914 bool isMatrix = false; in visitAggregate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp639 const bool isMatrix = isDataTypeMatrix(basicType); in computeStd140Layout() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h1831 virtual bool isMatrix() const { return matrixCols ? true : false; } in isMatrix() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h1835 virtual bool isMatrix() const { return matrixCols ? true : false; } in isMatrix() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2001 bool isMatrix(Value *V) const { return ExprsInSubprogram.count(V); } in isMatrix() function

12