Searched refs:subpass_att (Results 1 – 2 of 2) sorted by relevance
337 const uint32_t subpass_att = clear_att->colorAttachment; in emit_color_clear() local338 const uint32_t pass_att = subpass->color_attachments[subpass_att].attachment; in emit_color_clear()948 const uint32_t subpass_att = clear_att->colorAttachment; in emit_fast_color_clear() local949 const uint32_t pass_att = subpass->color_attachments[subpass_att].attachment; in emit_fast_color_clear()950 VkImageLayout image_layout = subpass->color_attachments[subpass_att].layout; in emit_fast_color_clear()1040 radv_set_color_clear_regs(cmd_buffer, iview->image, subpass_att, clear_color); in emit_fast_color_clear()
1691 const unsigned subpass_att = binding->input_attachment_index; in emit_binding_table() local1692 const unsigned att = subpass->input_attachments[subpass_att].attachment; in emit_binding_table()