Searched refs:fd6_pipe2swap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_format.h39 enum a3xx_color_swap fd6_pipe2swap(enum pipe_format format);
H A Dfd6_format.c372 fd6_pipe2swap(enum pipe_format format) function in typeref:enum:a3xx_color_swap
456 } else if (fd6_pipe2swap(format) != WZYX) {
489 swap = fd6_pipe2swap(format);
H A Dfd6_gmem.c97 swap = rsc->tile_mode ? WZYX : fd6_pipe2swap(pformat);
734 enum a3xx_color_swap swap = rsc->tile_mode ? WZYX : fd6_pipe2swap(pfmt);
826 switch (fd6_pipe2swap(pfmt)) {
H A Dfd6_blitter.c389 sswap = stile ? WZYX : fd6_pipe2swap(info->src.format);
390 dswap = dtile ? WZYX : fd6_pipe2swap(info->dst.format);
H A Dfd6_emit.c668 A6XX_VFD_DECODE_INSTR_SWAP(fd6_pipe2swap(pfmt)) |
/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd6_format_table.c359 fd6_pipe2swap(enum pipe_format format, enum a6xx_tile_mode tile_mode) function in typeref:enum:a3xx_color_swap
382 return fd6_pipe2swap(format, TILE6_LINEAR);
422 return fd6_pipe2swap(format, tile_mode);
437 return fd6_pipe2swap(format, tile_mode);

Completed in 7 milliseconds