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

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 481 DynamicSinglePixelOffsets (const IVec2& offsetRange) : m_offsetRange(offsetRange) {}
830 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange)
839 return MovePtr<PixelOffsets>(new DynamicSinglePixelOffsets(offsetRange));
1020 string genGatherFuncCall (GatherType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange, int indentationDepth);
1021 glu::ProgramSources genProgramSources (GatherType, TextureType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 510 DynamicSinglePixelOffsets (const IVec2& offsetRange) : m_offsetRange(offsetRange) {}
832 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange)
841 return MovePtr<PixelOffsets>(new DynamicSinglePixelOffsets(offsetRange));
918 vector<GatherArgs> generateBasic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& textureFormat, const IVec2& offsetRange)
935 const int min = offsetRange.x();
936 const int max = offsetRange.y();
962 const int min = offsetRange.x();
963 const int max = offsetRange.y();
    [all...]

Completed in 666 milliseconds