Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp2026 m_gl.bufferPageCommitmentARB(GL_COPY_WRITE_BUFFER, test_case.dst_bo_commit_start_offset, in execute()
2081 …if (test_case.dst_bo_start_offset != 0 && test_case.dst_bo_commit_start_offset < test_case.dst_bo_… in execute()
2083 …DE_ASSERT(((test_case.dst_bo_start_offset - test_case.dst_bo_commit_start_offset) % sizeof(short))… in execute()
2086 (test_case.dst_bo_start_offset - test_case.dst_bo_commit_start_offset) / sizeof(short)); in execute()
2092 if (dst_data_offset >= test_case.dst_bo_commit_start_offset && in execute()
2093 dst_data_offset < test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size) in execute()
2107 << ", commited region: " << test_case.dst_bo_commit_start_offset << ":" in execute()
2108 << (test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size) in execute()
2135 if (dst_data_offset >= test_case.dst_bo_commit_start_offset && in execute()
2136 dst_data_offset < test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size && in execute()
[all …]
Dgl4cSparseBufferTests.hpp367 glw::GLint dst_bo_commit_start_offset; member