Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h456 void (*emit_tile_init)(struct fd_batch *batch) dt; member
Dfreedreno_gmem.c600 ctx->emit_tile_init(batch); in render_tiles()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c800 ctx->emit_tile_init = fd5_emit_tile_init; in fd5_gmem_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c760 ctx->emit_tile_init = fd2_emit_tile_init; in fd2_gmem_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_gmem.c837 ctx->emit_tile_init = fd4_emit_tile_init; in fd4_gmem_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c1091 ctx->emit_tile_init = fd3_emit_tile_init; in fd3_gmem_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c1649 ctx->emit_tile_init = fd6_emit_tile_init; in fd6_gmem_init()