Searched refs:tu_native_format (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.h | 15 struct tu_native_format struct 24 struct tu_native_format tu6_format_vtx(VkFormat format); argument 26 struct tu_native_format tu6_format_color(enum pipe_format format, enum a6xx_tile_mode tile_mode); 28 struct tu_native_format tu6_format_texture(enum pipe_format format, enum a6xx_tile_mode tile_mode);
|
D | tu_formats.c | 17 struct tu_native_format 21 struct tu_native_format fmt = { in tu6_format_vtx() 61 static struct tu_native_format 64 struct tu_native_format fmt = { in tu6_format_color_unchecked() 88 struct tu_native_format 91 struct tu_native_format fmt = tu6_format_color_unchecked(format, tile_mode); in tu6_format_color() 96 static struct tu_native_format 99 struct tu_native_format fmt = { in tu6_format_texture_unchecked() 121 struct tu_native_format 124 struct tu_native_format fmt = tu6_format_texture_unchecked(format, tile_mode); in tu6_format_texture()
|
D | tu_clear_blit.c | 250 struct tu_native_format fmt = tu6_format_texture(format, TILE6_LINEAR); in r2d_src_buffer() 310 struct tu_native_format fmt = tu6_format_color(format, TILE6_LINEAR); in r2d_dst_buffer() 988 struct tu_native_format fmt = tu6_format_texture(format, TILE6_LINEAR); in r3d_src_buffer() 1110 struct tu_native_format fmt = tu6_format_color(format, TILE6_LINEAR); in r3d_dst_buffer() 1863 struct tu_native_format linear = tu6_format_texture(format, TILE6_LINEAR); in is_swapped_format() 1864 struct tu_native_format tiled = tu6_format_texture(format, TILE6_3); in is_swapped_format()
|
D | tu_pipeline.c | 1882 const struct tu_native_format format = tu6_format_vtx(attr->format); in tu6_emit_vertex_input()
|