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/ |
H A D | gl4cSparseBufferTests.hpp | 209 unsigned int m_sparse_bo_data_start_offset; member in gl4cts::AtomicCounterBufferStorageTestCase 210 unsigned int m_sparse_bo_data_start_offset_rounded; /* <= m_sparse_bo_data_start_offset, aligned to page size */ 1017 unsigned int m_sparse_bo_data_start_offset; member in gl4cts::UniformBufferStorageTestCase
|
H A D | gl4cSparseBufferTests.cpp | 844 , 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_size); in initTestCaseIteration() 6158 , m_sparse_bo_data_start_offset(0) 6245 m_sparse_bo, m_sparse_bo_data_start_offset, m_n_ubo_uints * 4 * sizeof(unsigned int)); 6265 ubo_commit_start_offset = m_sparse_bo_data_start_offset; 6276 ubo_commit_start_offset = m_sparse_bo_data_start_offset; 6326 unsigned int ubo_data_offset = m_sparse_bo_data_start_offset; [all...] |
Completed in 8 milliseconds