Searched refs:bytes_mapped_limit (Results 1 – 4 of 4) sorted by relevance
488 uint64_t bytes_mapped_limit; member
2576 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()
2862 - util/tc: add a util function for setting bytes_mapped_limit2863 - radeonsi: use new tc util for setting bytes_mapped_limit2864 - zink: use new tc util for setting bytes_mapped_limit2865 - freedreno: use new tc util for setting bytes_mapped_limit
3410 - radeonsi: use thread_context::bytes_mapped_limit