Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.cpp2259 int numConstituents = getNumTypeConstituents(valueType); in createCompositeCompare() local
2287 resultId = createBinOp(op, makeVectorType(boolType, numConstituents), value1, value2); in createCompositeCompare()
2301 for (int constituent = 0; constituent < numConstituents; ++constituent) { in createCompositeCompare()