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.h487 uint64_t bytes_mapped_estimate; member
Du_threaded_context.c267 tc->bytes_mapped_estimate = 0; in tc_batch_flush()
361 tc->bytes_mapped_estimate = 0; in _tc_sync()
2326 tc->bytes_mapped_estimate += box->width; in tc_buffer_map()
2352 tc->bytes_mapped_estimate += box->width; in tc_texture_map()
2577 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) { in tc_buffer_unmap()
2610 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) { in tc_texture_unmap()