Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h674 Id findStructConstant(Id typeId, const std::vector<Id>& comps);
DSpvBuilder.cpp1012 Id Builder::findStructConstant(Id typeId, const std::vector<Id>& comps) in findStructConstant() function in spv::Builder
1055 Id existing = findStructConstant(typeId, members); in makeCompositeConstant()