Searched refs:urb_low_bw (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen7_l3_state.c138 const bool urb_low_bw = has_slm && !devinfo->is_baytrail; local in function:setup_l3_config
139 assert(!urb_low_bw || cfg->n[GEN_L3P_URB] == cfg->n[GEN_L3P_SLM]);
162 (urb_low_bw ? GEN7_L3CNTLREG2_URB_LOW_BW : 0) |
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx7_l3_state.c139 const bool urb_low_bw = has_slm && !devinfo->is_baytrail; local in function:setup_l3_config
140 assert(!urb_low_bw || cfg->n[INTEL_L3P_URB] == cfg->n[INTEL_L3P_SLM]);
163 (urb_low_bw ? GFX7_L3CNTLREG2_URB_LOW_BW : 0) |
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_state.c418 const bool urb_low_bw = cfg->n[INTEL_L3P_SLM] && !devinfo->is_baytrail; local in function:genX
419 assert(!urb_low_bw || cfg->n[INTEL_L3P_URB] == cfg->n[INTEL_L3P_SLM]);
441 l3cr2.URBLowBandwidth = urb_low_bw;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c1668 const bool urb_low_bw = has_slm && !devinfo->is_baytrail; local in function:genX
1669 assert(!urb_low_bw || cfg->n[GEN_L3P_URB] == cfg->n[GEN_L3P_SLM]);
1688 .URBLowBandwidth = urb_low_bw,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c1129 const bool urb_low_bw = has_slm && !devinfo->is_baytrail; local in function:setup_l3_config
1130 assert(!urb_low_bw || cfg->n[INTEL_L3P_URB] == cfg->n[INTEL_L3P_SLM]);
1154 reg.URBLowBandwidth = urb_low_bw;

Completed in 20 milliseconds