Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp443 unsigned int m_dispatch_draw_call_args_start_offset; member in gl4cts::IndirectDispatchBufferStorageTestCase
Dgl4cSparseBufferTests.cpp2569 : m_dispatch_draw_call_args_start_offset(-1) in IndirectDispatchBufferStorageTestCase()
2678 m_dispatch_draw_call_args_start_offset, sizeof(unsigned int) * 3); in execute()
2681 m_gl.dispatchComputeIndirect(m_dispatch_draw_call_args_start_offset); in execute()
2739m_dispatch_draw_call_args_start_offset = SparseBufferTestUtilities::alignOffset(m_page_size - 4, 4… in initTestCaseGlobal()
2740 m_sparse_bo_size = m_dispatch_draw_call_args_start_offset + n_indirect_dispatch_call_arg_bytes; in initTestCaseGlobal()
2744 m_dispatch_draw_call_args_start_offset = 0; in initTestCaseGlobal()