Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c107 batch->exec_bos[i]->gem_handle); in dump_validation_list()
111 batch->exec_bos[i]->name, in dump_validation_list()
113 batch->exec_bos[i]->size, in dump_validation_list()
114 batch->exec_bos[i]->refcount, in dump_validation_list()
130 struct iris_bo *bo = batch->exec_bos[i]; in decode_get_bo()
165 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch()
167 batch->exec_bos[0]->gtt_offset, false); in decode_batch()
199 batch->exec_bos = in iris_init_batch()
200 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); in iris_init_batch()
237 if (index < batch->exec_count && batch->exec_bos[index] == bo) in find_validation_entry()
[all …]
Diris_batch.h86 struct iris_bo **exec_bos; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c69 batch->exec_bos[i]->gem_handle); in dump_validation_list()
73 batch->exec_bos[i]->name, in dump_validation_list()
74 batch->exec_bos[i], in dump_validation_list()
79 batch->exec_bos[i]->size); in dump_validation_list()
90 struct brw_bo *bo = batch->exec_bos[i]; in decode_get_bo()
146 batch->exec_bos = in intel_batchbuffer_init()
147 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); in intel_batchbuffer_init()
187 if (index < batch->exec_count && batch->exec_bos[index] == bo) in add_exec_bo()
192 if (batch->exec_bos[index] == bo) in add_exec_bo()
200 batch->exec_bos = in add_exec_bo()
[all …]
Dbrw_context.h514 struct brw_bo **exec_bos; member
/external/libdrm/intel/
Dintel_bufmgr_gem.c119 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 …]
/external/mesa3d/docs/relnotes/
D19.1.0.rst1080 - iris: Merge two walks of the exec_bos list