Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h488 uint64_t bytes_mapped_limit; member
Du_threaded_context.c2576 if (!ttrans->staging && tc->bytes_mapped_limit && in tc_buffer_unmap()
2577 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) { in tc_buffer_unmap()
2609 if (!ttrans->staging && tc->bytes_mapped_limit && in tc_texture_unmap()
2610 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) { in tc_texture_unmap()
4634 tc->bytes_mapped_limit = total_ram / divisor; in threaded_context_init_bytes_mapped_limit()
4636 tc->bytes_mapped_limit = MIN2(tc->bytes_mapped_limit, 512*1024*1024UL); in threaded_context_init_bytes_mapped_limit()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2862 - util/tc: add a util function for setting bytes_mapped_limit
2863 - radeonsi: use new tc util for setting bytes_mapped_limit
2864 - zink: use new tc util for setting bytes_mapped_limit
2865 - freedreno: use new tc util for setting bytes_mapped_limit
D20.1.0.rst3410 - radeonsi: use thread_context::bytes_mapped_limit