Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c326 struct fd_batch *batch = fd_context_batch(ctx); in fd_draw_vbo()
336 batch = fd_context_batch(ctx); in fd_draw_vbo()
444 struct fd_batch *batch = fd_context_batch(ctx); in fd_clear()
454 batch = fd_context_batch(ctx); in fd_clear()
Dfreedreno_context.c60 batch = fd_context_batch(ctx); in fd_context_flush()
292 fd_context_batch(struct fd_context *ctx) in fd_context_batch() function
324 batch = fd_context_batch(ctx); in fd_context_batch_locked()
Dfreedreno_context.h704 struct fd_batch *fd_context_batch(struct fd_context *ctx) assert_dt;
Dfreedreno_batch_cache.c172 struct fd_batch *current_batch = fd_context_batch(ctx); in fd_bc_flush()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2837 - freedreno: Make fd_context_batch() return a reference