Searched refs:createCompositeConstruct (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2115 Id Builder::createCompositeConstruct(Id typeId, const std::vector<Id>& constituents) in createCompositeConstruct() function in spv::Builder 2221 result = createCompositeConstruct(resultTypeId, constituents); in createConstructor() 2263 return setPrecision(createCompositeConstruct(resultTypeId, matrixColumns), precision); in createMatrixConstructor() 2336 Id column = createCompositeConstruct(columnTypeId, vectorComponents); in createMatrixConstructor() 2342 return setPrecision(createCompositeConstruct(resultTypeId, matrixColumns), precision); in createMatrixConstructor()
|
D | SpvBuilder.h | 420 Id createCompositeConstruct(Id typeId, const std::vector<Id>& constituents);
|
D | GlslangToSpv.cpp | 2236 constructed = builder.createCompositeConstruct(resultType(), constituents); in visitAggregate() 5040 …spv::Id result = builder.setPrecision(builder.createCompositeConstruct(typeId, results), decoratio… 5482 …spv::Id result = builder.setPrecision(builder.createCompositeConstruct(typeId, results), decoratio… 6191 builder.createCompositeConstruct(uvec2Type, components)); 6350 return builder.createCompositeConstruct(typeId, results);
|