Searched refs:INTEL_L3P_SLM (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_l3_config.h36 INTEL_L3P_SLM = 0, enumerator in enum:intel_l3_partition
H A Dintel_l3_config.c239 if ((w0.w[INTEL_L3P_SLM] && !w1.w[INTEL_L3P_SLM]) ||
265 w.w[INTEL_L3P_SLM] = devinfo->ver < 11 && needs_slm;
378 cfg->n[INTEL_L3P_SLM], cfg->n[INTEL_L3P_URB], cfg->n[INTEL_L3P_ALL],
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx7_l3_state.c81 const bool has_slm = cfg->n[INTEL_L3P_SLM];
140 assert(!urb_low_bw || cfg->n[INTEL_L3P_URB] == cfg->n[INTEL_L3P_SLM]);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_state.c381 l3cr.SLMEnable = cfg->n[INTEL_L3P_SLM];
418 const bool urb_low_bw = cfg->n[INTEL_L3P_SLM] && !devinfo->is_baytrail;
419 assert(!urb_low_bw || cfg->n[INTEL_L3P_URB] == cfg->n[INTEL_L3P_SLM]);
440 l3cr2.SLMEnable = cfg->n[INTEL_L3P_SLM];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c1074 const bool has_slm = cfg->n[INTEL_L3P_SLM];
1115 reg.SLMEnable = cfg->n[INTEL_L3P_SLM] > 0;
1130 assert(!urb_low_bw || cfg->n[INTEL_L3P_URB] == cfg->n[INTEL_L3P_SLM]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c760 reg.SLMEnable = cfg->n[INTEL_L3P_SLM] > 0;

Completed in 26 milliseconds