Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/
H A Danv_batch_chain.c98 if (bo->exec_obj_index < exec->bo_count && in anv_execbuf_add_bo()
99 exec->bos[bo->exec_obj_index] == bo) in anv_execbuf_add_bo()
100 obj = &exec->objects[bo->exec_obj_index]; in anv_execbuf_add_bo()
129 bo->exec_obj_index = exec->bo_count++; in anv_execbuf_add_bo()
130 obj = &exec->objects[bo->exec_obj_index]; in anv_execbuf_add_bo()
131 exec->bos[bo->exec_obj_index] = bo; in anv_execbuf_add_bo()
474 if (first_batch_bo->bo->exec_obj_index != execbuf->bo_count - 1) { in setup_execbuf_for_cmd_buffers()
475 uint32_t idx = first_batch_bo->bo->exec_obj_index; in setup_execbuf_for_cmd_buffers()
483 execbuf->bos[idx]->exec_obj_index = idx; in setup_execbuf_for_cmd_buffers()
487 first_batch_bo->bo->exec_obj_index = last_idx; in setup_execbuf_for_cmd_buffers()
[all …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_batch_chain.c1260 if (bo->exec_obj_index < exec->bo_count && in anv_execbuf_add_bo()
1261 exec->bos[bo->exec_obj_index] == bo) in anv_execbuf_add_bo()
1262 obj = &exec->objects[bo->exec_obj_index]; in anv_execbuf_add_bo()
1300 bo->exec_obj_index = exec->bo_count++; in anv_execbuf_add_bo()
1301 obj = &exec->objects[bo->exec_obj_index]; in anv_execbuf_add_bo()
1302 exec->bos[bo->exec_obj_index] = bo; in anv_execbuf_add_bo()
1381 anv_bo_unwrap(list->reloc_bos[i])->exec_obj_index; in anv_cmd_buffer_process_relocs()
1870 if (first_batch_bo->bo->exec_obj_index != execbuf->bo_count - 1) { in setup_execbuf_for_cmd_buffers()
1871 uint32_t idx = first_batch_bo->bo->exec_obj_index; in setup_execbuf_for_cmd_buffers()
1879 execbuf->bos[idx]->exec_obj_index = idx; in setup_execbuf_for_cmd_buffers()
[all …]
H A Danv_private.h384 uint32_t exec_obj_index; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_private.h465 uint32_t exec_obj_index; member
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.0.0.rst1939 - anv: Rename anv_bo::index to exec_obj_index