Home
last modified time | relevance | path

Searched refs:fd_context_batch (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c263 fd_batch_reference(&batch, fd_context_batch(ctx)); in fd_draw_vbo()
277 fd_batch_reference(&batch, fd_context_batch(ctx)); in fd_draw_vbo()
401 fd_batch_reference(&batch, fd_context_batch(ctx)); in fd_clear()
415 fd_batch_reference(&batch, fd_context_batch(ctx)); in fd_clear()
Dfreedreno_query_hw.c138 struct fd_batch *batch = fd_context_batch(ctx); in fd_hw_begin_query()
157 struct fd_batch *batch = fd_context_batch(ctx); in fd_hw_end_query()
Dfreedreno_query_acc.c116 fd_acc_query_resume(aq, fd_context_batch(ctx)); in fd_acc_begin_query()
Dfreedreno_context.h527 fd_context_batch(struct fd_context *ctx) in fd_context_batch() function
Dfreedreno_batch_cache.c150 struct fd_batch *current_batch = fd_context_batch(ctx); in bc_flush()
Dfreedreno_context.c55 struct fd_batch *batch = fd_context_batch(ctx); in fd_context_flush()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c118 struct fd_batch *batch = fd_context_batch(ctx); in time_elapsed_enable()