Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp2173 …const unsigned int copy_region_end_offset = test_case.dst_bo_start_offset + test_case.n_bytes_to_c… in execute() local
2175 if (commit_region_end_offset > copy_region_end_offset) in execute()
2177 DE_ASSERT(((commit_region_end_offset - copy_region_end_offset) % sizeof(short)) == 0); in execute()
2180 static_cast<unsigned int>((commit_region_end_offset - copy_region_end_offset) / sizeof(short)); in execute()
2184 const int dst_data_offset = static_cast<int>(copy_region_end_offset + sizeof(short) * n_value); in execute()