Searched refs:m_gridsize (Results 1 – 2 of 2) sorted by relevance
559 const int m_gridsize; member in deqp::gles31::Functional::__anona9e459750111::SampleMaskCase584 , m_gridsize (16) in SampleMaskCase()665 std::vector<tcu::Vec4> gridData(m_gridsize*m_gridsize*6); in init()667 for (int y = 0; y < m_gridsize; ++y) in init()668 for (int x = 0; x < m_gridsize; ++x) in init()670 …gridData[(y * m_gridsize + x)*6 + 0] = tcu::Vec4(((float)(x+0) / (float)m_gridsize) * 2.0f - 1.0f,… in init()671 …gridData[(y * m_gridsize + x)*6 + 1] = tcu::Vec4(((float)(x+0) / (float)m_gridsize) * 2.0f - 1.0f,… in init()672 …gridData[(y * m_gridsize + x)*6 + 2] = tcu::Vec4(((float)(x+1) / (float)m_gridsize) * 2.0f - 1.0f,… in init()673 …gridData[(y * m_gridsize + x)*6 + 3] = tcu::Vec4(((float)(x+0) / (float)m_gridsize) * 2.0f - 1.0f,… in init()674 …gridData[(y * m_gridsize + x)*6 + 4] = tcu::Vec4(((float)(x+1) / (float)m_gridsize) * 2.0f - 1.0f,… in init()[all …]
1489 , m_gridsize (gridsize) in PartialOccluderDiscardCullCase()1495 …Geometry (void) const { return Utils::quadWith(Utils::getGridDiscardShader(m_gridsize), 0.2f); } in genOccluderGeometry()1512 const int m_gridsize; member in deqp::gles3::Performance::__anon7036f9730111::PartialOccluderDiscardCullCase