Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp1955 …for (unsigned int n_sparse_bo = 0; n_sparse_bo < sizeof(m_sparse_bos) / sizeof(m_sparse_bos[0]); +… in deinitTestCaseIteration() local
1957 const glw::GLuint sparse_bo_id = m_sparse_bos[n_sparse_bo]; in deinitTestCaseIteration()
2012 …for (unsigned int n_sparse_bo = 0; n_sparse_bo < sizeof(m_sparse_bos) / sizeof(m_sparse_bos[0]); +… in execute() local
2014 const bool is_dst_bo = (dst_bo_id == m_sparse_bos[n_sparse_bo]); in execute()
2015 const bool is_src_bo = (src_bo_id == m_sparse_bos[n_sparse_bo]); in execute()
2021 m_gl.bindBuffer(GL_COPY_WRITE_BUFFER, m_sparse_bos[n_sparse_bo]); in execute()
2039 m_sparse_bo_size_rounded, m_ref_data[1 + n_sparse_bo]); in execute()
2225 …for (unsigned int n_sparse_bo = 0; n_sparse_bo < sizeof(m_sparse_bos) / sizeof(m_sparse_bos[0]); +… in execute() local
2227 const bool is_dst_bo = (dst_bo_id == m_sparse_bos[n_sparse_bo]); in execute()
2228 const bool is_src_bo = (src_bo_id == m_sparse_bos[n_sparse_bo]); in execute()
[all …]