Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_l3_state.c49 bool needs_dc = false, needs_slm = false; in get_pipeline_state_l3_weights() local
60 needs_slm |= prog_data && prog_data->total_shared; in get_pipeline_state_l3_weights()
64 needs_dc, needs_slm); in get_pipeline_state_l3_weights()
/external/mesa3d/src/intel/common/
Dgen_l3_config.c261 bool needs_dc, bool needs_slm) in gen_get_default_l3_weights() argument
265 w.w[GEN_L3P_SLM] = devinfo->gen < 11 && needs_slm; in gen_get_default_l3_weights()
Dgen_l3_config.h77 bool needs_dc, bool needs_slm);
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c2110 anv_pipeline_setup_l3_config(struct anv_pipeline *pipeline, bool needs_slm) in anv_pipeline_setup_l3_config() argument
2115 gen_get_default_l3_weights(devinfo, true, needs_slm); in anv_pipeline_setup_l3_config()
Danv_private.h3710 anv_pipeline_setup_l3_config(struct anv_pipeline *pipeline, bool needs_slm);