Searched refs:exec_fences (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.c76 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 Diris_batch.h96 struct util_dynarray exec_fences; member in struct:iris_batch
H A Diris_fence.c96 util_dynarray_grow(&batch->exec_fences, sizeof(*fence));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_fence.c97 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 Dcrocus_batch.c77 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 Dcrocus_batch.h129 struct util_dynarray exec_fences; member in struct:crocus_batch
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_fence.c116 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 Diris_batch.h107 struct util_dynarray exec_fences; member in struct:iris_batch
H A Diris_batch.c73 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 Dbrw_sync.c136 util_dynarray_grow(&brw->batch.exec_fences, struct drm_i915_gem_exec_fence *, 1);
H A Dbrw_batch.c64 return util_dynarray_num_elements(&batch->exec_fences,
747 (uintptr_t)util_dynarray_begin(&batch->exec_fences);
H A Dbrw_context.h523 struct util_dynarray exec_fences; member in struct:brw_batch
H A Dbrw_fbo.c1138 util_dynarray_init(&brw->batch.exec_fences, NULL);

Completed in 20 milliseconds