Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp2027 test_case.dst_bo_commit_size, GL_TRUE); /* commit */ in execute()
2093 dst_data_offset < test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size) in execute()
2108 << (test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size) in execute()
2136 dst_data_offset < test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size && in execute()
2152 << (test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size) in execute()
2172 test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size; in execute()
2187 dst_data_offset < test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size) in execute()
2202 << (test_case.dst_bo_commit_start_offset + test_case.dst_bo_commit_size) in execute()
2446 glw::GLuint dst_bo_commit_size = 0; in initTestCases() local
2454 dst_bo_commit_size = m_sparse_bo_size_rounded / 2; in initTestCases()
[all …]
Dgl4cSparseBufferTests.hpp366 glw::GLint dst_bo_commit_size; member