Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
Dintel_urb_config.c312 unsigned total_urb_kb = intel_get_l3_config_urb_size(devinfo, l3_cfg); in intel_get_mesh_urb_config() local
319 total_urb_kb -= push_constant_kb; in intel_get_mesh_urb_config()
343 const unsigned task_urb_kb = ALIGN(MAX2(total_urb_kb * task_urb_share, one_task_urb_kb), 8); in intel_get_mesh_urb_config()
345 const unsigned mesh_urb_kb = total_urb_kb - task_urb_kb; in intel_get_mesh_urb_config()