Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
Dintel_urb_config.c343 const unsigned task_urb_kb = ALIGN(MAX2(total_urb_kb * task_urb_share, one_task_urb_kb), 8); in intel_get_mesh_urb_config() local
345 const unsigned mesh_urb_kb = total_urb_kb - task_urb_kb; in intel_get_mesh_urb_config()
353 r.task_entries = MIN2((task_urb_kb * 16) / r.task_entry_size_64b, 1548); in intel_get_mesh_urb_config()
365 assert(task_urb_kb % 8 == 0); in intel_get_mesh_urb_config()
366 next_address_8kb += task_urb_kb / 8; in intel_get_mesh_urb_config()