Home
last modified time | relevance | path

Searched refs:fd_batch_lock_submit (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h338 fd_batch_lock_submit(struct fd_batch *batch) in fd_batch_lock_submit() function
Dfreedreno_draw.c330 while (unlikely(!fd_batch_lock_submit(batch))) { in fd_draw_vbo()
448 while (unlikely(!fd_batch_lock_submit(batch))) { in fd_clear()
Dfreedreno_batch.c338 if (!fd_batch_lock_submit(batch)) in batch_flush()
Dfreedreno_context.c325 if (!fd_batch_lock_submit(batch)) { in fd_context_batch_locked()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c927 ASSERTED bool ret = fd_batch_lock_submit(batch); in handle_rgba_blit()