Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2679 const TIntermTyped* TIntermediate::findLValueBase(const TIntermTyped* node, bool swizzleOkay) in findLValueBase()
DParseHelper.cpp2221 bool swizzleOkay = (!isEsProfile()) && (version >= 440); in builtInOpCheck() local