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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.h35 enum a3xx_color_fmt fd3_pipe2color(enum pipe_format format);
H A Dfd3_resource.c98 enum a3xx_color_fmt fmt = fd3_pipe2color(pfmt);
H A Dfd3_screen.c69 (fd3_pipe2color(format) != RB_NONE) &&
H A Dfd3_format.c305 fd3_pipe2color(enum pipe_format format) function in typeref:enum:a3xx_color_fmt
333 return fd3_pipe2color(format);
H A Dfd3_gmem.c96 format = fd3_pipe2color(pformat);
366 A3XX_RB_COPY_DEST_INFO_FORMAT(fd3_pipe2color(format)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.h36 enum a3xx_color_fmt fd3_pipe2color(enum pipe_format format);
H A Dfd3_screen.c71 (fd3_pipe2color(format) != (enum a3xx_color_fmt)~0) &&
H A Dfd3_format.c311 fd3_pipe2color(enum pipe_format format) function in typeref:enum:a3xx_color_fmt
368 return fd3_pipe2color(format);
H A Dfd3_gmem.c84 format = fd3_pipe2color(pformat);
349 A3XX_RB_COPY_DEST_INFO_FORMAT(fd3_pipe2color(format)) |

Completed in 12 milliseconds