Searched refs:exec_fences (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 76 return util_dynarray_num_elements(&batch->exec_fences, 88 util_dynarray_foreach(&batch->exec_fences, 186 util_dynarray_init(&batch->exec_fences, ralloc_context(NULL)); 378 ralloc_free(batch->exec_fences.mem_ctx); 491 (uintptr_t)util_dynarray_begin(&batch->exec_fences); 600 util_dynarray_clear(&batch->exec_fences);
|
| H A D | iris_batch.h | 96 struct util_dynarray exec_fences; member in struct:iris_batch
|
| H A D | iris_fence.c | 96 util_dynarray_grow(&batch->exec_fences, sizeof(*fence));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_fence.c | 97 util_dynarray_grow(&batch->exec_fences, struct drm_i915_gem_exec_fence, 1); 126 assert(n == util_dynarray_num_elements(&batch->exec_fences, 134 util_dynarray_element(&batch->exec_fences, 150 util_dynarray_pop_ptr(&batch->exec_fences,
|
| H A D | crocus_batch.c | 77 return util_dynarray_num_elements(&batch->exec_fences, 89 util_dynarray_foreach(&batch->exec_fences, 225 util_dynarray_init(&batch->exec_fences, ralloc_context(NULL)); 563 ralloc_free(batch->exec_fences.mem_ctx); 889 (uintptr_t)util_dynarray_begin(&batch->exec_fences); 994 util_dynarray_clear(&batch->exec_fences);
|
| H A D | crocus_batch.h | 129 struct util_dynarray exec_fences; member in struct:crocus_batch
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_fence.c | 116 util_dynarray_grow(&batch->exec_fences, struct drm_i915_gem_exec_fence, 1); 146 assert(n == util_dynarray_num_elements(&batch->exec_fences, 154 util_dynarray_element(&batch->exec_fences, 170 util_dynarray_pop_ptr(&batch->exec_fences,
|
| H A D | iris_batch.h | 107 struct util_dynarray exec_fences; member in struct:iris_batch
|
| H A D | iris_batch.c | 73 return util_dynarray_num_elements(&batch->exec_fences, 85 util_dynarray_foreach(&batch->exec_fences, 198 util_dynarray_init(&batch->exec_fences, ralloc_context(NULL)); 455 ralloc_free(batch->exec_fences.mem_ctx); 845 (uintptr_t)util_dynarray_begin(&batch->exec_fences); 938 util_dynarray_clear(&batch->exec_fences);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sync.c | 136 util_dynarray_grow(&brw->batch.exec_fences, struct drm_i915_gem_exec_fence *, 1);
|
| H A D | brw_batch.c | 64 return util_dynarray_num_elements(&batch->exec_fences, 747 (uintptr_t)util_dynarray_begin(&batch->exec_fences);
|
| H A D | brw_context.h | 523 struct util_dynarray exec_fences; member in struct:brw_batch
|
| H A D | brw_fbo.c | 1138 util_dynarray_init(&brw->batch.exec_fences, NULL);
|
Completed in 20 milliseconds