Searched refs:emit_tile (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_render_cl.c116 static void emit_tile(struct vc4_exec_info *exec, function in typeref:typename:void
366 emit_tile(exec, setup, x, y, first, last);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_render_cl.c116 static void emit_tile(struct vc4_exec_info *exec, function in typeref:typename:void
366 emit_tile(exec, setup, x, y, first, last);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h461 void (*emit_tile)(struct fd_batch *batch, const struct fd_tile *tile) dt; member in struct:fd_context
H A Dfreedreno_gmem.c611 if (ctx->emit_tile) {
612 ctx->emit_tile(batch, tile);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c1659 ctx->emit_tile = fd6_emit_tile;

Completed in 8 milliseconds