Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2054 int numConstituents = getNumTypeConstituents(valueType); in createCompositeCompare() local
2082 resultId = createBinOp(op, makeVectorType(boolType, numConstituents), value1, value2); in createCompositeCompare()
2096 for (int constituent = 0; constituent < numConstituents; ++constituent) { in createCompositeCompare()