Home
last modified time | relevance | path

Searched refs:fd4_pipe2color (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.h36 enum a4xx_color_fmt fd4_pipe2color(enum pipe_format format);
Dfd4_emit.h71 return fd4_pipe2color(surf->format); in fd4_emit_format()
Dfd4_screen.c70 (fd4_pipe2color(format) != RB4_NONE) && in fd4_screen_is_format_supported()
Dfd4_gmem.c98 format = fd4_pipe2color(pformat); in emit_mrt()
191 A4XX_RB_COPY_DEST_INFO_FORMAT(fd4_pipe2color(pformat)) | in emit_gmem2mem_surf()
Dfd4_format.c352 fd4_pipe2color(enum pipe_format format) in fd4_pipe2color() function