Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c36 struct tu_native_format
40 struct tu_native_format fmt = { in tu6_format_vtx()
80 static struct tu_native_format
84 struct tu_native_format fmt = { in tu6_format_color_unchecked()
108 struct tu_native_format
111 struct tu_native_format fmt = tu6_format_color_unchecked(vk_format, tile_mode); in tu6_format_color()
116 static struct tu_native_format
120 struct tu_native_format fmt = { in tu6_format_texture_unchecked()
150 struct tu_native_format
153 struct tu_native_format fmt = tu6_format_texture_unchecked(vk_format, tile_mode); in tu6_format_texture()
[all …]
Dtu_private.h1371 struct tu_native_format struct
1379 struct tu_native_format tu6_format_vtx(VkFormat format); argument
1381 struct tu_native_format tu6_format_color(VkFormat format, enum a6xx_tile_mode tile_mode);
1383 struct tu_native_format tu6_format_texture(VkFormat format, enum a6xx_tile_mode tile_mode);
Dtu_image.c251 struct tu_native_format fmt = tu6_format_texture(format, layout->tile_mode); in tu_image_view_init()
386 struct tu_native_format cfmt = tu6_format_color(format, layout->tile_mode); in tu_image_view_init()
856 const struct tu_native_format fmt = tu6_format_texture(vfmt, TILE6_LINEAR); in tu_buffer_view_init()
Dtu_clear_blit.c186 struct tu_native_format format = tu6_format_texture(vk_format, TILE6_LINEAR); in r2d_src_buffer()
223 struct tu_native_format format = tu6_format_color(vk_format, TILE6_LINEAR); in r2d_dst_buffer()
876 struct tu_native_format format = tu6_format_texture(vk_format, TILE6_LINEAR); in r3d_src_buffer()
958 struct tu_native_format format = tu6_format_color(vk_format, TILE6_LINEAR); in r3d_dst_buffer()
1659 struct tu_native_format linear = tu6_format_texture(format, TILE6_LINEAR); in is_swapped_format()
1660 struct tu_native_format tiled = tu6_format_texture(format, TILE6_3); in is_swapped_format()
Dtu_pipeline.c1794 const struct tu_native_format format = tu6_format_vtx(attr->format); in tu6_emit_vertex_input()