Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp1341 const spirv::IdRef columnTypeId = in createComplexConstant() local
1673 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromScalar() local
1721 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromVectors() local
1775 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromMatrix() local
2993 const spirv::IdRef columnTypeId = in visitOperator() local
DBuildSPIRV.cpp1039 const spirv::IdRef columnTypeId = getSpirvTypeData(columnType, nullptr).id; in declareType() local
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp3261 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
3353 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp3318 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
3410 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2749 SpvId columnTypeId = this->getType(columnType); in writeComponentwiseMatrixUnary() local
2768 SpvId columnTypeId = this->getType(columnType); in writeComponentwiseMatrixBinary() local