Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp801 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize) in requireGpuShader5() argument
803 return gatherType == GATHERTYPE_OFFSET_DYNAMIC || gatherType == GATHERTYPE_OFFSETS in requireGpuShader5()
832 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gath… in makePixelOffsetsFunctor() argument
834 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET) in makePixelOffsetsFunctor()
836 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0]; in makePixelOffsetsFunctor()
839 else if (gatherType == GATHERTYPE_OFFSET_DYNAMIC) in makePixelOffsetsFunctor()
843 else if (gatherType == GATHERTYPE_OFFSETS) in makePixelOffsetsFunctor()
918 vector<GatherArgs> generateBasic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& … in generateBasic2DCaseIterations() argument
927 switch (gatherType) in generateBasic2DCaseIterations()
992 GatherType gatherType; member
[all …]
/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 …]