Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1037 Id Builder::makeCompositeConstant(Id typeId, const std::vector<Id>& members, bool specConstant) in makeCompositeConstant() function in spv::Builder
1732 auto result_id = makeCompositeConstant(vectorType, members, isSpecConstant(scalar)); in smearScalar()
2128 return makeCompositeConstant(typeId, constituents, in createCompositeConstruct()
2817 Id map = makeCompositeConstant(mapType, components); in remapDynamicSwizzle()
DSpvBuilder.h262 Id makeCompositeConstant(Id type, const std::vector<Id>& comps, bool specConst = false);
DGlslangToSpv.cpp4106 … builder.makeCompositeConstant(builder.makeVectorType(builder.makeIntType(32), 2), comps) };
4326 …operands.push_back(builder.makeCompositeConstant(builder.makeVectorType(builder.makeIntType(32), 2…
5921 return builder.makeCompositeConstant(vectorTypeId, components);
7437 …return builder.makeCompositeConstant(builder.makeVectorType(builder.makeUintType(32), 3), dimConst…
7588 return builder.makeCompositeConstant(typeId, spvConsts);