Searched refs:m_coords (Results 1 – 3 of 3) sorted by relevance
192 return &m_coords[0]; in getCoords()226 vector<Vec4> m_coords; //!< Near-unit coordinates, roughly [-2.0 .. 2.0]. member in deqp::QuadGrid246 m_coords.resize(m_numVertices); in QuadGrid()267 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()
176 const tcu::Vec4* getCoords (void) const { return &m_coords[0]; } in getCoords()199 std::vector<tcu::Vec4> m_coords; //!< Near-unit coordinates, roughly [-2.0 .. 2.0]. member in vkt::sr::QuadGrid224 m_coords.resize(m_numVertices); in QuadGrid()242 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid()