Searched refs:dst_bo_commit_start_offset (Results 1 – 2 of 2) sorted by relevance
2026 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 …]
367 glw::GLint dst_bo_commit_start_offset; member