Home
last modified time | relevance | path

Searched defs:columnTypeId (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp1349 const spirv::IdRef columnTypeId = in createComplexConstant() local
1681 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromScalar() local
1729 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromVectors() local
1783 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromMatrix() local
2954 const spirv::IdRef columnTypeId = in visitOperator() local
H A DBuildSPIRV.cpp1039 const spirv::IdRef columnTypeId = getSpirvTypeData(columnType, nullptr).id; in declareType() local
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp3354 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
3446 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.cpp3614 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
3713 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp3720 SpvId columnTypeId = this->getType(columnType); in writeComponentwiseMatrixUnary() local
3737 SpvId columnTypeId = this->getType(columnType); in writeComponentwiseMatrixBinary() local