Searched refs:subpass_att (Results 1 – 2 of 2) sorted by relevance
380 const uint32_t subpass_att = clear_att->colorAttachment; in emit_color_clear() local381 const uint32_t pass_att = subpass->color_attachments[subpass_att].attachment; in emit_color_clear()832 const uint32_t subpass_att = clear_att->colorAttachment; in emit_fast_color_clear() local833 const uint32_t pass_att = subpass->color_attachments[subpass_att].attachment; in emit_fast_color_clear()834 VkImageLayout image_layout = subpass->color_attachments[subpass_att].layout; in emit_fast_color_clear()904 radv_set_color_clear_regs(cmd_buffer, iview->image, subpass_att, clear_color); in emit_fast_color_clear()
1201 const unsigned subpass_att = binding->input_attachment_index; in emit_binding_table() local1202 const unsigned att = subpass->input_attachments[subpass_att]; in emit_binding_table()