Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseables.cpp101 const bool isGather = in IsIllegalSample() local
116 if (isGather || isGatherCmp) { in IsIllegalSample()
122 if ((isGather && numArgs > 3) || (isGatherCmp && numArgs > 4)) in IsIllegalSample()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp101 const bool isGather = in IsIllegalSample() local
116 if (isGather || isGatherCmp) { in IsIllegalSample()
122 if ((isGather && numArgs > 3) || (isGatherCmp && numArgs > 4)) in IsIllegalSample()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h814 inline bool isGather(IntrinsicInst *IntInst) { in isGather() function
845 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()