Searched refs:m_coords (Results 1 – 3 of 3) sorted by relevance
180 return &m_coords[0]; in getCoords()214 vector<Vec4> m_coords; //!< Near-unit coordinates, roughly [-2.0 .. 2.0]. member in deqp::QuadGrid234 m_coords.resize(m_numVertices); in QuadGrid()255 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid()
149 const Vec4* getCoords (void) const { return &m_coords[0]; } in getCoords()170 vector<Vec4> m_coords; //!< Near-unit coordinates, roughly [-2.0 .. 2.0]. member in deqp::gls::QuadGrid189 m_coords.resize(m_numVertices); in QuadGrid()210 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid()
160 const tcu::Vec4* getCoords (void) const { return &m_coords[0]; } in getCoords()183 std::vector<tcu::Vec4> m_coords; //!< Near-unit coordinates, roughly [-2.0 .. 2.0]. member in vkt::sr::QuadGrid208 m_coords.resize(m_numVertices); in QuadGrid()226 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid()