Home
last modified time | relevance | path

Searched refs:has_slm (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dgfx7_l3_state.c81 const bool has_slm = cfg->n[INTEL_L3P_SLM]; in setup_l3_config() local
122 (devinfo->ver < 11 && has_slm ? GFX8_L3CNTLREG_SLM_ENABLE : 0) | in setup_l3_config()
139 const bool urb_low_bw = has_slm && !devinfo->is_baytrail; in setup_l3_config()
161 OUT_BATCH((has_slm ? GFX7_L3CNTLREG2_SLM_ENABLE : 0) | in setup_l3_config()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c678 bool has_slm = compute; in iris_get_default_l3_config() local
680 intel_get_default_l3_weights(devinfo, wants_dc_cache, has_slm); in iris_get_default_l3_config()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c670 bool has_slm = compute; in crocus_get_default_l3_config() local
672 intel_get_default_l3_weights(devinfo, wants_dc_cache, has_slm); in crocus_get_default_l3_config()
Dcrocus_state.c1074 const bool has_slm = cfg->n[INTEL_L3P_SLM]; in setup_l3_config() local
1129 const bool urb_low_bw = has_slm && !devinfo->is_baytrail; in setup_l3_config()
1153 reg.SLMEnable = has_slm; in setup_l3_config()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst2927 - anv: Drop has_slm in emit_l3_config for gen11+