Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
Dintel_l3_config.c261 bool needs_dc, bool needs_slm) in intel_get_default_l3_weights() argument
265 w.w[INTEL_L3P_SLM] = devinfo->ver < 11 && needs_slm; in intel_get_default_l3_weights()
Dintel_l3_config.h77 bool needs_dc, bool needs_slm);
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c2039 anv_pipeline_setup_l3_config(struct anv_pipeline *pipeline, bool needs_slm) in anv_pipeline_setup_l3_config() argument
2044 intel_get_default_l3_weights(devinfo, true, needs_slm); in anv_pipeline_setup_l3_config()
Danv_private.h3448 anv_pipeline_setup_l3_config(struct anv_pipeline *pipeline, bool needs_slm);