Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/fdl/
Dfd6_format_table.h56 enum a3xx_color_swap fd6_texture_swap(enum pipe_format format,
Dfd6_view.c215 fd6_texture_swap(args->format, layout->tile_mode); in fdl6_view_init()
445 A6XX_TEX_CONST_0_SWAP(fd6_texture_swap(format, TILE6_LINEAR)) | in fdl6_buffer_view_init()
Dfd6_format_table.c431 fd6_texture_swap(enum pipe_format format, enum a6xx_tile_mode tile_mode) in fd6_texture_swap() function
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c101 .swap = fd6_texture_swap(format, tile_mode), in tu6_format_texture_unchecked()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c578 enum a3xx_color_swap sswap = fd6_texture_swap(info->src.format, src->layout.tile_mode); in emit_blit_src()