Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/fdl/
Dfd6_format_table.h48 enum a3xx_color_swap fd6_color_swap(enum pipe_format format,
Dfd6_format_table.c435 fd6_color_swap(enum pipe_format format, enum a6xx_tile_mode tile_mode) in fd6_color_swap() function
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c86 .swap = fd6_color_swap(format, tile_mode), in tu6_format_color_unchecked()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c116 swap = fd6_color_swap(pformat, rsc->layout.tile_mode); in emit_mrt()
992 enum a3xx_color_swap swap = fd6_color_swap(pfmt, rsc->layout.tile_mode); in emit_blit()
1053 switch (fd6_color_swap(pfmt, TILE6_LINEAR)) { in emit_clears()
Dfd6_blitter.c539 enum a3xx_color_swap swap = fd6_color_swap(pfmt, dst->layout.tile_mode); in emit_blit_dst()