Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp784 static inline bool requireGpuShader5 (GatherType gatherType) in requireGpuShader5() argument
786 return gatherType == GATHERTYPE_OFFSET_DYNAMIC || gatherType == GATHERTYPE_OFFSETS; in requireGpuShader5()
814 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gath… in makePixelOffsetsFunctor() argument
816 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() argument
1035 , m_gatherType (gatherType) in TextureGatherCase()
[all …]