Home
last modified time | relevance | path

Searched defs:matrixType (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/tests/gl_tests/gles1/
DMatrixLoadTest.cpp90 auto matrixType = modeType.second; in TEST_P() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp344 TType &sh::DropColumns(const TType &matrixType) in DropColumns()
390 TType &sh::SetMatrixRowDim(const TType &matrixType, int newDim) in SetMatrixRowDim()
/external/skia/fuzz/
DFuzzCommon.cpp288 int matrixType; in FuzzNiceMatrix() local
/external/skqp/fuzz/
DFuzzCommon.cpp291 int matrixType; in FuzzNiceMatrix() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp202 if (auto matrixType = dyn_cast<MatrixType>()) in getNumElements() local
738 } else if (auto matrixType = dyn_cast<MatrixType>()) { in getExtensions() local
756 } else if (auto matrixType = dyn_cast<MatrixType>()) { in getCapabilities() local
/external/llvm-project/clang/lib/AST/
DType.cpp285 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType()
303 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType()
308 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType, in ConstantMatrixType()
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp804 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType; in init() local
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp1061 const Type& matrixType = c.type(); in writeConstructorCompoundMatrix() local
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1489 TypeToken<?> matrixType = in testWildcardCaptured_field_upperBound() local
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1489 TypeToken<?> matrixType = in testWildcardCaptured_field_upperBound() local
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1456 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType; in init() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp1281 if (auto matrixType = type.dyn_cast<spirv::MatrixType>()) { in prepareBasicType() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1718 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType; in setupShader() local
DvktShaderRender.cpp1730 BaseAttributeType matrixType; in setupDefaultInputs() member
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp4455 int TGlslangToSpvTraverser::getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacki… in getMatrixStride()