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

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 805 struct GatherArgs
810 GatherArgs (void)
816 GatherArgs (int comp,
830 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange)
834 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0];
842 return MovePtr<PixelOffsets>(new MultiplePixelOffsets(gatherArgs.offsets[0],
843 gatherArgs.offsets[1],
844 gatherArgs.offsets[2],
845 gatherArgs.offsets[3]))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 807 struct GatherArgs
812 GatherArgs (void)
818 GatherArgs (int comp,
832 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange)
836 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0];
844 return MovePtr<PixelOffsets>(new MultiplePixelOffsets(gatherArgs.offsets[0],
845 gatherArgs.offsets[1],
846 gatherArgs.offsets[2],
847 gatherArgs.offsets[3]))
    [all...]

Completed in 82 milliseconds