Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c657 const unsigned n0_urb = devinfo->platform == INTEL_PLATFORM_BYT ? 32 : 0; in emit_l3_config() local
658 assert(cfg->n[INTEL_L3P_URB] >= n0_urb); in emit_l3_config()
677 l3cr2.URBAllocation = cfg->n[INTEL_L3P_URB] - n0_urb; in emit_l3_config()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c1134 const unsigned n0_urb = (devinfo->platform == INTEL_PLATFORM_BYT ? 32 : 0); in setup_l3_config() local
1135 assert(cfg->n[INTEL_L3P_URB] >= n0_urb); in setup_l3_config()
1156 reg.URBAllocation = cfg->n[INTEL_L3P_URB] - n0_urb; in setup_l3_config()

Completed in 14 milliseconds