Searched refs:gatherType (Results 1 – 1 of 1) sorted by relevance
784 static inline bool requireGpuShader5 (GatherType gatherType) in requireGpuShader5() argument786 return gatherType == GATHERTYPE_OFFSET_DYNAMIC || gatherType == GATHERTYPE_OFFSETS; in requireGpuShader5()814 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gath… in makePixelOffsetsFunctor() argument816 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET) in makePixelOffsetsFunctor()818 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0]; in makePixelOffsetsFunctor()821 else if (gatherType == GATHERTYPE_OFFSET_DYNAMIC) in makePixelOffsetsFunctor()825 else if (gatherType == GATHERTYPE_OFFSETS) in makePixelOffsetsFunctor()947 GatherType gatherType,1023 GatherType gatherType, in TextureGatherCase() argument1035 , m_gatherType (gatherType) in TextureGatherCase()[all …]