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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.h48 bool fd_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info);
H A Dfreedreno_blitter.c253 fd_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info) function in typeref:typename:bool
H A Dfreedreno_resource.c130 if (fallback || !fd_blit(pctx, blit)) {
1263 /* wrap fd_blit to return void */
1264 fd_blit(pctx, blit_info);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.h48 bool fd_blit(struct pipe_context *pctx,
H A Dfreedreno_blitter.c287 fd_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info) function in typeref:typename:bool
H A Dfreedreno_resource.c240 if (fallback || !fd_blit(pctx, blit)) {
1689 /* wrap fd_blit to return void */
1690 fd_blit(pctx, blit_info);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2315 - freedreno: catch failing fd_blit and fallback to software blit

Completed in 16 milliseconds