Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp333 std::array<bool, 4> compIsSet; in handleLvalue() local
334 compIsSet.fill(false); in handleLvalue()
341 compIsSet[asConst->getConstArray()[0].getIConst()] = true; in handleLvalue()
345 compIsSet[seq[comp]->getAsConstantUnion()->getConstArray()[0].getIConst()] = true; in handleLvalue()
351 return std::all_of(compIsSet.begin(), compIsSet.begin() + var->getType().getVectorSize(), in handleLvalue()