Home
last modified time | relevance | path

Searched refs:emit_ib (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.h129 void (*emit_ib)(struct fd_ringbuffer *ring, struct fd_ringbuffer *target); member
Dfreedreno_gmem.c614 ctx->screen->emit_ib(batch->gmem, batch->draw); in render_tiles()
643 ctx->screen->emit_ib(batch->gmem, batch->draw); in render_sysmem()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c574 screen->emit_ib = fd2_emit_ib; in fd2_emit_init_screen()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c949 screen->emit_ib = fd4_emit_ib; in fd4_emit_init_screen()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c986 screen->emit_ib = fd3_emit_ib; in fd3_emit_init_screen()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c1192 screen->emit_ib = fd5_emit_ib; in fd5_emit_init_screen()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c1414 screen->emit_ib = fd6_emit_ib; in fd6_emit_init_screen()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst1013 - turnip: provide both emit_ib and emit_call