Searched refs:fd5_pipe2color (Results 1 – 6 of 6) sorted by relevance
36 enum a5xx_color_fmt fd5_pipe2color(enum pipe_format format);
90 (fd5_pipe2color(format) != RB5_NONE) && in fd5_screen_is_format_supported()
75 if (fd5_pipe2color(fmt) == RB5_NONE) in ok_format()325 sfmt = fd5_pipe2color(info->src.format); in emit_blit()326 dfmt = fd5_pipe2color(info->dst.format); in emit_blit()
73 return fd5_pipe2color(surf->format); in fd5_emit_format()
76 format = fd5_pipe2color(pformat); in emit_mrt()486 fd5_pipe2color(fd_gmem_restore_format(rsc->base.format)); in emit_mem2gmem_surf()
360 fd5_pipe2color(enum pipe_format format) in fd5_pipe2color() function