| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 110 batch->exec_bos[i]->gem_handle); 114 batch->exec_bos[i]->name, 116 batch->exec_bos[i]->size, 117 batch->exec_bos[i]->refcount, 133 struct iris_bo *bo = batch->exec_bos[i]; 156 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); 158 batch->exec_bos[0]->gtt_offset, false); 191 batch->exec_bos = 192 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); 230 if (index < batch->exec_count && batch->exec_bos[inde [all...] |
| H A D | iris_batch.h | 82 struct iris_bo **exec_bos; member in struct:iris_batch 98 /** The amount of aperture space (in bytes) used by all exec_bos */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.c | 111 batch->exec_bos[i]->gem_handle); 114 batch->validation_list[i].handle, batch->exec_bos[i]->name, 115 (uint64_t)batch->validation_list[i].offset, batch->exec_bos[i]->size, 116 batch->exec_bos[i]->refcount, 130 struct crocus_bo *bo = batch->exec_bos[i]; 173 void *map = crocus_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); 175 batch->exec_bos[0]->gtt_offset, false); 233 batch->exec_bos = 234 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); 272 if (index < batch->exec_count && batch->exec_bos[inde [all...] |
| H A D | crocus_batch.h | 110 struct crocus_bo **exec_bos; member in struct:crocus_batch 131 /** The amount of aperture space (in bytes) used by all exec_bos */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 105 struct iris_bo *bo = batch->exec_bos[i]; 133 struct iris_bo *bo = batch->exec_bos[i]; 167 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); 169 batch->exec_bos[0]->address, false); 204 batch->exec_bos = 205 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); 244 if (index < batch->exec_count && batch->exec_bos[index] == bo) 249 if (batch->exec_bos[index] == bo) 263 batch->exec_bos = 264 realloc(batch->exec_bos, [all...] |
| H A D | iris_batch.h | 85 struct iris_bo **exec_bos; member in struct:iris_batch 109 /** The amount of aperture space (in bytes) used by all exec_bos */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_batchbuffer.c | 69 batch->exec_bos[i]->gem_handle); 73 batch->exec_bos[i]->name, 74 batch->exec_bos[i], 79 batch->exec_bos[i]->size); 90 struct brw_bo *bo = batch->exec_bos[i]; 154 batch->exec_bos = 155 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); 195 if (index < batch->exec_count && batch->exec_bos[index] == bo) 200 if (batch->exec_bos[index] == bo) 208 batch->exec_bos [all...] |
| H A D | brw_context.h | 512 struct brw_bo **exec_bos; member in struct:intel_batchbuffer 516 /** The amount of aperture space (in bytes) used by all exec_bos */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_batch.c | 77 batch->exec_bos[i]->gem_handle); 81 batch->exec_bos[i]->name, 82 batch->exec_bos[i], 87 batch->exec_bos[i]->size); 98 struct brw_bo *bo = batch->exec_bos[i]; 154 batch->exec_bos = 155 malloc(batch->exec_array_size * sizeof(batch->exec_bos[0])); 196 if (index < batch->exec_count && batch->exec_bos[index] == bo) 201 if (batch->exec_bos[index] == bo) 209 batch->exec_bos [all...] |
| H A D | brw_context.h | 503 struct brw_bo **exec_bos; member in struct:brw_batch 507 /** The amount of aperture space (in bytes) used by all exec_bos */
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr_gem.c | 118 drm_intel_bo **exec_bos; member in struct:_drm_intel_bufmgr_gem 417 drm_intel_bo *bo = bufmgr_gem->exec_bos[i]; 508 bufmgr_gem->exec_bos = 509 realloc(bufmgr_gem->exec_bos, 510 sizeof(*bufmgr_gem->exec_bos) * new_size); 525 bufmgr_gem->exec_bos[index] = bo; 1967 free(bufmgr_gem->exec_bos); 2270 drm_intel_bo *bo = bufmgr_gem->exec_bos[i]; 2377 drm_intel_gem_estimate_batch_space(bufmgr_gem->exec_bos, 2379 drm_intel_gem_compute_batch_space(bufmgr_gem->exec_bos, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_queue.c | 64 struct anv_bo bo, *exec_bos[1]; local in function:anv_device_submit_simple_batch 78 exec_bos[0] = &bo; 105 result = anv_device_execbuf(device, &execbuf, exec_bos);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 1080 - iris: Merge two walks of the exec_bos list
|
| H A D | 21.3.0.rst | 2348 - iris: Rewrite bo->index comment to refer to exec_bos[]
|