Searched refs:lima_plb_pp_stream_cache_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_screen.c48 int lima_plb_pp_stream_cache_size = 0; variable in typeref:typename:int
621 lima_plb_pp_stream_cache_size = debug_get_num_option("LIMA_PLB_PP_STREAM_CACHE_SIZE", 0);
622 if (lima_plb_pp_stream_cache_size < 0) {
624 "reset to default 0\n", lima_plb_pp_stream_cache_size);
625 lima_plb_pp_stream_cache_size = 0;
653 if (!lima_plb_pp_stream_cache_size &&
655 lima_plb_pp_stream_cache_size = system_memory >> 10;
658 lima_plb_pp_stream_cache_size = MAX2(128 * 1024 * lima_ctx_num_plb,
659 lima_plb_pp_stream_cache_size);
H A Dlima_screen.h53 extern int lima_plb_pp_stream_cache_size;
H A Dlima_job.c610 if (ctx->plb_stream_cache_size <= lima_plb_pp_stream_cache_size)

Completed in 5 milliseconds