Searched refs:tu_native_format (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 36 struct tu_native_format 40 struct tu_native_format fmt = { 80 static struct tu_native_format 84 struct tu_native_format fmt = { 108 struct tu_native_format 111 struct tu_native_format fmt = tu6_format_color_unchecked(vk_format, tile_mode); 116 static struct tu_native_format 120 struct tu_native_format fmt = { 150 struct tu_native_format 153 struct tu_native_format fm [all...] |
| H A D | tu_private.h | 1371 struct tu_native_format struct 1379 struct tu_native_format tu6_format_vtx(VkFormat format); 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);
|
| H A D | tu_image.c | 251 struct tu_native_format fmt = tu6_format_texture(format, layout->tile_mode); 386 struct tu_native_format cfmt = tu6_format_color(format, layout->tile_mode); 856 const struct tu_native_format fmt = tu6_format_texture(vfmt, TILE6_LINEAR);
|
| H A D | tu_clear_blit.c | 186 struct tu_native_format format = tu6_format_texture(vk_format, TILE6_LINEAR); 223 struct tu_native_format format = tu6_format_color(vk_format, TILE6_LINEAR); 876 struct tu_native_format format = tu6_format_texture(vk_format, TILE6_LINEAR); 958 struct tu_native_format format = tu6_format_color(vk_format, TILE6_LINEAR); 1659 struct tu_native_format linear = tu6_format_texture(format, TILE6_LINEAR); 1660 struct tu_native_format tiled = tu6_format_texture(format, TILE6_3);
|
| H A D | tu_pipeline.c | 1794 const struct tu_native_format format = tu6_format_vtx(attr->format);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 38 * Declare a format table. A format table is an array of tu_native_format. 40 * tu_native_format. 48 static const struct tu_native_format var[TU_FORMAT_TABLE_LAST - TU_FORMAT_TABLE_FIRST + 1] 317 const struct tu_native_format * 320 const struct tu_native_format *fmt = NULL; 615 const struct tu_native_format *native_fmt = tu6_get_native_format(format);
|
| H A D | tu_private.h | 1171 struct tu_native_format struct 1180 const struct tu_native_format *
|
| H A D | tu_cmd_buffer.c | 452 const struct tu_native_format *format = 616 const struct tu_native_format *format = 644 const struct tu_native_format *format =
|
| H A D | tu_pipeline.c | 965 const struct tu_native_format *format =
|
Completed in 25 milliseconds