Lines Matching refs:offsetRange
481 DynamicSinglePixelOffsets (const IVec2& offsetRange) : m_offsetRange(offsetRange) {} in DynamicSinglePixelOffsets() argument
830 …PixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange) in makePixelOffsetsFunctor() argument
839 return MovePtr<PixelOffsets>(new DynamicSinglePixelOffsets(offsetRange)); in makePixelOffsetsFunctor()
1020 …extureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange, int indentatio…
1021 …e, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange);
1162 …at, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& offsetRange, int indentatio… in genGatherFuncCall() argument
1202 … "pixCoord.yx % ivec2(" + de::toString(offsetRange.y() - offsetRange.x() + 1) + ") + " + de::toStr… in genGatherFuncCall()
1236 const IVec2& offsetRange) in genProgramSources() argument
1244 … funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, offsetRange, 1); in genProgramSources()
1265 const IVec2 offsetRange = getOffsetRange(); in init() local
1266 …lementation's value for GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET", "", QP_KEY_TAG_NONE, offsetRange[0]) in init()
1267 …ementation's value for GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET", "", QP_KEY_TAG_NONE, offsetRange[1]); in init()
1268 …TCU_CHECK_MSG(offsetRange[0] <= SPEC_MAX_MIN_OFFSET, ("GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET must b… in init()
1269 …TCU_CHECK_MSG(offsetRange[1] >= SPEC_MIN_MAX_OFFSET, ("GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET must b… in init()
1564 …erations (GatherType gatherType, const tcu::TextureFormat& textureFormat, const IVec2& offsetRange) in generateBasic2DCaseIterations() argument
1581 const int min = offsetRange.x(); in generateBasic2DCaseIterations()
1582 const int max = offsetRange.y(); in generateBasic2DCaseIterations()
1608 const int min = offsetRange.x(); in generateBasic2DCaseIterations()
1609 const int max = offsetRange.y(); in generateBasic2DCaseIterations()