Lines Matching refs:offsetRange
482 DynamicSinglePixelOffsets (const IVec2& offsetRange) : m_offsetRange(offsetRange) {} in DynamicSinglePixelOffsets() argument
831 …PixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange) in makePixelOffsetsFunctor() argument
840 return MovePtr<PixelOffsets>(new DynamicSinglePixelOffsets(offsetRange)); in makePixelOffsetsFunctor()
1021 …extureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange, int indentatio…
1022 …e, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange);
1163 …at, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& offsetRange, int indentatio… in genGatherFuncCall() argument
1203 … "pixCoord.yx % ivec2(" + de::toString(offsetRange.y() - offsetRange.x() + 1) + ") + " + de::toStr… in genGatherFuncCall()
1237 const IVec2& offsetRange) in genProgramSources() argument
1245 … funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, offsetRange, 1); in genProgramSources()
1267 const IVec2 offsetRange = getOffsetRange(); in init() local
1268 …lementation's value for GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET", "", QP_KEY_TAG_NONE, offsetRange[0]) in init()
1269 …ementation's value for GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET", "", QP_KEY_TAG_NONE, offsetRange[1]); in init()
1270 …TCU_CHECK_MSG(offsetRange[0] <= SPEC_MAX_MIN_OFFSET, ("GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET must b… in init()
1271 …TCU_CHECK_MSG(offsetRange[1] >= SPEC_MIN_MAX_OFFSET, ("GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET must b… in init()
1572 …erations (GatherType gatherType, const tcu::TextureFormat& textureFormat, const IVec2& offsetRange) in generateBasic2DCaseIterations() argument
1589 const int min = offsetRange.x(); in generateBasic2DCaseIterations()
1590 const int max = offsetRange.y(); in generateBasic2DCaseIterations()
1616 const int min = offsetRange.x(); in generateBasic2DCaseIterations()
1617 const int max = offsetRange.y(); in generateBasic2DCaseIterations()