Searched refs:exec_fences (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_fence.c | 97 util_dynarray_grow(&batch->exec_fences, struct drm_i915_gem_exec_fence, 1); in crocus_batch_add_syncobj() 126 assert(n == util_dynarray_num_elements(&batch->exec_fences, in clear_stale_syncobjs() 134 util_dynarray_element(&batch->exec_fences, in clear_stale_syncobjs() 150 util_dynarray_pop_ptr(&batch->exec_fences, in clear_stale_syncobjs()
|
D | crocus_batch.c | 77 return util_dynarray_num_elements(&batch->exec_fences, in num_fences() 89 util_dynarray_foreach(&batch->exec_fences, in dump_fence_list() 225 util_dynarray_init(&batch->exec_fences, ralloc_context(NULL)); in crocus_init_batch() 554 ralloc_free(batch->exec_fences.mem_ctx); in crocus_batch_free() 880 (uintptr_t)util_dynarray_begin(&batch->exec_fences); in submit_batch() 985 util_dynarray_clear(&batch->exec_fences); in _crocus_batch_flush()
|
D | crocus_batch.h | 129 struct util_dynarray exec_fences; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 73 return util_dynarray_num_elements(&batch->exec_fences, in num_fences() 85 util_dynarray_foreach(&batch->exec_fences, in dump_fence_list() 198 util_dynarray_init(&batch->exec_fences, ralloc_context(NULL)); in iris_init_batch() 455 ralloc_free(batch->exec_fences.mem_ctx); in iris_batch_free() 837 (uintptr_t)util_dynarray_begin(&batch->exec_fences); in submit_batch() 930 util_dynarray_clear(&batch->exec_fences); in _iris_batch_flush()
|
D | iris_fence.c | 116 util_dynarray_grow(&batch->exec_fences, struct drm_i915_gem_exec_fence, 1); in iris_batch_add_syncobj() 146 assert(n == util_dynarray_num_elements(&batch->exec_fences, in clear_stale_syncobjs() 154 util_dynarray_element(&batch->exec_fences, in clear_stale_syncobjs() 170 util_dynarray_pop_ptr(&batch->exec_fences, in clear_stale_syncobjs()
|
D | iris_batch.h | 107 struct util_dynarray exec_fences; member
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sync.c | 136 util_dynarray_grow(&brw->batch.exec_fences, struct drm_i915_gem_exec_fence *, 1); in intel_semaphoreobj_signal()
|
D | brw_batch.c | 64 return util_dynarray_num_elements(&batch->exec_fences, in num_fences() 747 (uintptr_t)util_dynarray_begin(&batch->exec_fences); in execbuffer()
|
D | brw_context.h | 523 struct util_dynarray exec_fences; member
|
D | brw_fbo.c | 1138 util_dynarray_init(&brw->batch.exec_fences, NULL); in brw_fbo_init()
|