Searched refs:color_att (Results 1 – 5 of 5) sorted by relevance
111 struct anv_subpass_attachment *color_att = in anv_render_pass_compile() local120 assert(color_att->attachment < pass->attachment_count); in anv_render_pass_compile()122 &pass->attachments[color_att->attachment]; in anv_render_pass_compile()125 assert(color_att->usage == VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); in anv_render_pass_compile()
1373 const uint32_t color_att = attachment->colorAttachment; in clear_color_attachment() local1374 assert(color_att < subpass->color_count); in clear_color_attachment()1375 const uint32_t att_idx = subpass->color_attachments[color_att].attachment; in clear_color_attachment()
1230 struct lvp_subpass_attachment *color_att = &subpass->color_attachments[i]; in begin_render_subpass() local1231 if (color_att->attachment != VK_ATTACHMENT_UNUSED) { in begin_render_subpass()1232 struct lvp_image_view *imgv = state->vk_framebuffer->attachments[color_att->attachment]; in begin_render_subpass()1234 …add_img_view_surface(state, imgv, state->pass->attachments[color_att->attachment].format, state->f… in begin_render_subpass()2204 … struct lvp_subpass_attachment *color_att = &subpass->color_attachments[att->colorAttachment]; in handle_clear_attachments() local2205 if (!color_att || color_att->attachment == VK_ATTACHMENT_UNUSED) in handle_clear_attachments()2207 imgv = state->vk_framebuffer->attachments[color_att->attachment]; in handle_clear_attachments()
1881 for (const auto &color_att : color_atts) { in PrepareAttachments() local1882 … color_att->SetLayout(this, VK_IMAGE_ASPECT_COLOR_BIT, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in PrepareAttachments()
5942 VkAttachmentReference color_att = {}; in TEST_F() local5943 color_att.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()5946 subpass.pColorAttachments = &color_att; in TEST_F()