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

/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c94 fd_prog_blit(struct pipe_context *pctx, int rts, bool depth) function
140 ctx->blit_prog[0].fp = fd_prog_blit(pctx, 1, false);
143 ctx->blit_prog[i].fp = fd_prog_blit(pctx, i + 1, false);
147 ctx->blit_z.fp = fd_prog_blit(pctx, 0, true);
149 ctx->blit_zs.fp = fd_prog_blit(pctx, 1, true);

Completed in 45 milliseconds