Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c653 const bool urb_low_bw = cfg->n[INTEL_L3P_SLM] && devinfo->platform != INTEL_PLATFORM_BYT; in emit_l3_config() local
654 assert(!urb_low_bw || cfg->n[INTEL_L3P_URB] == cfg->n[INTEL_L3P_SLM]); in emit_l3_config()
676 l3cr2.URBLowBandwidth = urb_low_bw; in emit_l3_config()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c1130 const bool urb_low_bw = has_slm && devinfo->platform != INTEL_PLATFORM_BYT; in setup_l3_config() local
1131 assert(!urb_low_bw || cfg->n[INTEL_L3P_URB] == cfg->n[INTEL_L3P_SLM]); in setup_l3_config()
1155 reg.URBLowBandwidth = urb_low_bw; in setup_l3_config()

Completed in 15 milliseconds