Searched refs:exec_bos (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 105 struct iris_bo *bo = batch->exec_bos[i]; in dump_bo_list() 133 struct iris_bo *bo = batch->exec_bos[i]; in decode_get_bo() 167 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch() 169 batch->exec_bos[0]->address, false); in decode_batch() 204 batch->exec_bos = in iris_init_batch() 205 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); in iris_init_batch() 244 if (index < batch->exec_count && batch->exec_bos[index] == bo) in find_exec_index() 249 if (batch->exec_bos[index] == bo) in find_exec_index() 263 batch->exec_bos = in ensure_exec_obj_space() 264 realloc(batch->exec_bos, in ensure_exec_obj_space() [all …]
|
D | iris_batch.h | 85 struct iris_bo **exec_bos; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 111 batch->exec_bos[i]->gem_handle); in dump_validation_list() 114 batch->validation_list[i].handle, batch->exec_bos[i]->name, in dump_validation_list() 115 (uint64_t)batch->validation_list[i].offset, batch->exec_bos[i]->size, in dump_validation_list() 116 batch->exec_bos[i]->refcount, in dump_validation_list() 130 struct crocus_bo *bo = batch->exec_bos[i]; in decode_get_bo() 173 void *map = crocus_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch() 175 batch->exec_bos[0]->gtt_offset, false); in decode_batch() 233 batch->exec_bos = in crocus_init_batch() 234 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_validation_entry() [all …]
|
D | crocus_batch.h | 110 struct crocus_bo **exec_bos; member
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_batch.c | 77 batch->exec_bos[i]->gem_handle); in dump_validation_list() 81 batch->exec_bos[i]->name, in dump_validation_list() 82 batch->exec_bos[i], in dump_validation_list() 87 batch->exec_bos[i]->size); in dump_validation_list() 98 struct brw_bo *bo = batch->exec_bos[i]; in decode_get_bo() 154 batch->exec_bos = in brw_batch_init() 155 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); in brw_batch_init() 196 if (index < batch->exec_count && batch->exec_bos[index] == bo) in add_exec_bo() 201 if (batch->exec_bos[index] == bo) in add_exec_bo() 209 batch->exec_bos = in add_exec_bo() [all …]
|
D | brw_context.h | 503 struct brw_bo **exec_bos; member
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 119 drm_intel_bo **exec_bos; member 418 drm_intel_bo *bo = bufmgr_gem->exec_bos[i]; in drm_intel_gem_dump_validation_list() 502 bufmgr_gem->exec_bos = in drm_intel_add_validate_buffer() 503 realloc(bufmgr_gem->exec_bos, in drm_intel_add_validate_buffer() 504 sizeof(*bufmgr_gem->exec_bos) * new_size); in drm_intel_add_validate_buffer() 516 bufmgr_gem->exec_bos[index] = bo; in drm_intel_add_validate_buffer() 547 bufmgr_gem->exec_bos = in drm_intel_add_validate_buffer2() 548 realloc(bufmgr_gem->exec_bos, in drm_intel_add_validate_buffer2() 549 sizeof(*bufmgr_gem->exec_bos) * new_size); in drm_intel_add_validate_buffer2() 564 bufmgr_gem->exec_bos[index] = bo; in drm_intel_add_validate_buffer2() [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[]
|