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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.c669 bool wants_dc_cache = true; local in function:crocus_get_default_l3_config
672 intel_get_default_l3_weights(devinfo, wants_dc_cache, has_slm);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.c677 bool wants_dc_cache = true; local in function:iris_get_default_l3_config
680 intel_get_default_l3_weights(devinfo, wants_dc_cache, has_slm);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c623 bool has_slm, bool wants_dc_cache)
649 bool wants_dc_cache = true; local in function:iris_emit_default_l3_config
652 gen_get_default_l3_weights(devinfo, wants_dc_cache, has_slm);
654 iris_emit_l3_config(batch, cfg, has_slm, wants_dc_cache);
622 iris_emit_l3_config(struct iris_batch * batch,const struct gen_l3_config * cfg,bool has_slm,bool wants_dc_cache) argument

Completed in 44 milliseconds