• Home
  • Raw
  • Download

Lines Matching refs:GatherArgs

805 struct GatherArgs  struct
810 GatherArgs (void) in GatherArgs() function
816 GatherArgs (int comp, in GatherArgs() function
830 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gath… in makePixelOffsetsFunctor()
988 const GatherArgs& gatherArgs) const;
993 virtual GatherArgs getGatherArgs (int iterationNdx) const = 0;
1020 …string genGatherFuncCall (GatherType, const tcu::TextureFormat&, const GatherArgs&, const…
1021 …amSources (GatherType, TextureType, const tcu::TextureFormat&, const GatherArgs&, const string& …
1162 …(GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, con… in genGatherFuncCall()
1234 const GatherArgs& gatherArgs, in genProgramSources()
1359 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration); in iterate()
1473 const GatherArgs& gatherArgs) const in verify()
1564 vector<GatherArgs> generateBasic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& … in generateBasic2DCaseIterations()
1567 vector<GatherArgs> result; in generateBasic2DCaseIterations()
1576 result.push_back(GatherArgs(componentNdx)); in generateBasic2DCaseIterations()
1586 result.push_back(GatherArgs(componentNdx, IVec2(min, max))); in generateBasic2DCaseIterations()
1590 result.push_back(GatherArgs(componentNdx, IVec2(min, min))); in generateBasic2DCaseIterations()
1591 result.push_back(GatherArgs(componentNdx, IVec2(max, min))); in generateBasic2DCaseIterations()
1592 result.push_back(GatherArgs(componentNdx, IVec2(max, max))); in generateBasic2DCaseIterations()
1594 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
1595 result.push_back(GatherArgs(componentNdx, IVec2(hmin, 0))); in generateBasic2DCaseIterations()
1596 result.push_back(GatherArgs(componentNdx, IVec2(0, 0))); in generateBasic2DCaseIterations()
1603 result.push_back(GatherArgs(componentNdx)); in generateBasic2DCaseIterations()
1613 result.push_back(GatherArgs(componentNdx, in generateBasic2DCaseIterations()
1620 result.push_back(GatherArgs(componentNdx, in generateBasic2DCaseIterations()
1664 GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx]; } in getGatherArgs()
1673 vector<GatherArgs> m_iterations;
1754GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx].gathe… in getGatherArgs()
1761 GatherArgs gatherArgs;
1783 …const vector<GatherArgs> basicIterations = generateBasic2DCaseIterations(m_gatherType, m_textureFo… in generateIterations()
1886GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx].gather… in getGatherArgs()
1893 GatherArgs gatherArgs;
1918 …const vector<GatherArgs> basicIterations = generateBasic2DCaseIterations(m_gatherType, m_textureFo… in generateIterations()