Searched refs:createCompositeConstruct (Results 1 – 3 of 3) sorted by relevance
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2321 Id Builder::createCompositeConstruct(Id typeId, const std::vector<Id>& constituents) in createCompositeConstruct() function in spv::Builder 2428 result = createCompositeConstruct(resultTypeId, constituents); in createConstructor() 2475 return setPrecision(createCompositeConstruct(resultTypeId, matrixColumns), precision); in createMatrixConstructor() 2548 Id column = createCompositeConstruct(columnTypeId, vectorComponents); in createMatrixConstructor() 2554 return setPrecision(createCompositeConstruct(resultTypeId, matrixColumns), precision); in createMatrixConstructor()
|
D | GlslangToSpv.cpp | 235 spv::Id createCompositeConstruct(spv::Id typeId, std::vector<spv::Id> constituents); 2116 builder.createCompositeConstruct(vecType, components)); in translateForcedType() 2344 spv::Id TGlslangToSpvTraverser::createCompositeConstruct(spv::Id resultTypeId, std::vector<spv::Id>… in createCompositeConstruct() function in __anon6f2436b30111::TGlslangToSpvTraverser 2360 constituents[c] = createCompositeConstruct(lType, rTypeConstituents); in createCompositeConstruct() 2370 constituents[c] = createCompositeConstruct(lType, rTypeConstituents); in createCompositeConstruct() 2374 return builder.createCompositeConstruct(resultTypeId, constituents); in createCompositeConstruct() 2624 constructed = createCompositeConstruct(resultType(), constituents); in visitAggregate() 5770 …spv::Id result = builder.setPrecision(builder.createCompositeConstruct(typeId, results), decoratio… in createBinaryMatrixOperation() 6244 …spv::Id result = builder.setPrecision(builder.createCompositeConstruct(typeId, results), decoratio… in createUnaryMatrixOperation() 6975 builder.createCompositeConstruct(uvec2Type, components)); in createInvocationsOperation() [all …]
|
D | SpvBuilder.h | 492 Id createCompositeConstruct(Id typeId, const std::vector<Id>& constituents);
|