Home
last modified time | relevance | path

Searched refs:exec_fences (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c73 return util_dynarray_num_elements(&batch->exec_fences, in num_fences()
85 util_dynarray_foreach(&batch->exec_fences, in dump_fence_list()
194 util_dynarray_init(&batch->exec_fences, ralloc_context(NULL)); in iris_init_batch()
426 ralloc_free(batch->exec_fences.mem_ctx); in iris_batch_free()
643 (uintptr_t)util_dynarray_begin(&batch->exec_fences); in submit_batch()
719 util_dynarray_clear(&batch->exec_fences); in _iris_batch_flush()
Diris_fence.c99 util_dynarray_grow(&batch->exec_fences, struct drm_i915_gem_exec_fence, 1); in iris_batch_add_syncobj()
128 assert(n == util_dynarray_num_elements(&batch->exec_fences, in clear_stale_syncobjs()
136 util_dynarray_element(&batch->exec_fences, in clear_stale_syncobjs()
152 util_dynarray_pop_ptr(&batch->exec_fences, in clear_stale_syncobjs()
Diris_batch.h105 struct util_dynarray exec_fences; member