Home
last modified time | relevance | path

Searched refs:columnTypeId (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp1288 const spirv::IdRef columnTypeId = in createComplexConstant() local
1297 columnIds.push_back(mBuilder.getCompositeConstant(columnTypeId, columnParameters)); in createComplexConstant()
1620 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromScalar() local
1637 spirv::WriteCompositeConstruct(mBuilder.getSpirvCurrentFunctionBlock(), columnTypeId, in createConstructorMatrixFromScalar()
1668 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromVectors() local
1679 spirv::WriteCompositeConstruct(mBuilder.getSpirvCurrentFunctionBlock(), columnTypeId, in createConstructorMatrixFromVectors()
1722 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromMatrix() local
1750 spirv::WriteVectorShuffle(mBuilder.getSpirvCurrentFunctionBlock(), columnTypeId, in createConstructorMatrixFromMatrix()
1810 spirv::WriteCompositeConstruct(mBuilder.getSpirvCurrentFunctionBlock(), columnTypeId, in createConstructorMatrixFromMatrix()
2949 const spirv::IdRef columnTypeId = in visitOperator() local
[all …]
DBuildSPIRV.cpp824 const spirv::IdRef columnTypeId = getSpirvTypeData(columnType, nullptr).id; in declareType() local
827 spirv::WriteTypeMatrix(&mSpirvTypeAndConstantDecls, typeId, columnTypeId, in declareType()
/third_party/glslang/SPIRV/
DSpvBuilder.cpp2454 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
2469 … matrixColumns.push_back(createRvalueSwizzle(precision, columnTypeId, colv, channels)); in createMatrixConstructor()
2542 Id columnTypeId = getContainedTypeId(resultTypeId); in createMatrixConstructor() local
2548 Id column = createCompositeConstruct(columnTypeId, vectorComponents); in createMatrixConstructor()