Searched refs:n_sparse_bo (Results 1 – 1 of 1) sorted by relevance
1955 …for (unsigned int n_sparse_bo = 0; n_sparse_bo < sizeof(m_sparse_bos) / sizeof(m_sparse_bos[0]); +… in deinitTestCaseIteration() local1957 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() local2014 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() local2227 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 …]