Searched refs:att_idx (Results 1 – 6 of 6) sorted by relevance
251 uint32_t att_idx = subpass->color_attachments[i].attachment; in v3dX() local252 if (att_idx == VK_ATTACHMENT_UNUSED) in v3dX()255 const struct v3dv_image_view *att = framebuffer->attachments[att_idx]; in v3dX()
1187 const uint32_t att_idx = subpass->color_attachments[i].attachment; in pipeline_populate_v3d_fs_key() local1188 if (att_idx == VK_ATTACHMENT_UNUSED) in pipeline_populate_v3d_fs_key()1193 VkFormat fb_format = pass->attachments[att_idx].desc.format; in pipeline_populate_v3d_fs_key()2028 const uint32_t att_idx = subpass->color_attachments[i].attachment; in pipeline_populate_graphics_key() local2029 if (att_idx == VK_ATTACHMENT_UNUSED) in pipeline_populate_graphics_key()2034 VkFormat fb_format = pass->attachments[att_idx].desc.format; in pipeline_populate_graphics_key()
1405 const uint32_t att_idx = subpass->color_attachments[i].attachment; in cmd_buffer_emit_subpass_clears() local1406 if (att_idx == VK_ATTACHMENT_UNUSED) in cmd_buffer_emit_subpass_clears()1409 struct v3dv_render_pass_attachment *att = &pass->attachments[att_idx]; in cmd_buffer_emit_subpass_clears()1418 atts[att_count].clearValue = state->attachments[att_idx].vk_clear_value; in cmd_buffer_emit_subpass_clears()
1229 const uint32_t att_idx = subpass->color_attachments[color_att].attachment; in clear_color_attachment() local1231 if (att_idx == VK_ATTACHMENT_UNUSED) in clear_color_attachment()1235 &cmd_buffer->state.pass->attachments[att_idx]; in clear_color_attachment()1237 &cmd_buffer->state.attachments[att_idx]; in clear_color_attachment()1292 const uint32_t att_idx = subpass->depth_stencil_attachment->attachment; in clear_depth_stencil_attachment() local1293 assert(att_idx != VK_ATTACHMENT_UNUSED); in clear_depth_stencil_attachment()1295 &cmd_buffer->state.pass->attachments[att_idx]; in clear_depth_stencil_attachment()
5931 uint32_t att_idx) in current_subpass_is_last_for_attachment() argument5934 cmd_state->pass->attachments[att_idx].last_subpass_idx; in current_subpass_is_last_for_attachment()
1976 uint32_t att_idx; in radv_update_bound_fast_clear_ds() local1984 att_idx = subpass->depth_stencil_attachment->attachment; in radv_update_bound_fast_clear_ds()1985 if (cmd_buffer->state.attachments[att_idx].iview->image != image) in radv_update_bound_fast_clear_ds()2006 radv_update_zrange_precision(cmd_buffer, &cmd_buffer->state.attachments[att_idx].ds, iview, in radv_update_bound_fast_clear_ds()2247 uint32_t att_idx; in radv_update_bound_fast_clear_color() local2252 att_idx = subpass->color_attachments[cb_idx].attachment; in radv_update_bound_fast_clear_color()2253 if (att_idx == VK_ATTACHMENT_UNUSED) in radv_update_bound_fast_clear_color()2256 if (cmd_buffer->state.attachments[att_idx].iview->image != image) in radv_update_bound_fast_clear_color()4015 radv_get_attachment_sample_locations(struct radv_cmd_buffer *cmd_buffer, uint32_t att_idx, in radv_get_attachment_sample_locations() argument4020 struct radv_image_view *view = state->attachments[att_idx].iview; in radv_get_attachment_sample_locations()[all …]