Lines Matching defs:format
39 enum blit2d_src_type src_type, VkFormat format,
54 VkFormat format;
57 format = depth_format;
59 format = surf->format;
66 .format = format,
82 VkFormat format;
85 format = depth_format;
87 format = src->format;
93 .format = format,
213 depth_format = vk_format_stencil_only(dst->image->vk.format);
215 depth_format = vk_format_depth_only(dst->image->vk.format);
241 unsigned fs_key = radv_format_meta_fs_key(device, dst_temps.iview.vk.format);
628 VkFormat format, uint32_t log2_samples)
631 unsigned fs_key = radv_format_meta_fs_key(device, format);
682 .pColorAttachmentFormats = &format,