Home
last modified time | relevance | path

Searched refs:findCompositeConstant (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.h779 Id findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps);
DSpvBuilder.cpp1064 Id Builder::findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps) in findCompositeConstant() function in spv::Builder
1128 Id existing = findCompositeConstant(typeClass, typeId, members); in makeCompositeConstant()