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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h452 uint64_t bytes_mapped_limit; member in struct:threaded_context
H A Du_threaded_context.c2404 if (!ttrans->staging && tc->bytes_mapped_limit &&
2405 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) {
2437 if (!ttrans->staging && tc->bytes_mapped_limit &&
2438 tc->bytes_mapped_estimate > tc->bytes_mapped_limit) {
4433 tc->bytes_mapped_limit = total_ram / divisor;
4435 tc->bytes_mapped_limit = MIN2(tc->bytes_mapped_limit, 512*1024*1024UL);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A 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
H A D20.1.0.rst3410 - radeonsi: use thread_context::bytes_mapped_limit

Completed in 19 milliseconds