Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp209 unsigned int m_sparse_bo_data_start_offset; member in gl4cts::AtomicCounterBufferStorageTestCase
1017 unsigned int m_sparse_bo_data_start_offset; member in gl4cts::UniformBufferStorageTestCase
Dgl4cSparseBufferTests.cpp844 , m_sparse_bo_data_start_offset(0) in AtomicCounterBufferStorageTestCase()
948 m_sparse_bo, m_sparse_bo_data_start_offset, m_helper_bo_size); in execute()
973 (n_binding_type == 0) ? 0 : m_sparse_bo_data_start_offset, 0, /* writeOffset */ in execute()
1169 m_sparse_bo_data_start_offset = sparse_bo_data_start_offset; in initTestCaseIteration()
1174 …SparseBufferTestUtilities::alignOffset(m_sparse_bo_data_start_offset + sparse_bo_data_size, m_page… in initTestCaseIteration()
6158 , m_sparse_bo_data_start_offset(0) in UniformBufferStorageTestCase()
6245 m_sparse_bo, m_sparse_bo_data_start_offset, m_n_ubo_uints * 4 * sizeof(unsigned int)); in execute()
6265 ubo_commit_start_offset = m_sparse_bo_data_start_offset; in execute()
6276 ubo_commit_start_offset = m_sparse_bo_data_start_offset; in execute()
6326 unsigned int ubo_data_offset = m_sparse_bo_data_start_offset; in execute()
[all …]