Lines Matching refs:GatherArgs
789 struct GatherArgs struct
794 GatherArgs (void) in GatherArgs() function
800 GatherArgs (int comp, in GatherArgs() function
814 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gath… in makePixelOffsetsFunctor()
972 const GatherArgs& gatherArgs) const;
977 virtual GatherArgs getGatherArgs (int iterationNdx) const = 0;
1004 …static string genGatherFuncCall (GatherType, const tcu::TextureFormat&, const GatherArgs&, …
1005 …amSources (GatherType, TextureType, const tcu::TextureFormat&, const GatherArgs&, const string& …
1143 …(GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, con… in genGatherFuncCall()
1215 const GatherArgs& gatherArgs, in genProgramSources()
1339 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration); in iterate()
1453 const GatherArgs& gatherArgs) const in verify()
1544 vector<GatherArgs> generateBasic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& … in generateBasic2DCaseIterations()
1547 vector<GatherArgs> result; in generateBasic2DCaseIterations()
1556 result.push_back(GatherArgs(componentNdx)); in generateBasic2DCaseIterations()
1566 result.push_back(GatherArgs(componentNdx, IVec2(min, max))); in generateBasic2DCaseIterations()
1570 result.push_back(GatherArgs(componentNdx, IVec2(min, min))); in generateBasic2DCaseIterations()
1571 result.push_back(GatherArgs(componentNdx, IVec2(max, min))); in generateBasic2DCaseIterations()
1572 result.push_back(GatherArgs(componentNdx, IVec2(max, max))); in generateBasic2DCaseIterations()
1574 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
1575 result.push_back(GatherArgs(componentNdx, IVec2(hmin, 0))); in generateBasic2DCaseIterations()
1576 result.push_back(GatherArgs(componentNdx, IVec2(0, 0))); in generateBasic2DCaseIterations()
1583 result.push_back(GatherArgs(componentNdx)); in generateBasic2DCaseIterations()
1593 result.push_back(GatherArgs(componentNdx, in generateBasic2DCaseIterations()
1600 result.push_back(GatherArgs(componentNdx, in generateBasic2DCaseIterations()
1644 GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx]; } in getGatherArgs()
1653 vector<GatherArgs> m_iterations;
1734 …GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx].gathe… in getGatherArgs()
1741 GatherArgs gatherArgs;
1763 …const vector<GatherArgs> basicIterations = generateBasic2DCaseIterations(m_gatherType, m_textureFo… in generateIterations()
1866 …GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx].gather… in getGatherArgs()
1873 GatherArgs gatherArgs;
1898 …const vector<GatherArgs> basicIterations = generateBasic2DCaseIterations(m_gatherType, m_textureFo… in generateIterations()