Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h451 uint64_t bytes_mapped_estimate; member
Du_threaded_context.c269 tc->bytes_mapped_estimate = 0; in tc_batch_flush()
363 tc->bytes_mapped_estimate = 0; in _tc_sync()
2201 tc->bytes_mapped_estimate += box->width; in tc_buffer_map()
2226 tc->bytes_mapped_estimate += box->width; in tc_texture_map()
2405 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) { in tc_buffer_unmap()
2438 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) { in tc_texture_unmap()