Searched refs:exec_bos (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 110 batch->exec_bos[i]->gem_handle); in dump_validation_list() 113 batch->validation_list[i].handle, batch->exec_bos[i]->name, in dump_validation_list() 114 (uint64_t)batch->validation_list[i].offset, batch->exec_bos[i]->size, in dump_validation_list() 115 batch->exec_bos[i]->refcount, in dump_validation_list() 129 struct crocus_bo *bo = batch->exec_bos[i]; in decode_get_bo() 172 void *map = crocus_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch() 174 batch->exec_bos[0]->gtt_offset, false); in decode_batch() 232 batch->exec_bos = in crocus_init_batch() 233 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); in crocus_init_batch() 272 if (index < batch->exec_count && batch->exec_bos[index] == bo) in find_exec_index() [all …]
|
D | crocus_batch.h | 110 struct crocus_bo **exec_bos; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 107 struct iris_bo *bo = batch->exec_bos[i]; in dump_bo_list() 139 struct iris_bo *bo = batch->exec_bos[i]; in decode_get_bo() 173 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch() 175 batch->exec_bos[0]->address, false); in decode_batch() 210 batch->exec_bos = in iris_init_batch() 211 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); in iris_init_batch() 354 if (index < batch->exec_count && batch->exec_bos[index] == bo) in find_exec_index() 359 if (batch->exec_bos[index] == bo) in find_exec_index() 373 batch->exec_bos = in ensure_exec_obj_space() 374 realloc(batch->exec_bos, in ensure_exec_obj_space() [all …]
|
D | iris_batch.h | 91 struct iris_bo **exec_bos; member
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 118 drm_intel_bo **exec_bos; member 417 drm_intel_bo *bo = bufmgr_gem->exec_bos[i]; in drm_intel_gem_dump_validation_list() 508 bufmgr_gem->exec_bos = in drm_intel_add_validate_buffer2() 509 realloc(bufmgr_gem->exec_bos, in drm_intel_add_validate_buffer2() 510 sizeof(*bufmgr_gem->exec_bos) * new_size); in drm_intel_add_validate_buffer2() 525 bufmgr_gem->exec_bos[index] = bo; in drm_intel_add_validate_buffer2() 1966 free(bufmgr_gem->exec_bos); in drm_intel_bufmgr_gem_destroy() 2269 drm_intel_bo *bo = bufmgr_gem->exec_bos[i]; in drm_intel_update_buffer_offsets2() 2376 drm_intel_gem_estimate_batch_space(bufmgr_gem->exec_bos, in do_exec2() 2378 drm_intel_gem_compute_batch_space(bufmgr_gem->exec_bos, in do_exec2() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 1080 - iris: Merge two walks of the exec_bos list
|
D | 21.3.0.rst | 2348 - iris: Rewrite bo->index comment to refer to exec_bos[]
|