Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp338 const TIntermConstantUnion* asConst = swizzle->getRight()->getAsConstantUnion(); in handleLvalue() local
342 if (asConst) { in handleLvalue()
343 compIsSet[asConst->getConstArray()[0].getIConst()] = true; in handleLvalue()