Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp3167 int numConstituents = getNumTypeConstituents(valueType); in createCompositeCompare() local
3195 resultId = createBinOp(op, makeVectorType(boolType, numConstituents), value1, value2); in createCompositeCompare()
3209 for (int constituent = 0; constituent < numConstituents; ++constituent) { in createCompositeCompare()

Completed in 7 milliseconds