Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp108 const bool isGatherCmp = in IsIllegalSample() local
116 if (isGather || isGatherCmp) { in IsIllegalSample()
122 if ((isGather && numArgs > 3) || (isGatherCmp && numArgs > 4)) in IsIllegalSample()