Searched refs:tu_native_format (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 36 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 …]
|
D | tu_private.h | 1371 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);
|
D | tu_image.c | 251 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()
|
D | tu_clear_blit.c | 186 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()
|
D | tu_pipeline.c | 1794 const struct tu_native_format format = tu6_format_vtx(attr->format); in tu6_emit_vertex_input()
|