Searched refs:fd_blitter_pipe_begin (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.h | 180 void fd_blitter_pipe_begin(struct fd_context *ctx, bool render_cond, bool discard,
|
D | freedreno_resource.c | 123 fd_blitter_pipe_begin(ctx, false, true, FD_STAGE_BLIT); in do_blit() 961 fd_blitter_pipe_begin(ctx, false, false, FD_STAGE_BLIT); in fd_blitter_pipe_copy_region() 1067 fd_blitter_pipe_begin(ctx, info.render_condition_enable, discard, FD_STAGE_BLIT); in fd_blit() 1073 fd_blitter_pipe_begin(struct fd_context *ctx, bool render_cond, bool discard, in fd_blitter_pipe_begin() function
|
D | freedreno_draw.c | 281 fd_blitter_pipe_begin(ctx, false, true, FD_STAGE_CLEAR); in fd_blitter_clear()
|