HomeSort by relevance Sort by last modified time
    Searched refs:GatherType (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 760 enum GatherType
776 static inline const char* gatherTypeName (GatherType type)
788 static inline const char* gatherTypeDescription (GatherType type)
800 static inline bool requireGpuShader5 (GatherType gatherType)
802 return gatherType == GATHERTYPE_OFFSET_DYNAMIC || gatherType == GATHERTYPE_OFFSETS;
830 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange)
832 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 753 enum GatherType
777 static inline const char* gatherTypeName (GatherType type)
789 static inline const char* gatherTypeDescription (GatherType type)
801 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize)
803 return gatherType == GATHERTYPE_OFFSET_DYNAMIC || gatherType == GATHERTYPE_OFFSETS
832 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange)
834 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET
    [all...]

Completed in 148 milliseconds