Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp336 const TIntermConstantUnion* asConst = swizzle->getRight()->getAsConstantUnion(); in handleLvalue() local
340 if (asConst) { in handleLvalue()
341 compIsSet[asConst->getConstArray()[0].getIConst()] = true; in handleLvalue()