Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h602 uint64_t bytes_mapped_estimate; member
Du_threaded_context.c581 tc->bytes_mapped_estimate = 0; in tc_batch_flush()
758 tc->bytes_mapped_estimate = 0; in _tc_sync()
2774 tc->bytes_mapped_estimate += box->width; in tc_buffer_map()
2802 tc->bytes_mapped_estimate += box->width; in tc_texture_map()
3020 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) { in tc_buffer_unmap()
3056 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) { in tc_texture_unmap()