Home
last modified time | relevance | path

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

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