Home
last modified time | relevance | path

Searched refs:color_attachment_formats (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_private.h51 dst->color_attachment_formats[a] = src->color_attachment_formats[a]; in vk_meta_rendering_info_copy()
Dvk_meta_clear.c74 if (vk_format_is_int(key->render.color_attachment_formats[a])) in build_clear_shader()
76 else if (vk_format_is_uint(key->render.color_attachment_formats[a])) in build_clear_shader()
226 if (render->color_attachment_formats[a] == VK_FORMAT_UNDEFINED) in vk_meta_clear_attachments()
370 render.color_attachment_formats[i] = iview->format; in vk_meta_clear_rendering()
488 meta_render.color_attachment_formats[0] = format; in clear_image_level_layers()
Dvk_meta.h135 VkFormat color_attachment_formats[MESA_VK_MAX_COLOR_ATTACHMENTS]; member
Dvk_graphics_state.h684 VkFormat color_attachment_formats[MESA_VK_MAX_COLOR_ATTACHMENTS]; member
Dvk_meta.c440 .pColorAttachmentFormats = render->color_attachment_formats, in vk_meta_create_graphics_pipeline()
Dvk_meta_blit_resolve.c415 render.color_attachment_formats[0] = key->dst_format; in get_blit_pipeline()
Dvk_graphics_state.c1114 rp->color_attachment_formats[i] = r_info->pColorAttachmentFormats[i]; in vk_render_pass_state_init()