Home
last modified time | relevance | path

Searched defs:swizzleOkay (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp2675 const TIntermTyped* TIntermediate::findLValueBase(const TIntermTyped* node, bool swizzleOkay) in findLValueBase()
DParseHelper.cpp2193 bool swizzleOkay = (!isEsProfile()) && (version >= 440); in builtInOpCheck() local