Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1272 if (bo->exec_obj_index < exec->bo_count && in anv_execbuf_add_bo()
1273 exec->bos[bo->exec_obj_index] == bo) in anv_execbuf_add_bo()
1274 obj = &exec->objects[bo->exec_obj_index]; in anv_execbuf_add_bo()
1312 bo->exec_obj_index = exec->bo_count++; in anv_execbuf_add_bo()
1313 obj = &exec->objects[bo->exec_obj_index]; in anv_execbuf_add_bo()
1314 exec->bos[bo->exec_obj_index] = bo; in anv_execbuf_add_bo()
1393 anv_bo_unwrap(list->reloc_bos[i])->exec_obj_index; in anv_cmd_buffer_process_relocs()
1880 if (first_batch_bo->bo->exec_obj_index != execbuf->bo_count - 1) { in setup_execbuf_for_cmd_buffers()
1881 uint32_t idx = first_batch_bo->bo->exec_obj_index; in setup_execbuf_for_cmd_buffers()
1889 execbuf->bos[idx]->exec_obj_index = idx; in setup_execbuf_for_cmd_buffers()
[all …]
Danv_private.h483 uint32_t exec_obj_index; member
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst1939 - anv: Rename anv_bo::index to exec_obj_index