HomeSort by relevance Sort by last modified time
    Searched refs:m_gridsize (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp 558 const int m_gridsize; member in class:deqp::gles31::Functional::__anon8059::SampleMaskCase
583 , m_gridsize (16)
664 std::vector<tcu::Vec4> gridData(m_gridsize*m_gridsize*6);
666 for (int y = 0; y < m_gridsize; ++y)
667 for (int x = 0; x < m_gridsize; ++x)
669 gridData[(y * m_gridsize + x)*6 + 0] = tcu::Vec4(((float)(x+0) / m_gridsize) * 2.0f - 1.0f, ((float)(y+0) / m_gridsize) * 2.0f - 1.0f, 0.0f, 1.0f);
670 gridData[(y * m_gridsize + x)*6 + 1] = tcu::Vec4(((float)(x+0) / m_gridsize) * 2.0f - 1.0f, ((float)(y+1) / m_gridsize) * 2 (…)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 1512 const int m_gridsize; member in class:deqp::gles3::Performance::__anon7872::PartialOccluderDiscardCullCase
    [all...]

Completed in 90 milliseconds