Home
last modified time | relevance | path

Searched refs:m_gridsize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp559 const int m_gridsize; member in deqp::gles31::Functional::__anona9e459750111::SampleMaskCase
584 , 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 …]
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp1489 , 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