Home
last modified time | relevance | path

Searched refs:getNumTypeConstituents (Results 1 - 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.h258 int getNumTypeConstituents(Id typeId) const;
259 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); } in getNumTypeComponents()
332 return getNumTypeConstituents(typeId); in getTypeNumColumns()
H A DSpvBuilder.cpp1284 int Builder::getNumTypeConstituents(Id typeId) const in getNumTypeConstituents() function in spv::Builder
3167 int numConstituents = getNumTypeConstituents(valueType); in createCompositeCompare()
3231 assert(isAggregateType(typeId) || (getNumTypeConstituents(typeId) > 1 && in createCompositeConstruct()
3232 getNumTypeConstituents(typeId) == (int)constituents.size())); in createCompositeConstruct()
H A DGlslangToSpv.cpp2803 int numrTypeConstituents = builder.getNumTypeConstituents(rType); in createCompositeConstruct()
2812 int numrTypeConstituents = builder.getNumTypeConstituents(rType); in createCompositeConstruct()

Completed in 24 milliseconds