Searched refs:att_state (Results 1 – 1 of 1) sorted by relevance
1323 struct vk_attachment_state *att_state = &cmd_buffer->attachments[att_idx]; in can_use_attachment_initial_layout() local1324 const struct vk_image_view *image_view = att_state->image_view; in can_use_attachment_initial_layout()1369 struct vk_attachment_view_state *att_view_state = &att_state->views[view]; in can_use_attachment_initial_layout()1406 struct vk_attachment_state *att_state = &cmd_buffer->attachments[att_idx]; in set_attachment_layout() local1410 struct vk_attachment_view_state *att_view_state = &att_state->views[view]; in set_attachment_layout()1431 struct vk_attachment_state *att_state = &cmd_buffer->attachments[att_idx]; in transition_attachment() local1432 const struct vk_image_view *image_view = att_state->image_view; in transition_attachment()1459 struct vk_attachment_view_state *att_view_state = &att_state->views[view]; in transition_attachment()1521 struct vk_attachment_state *att_state = &cmd_buffer->attachments[att_idx]; in load_attachment() local1526 view_mask &= ~att_state->views_loaded; in load_attachment()[all …]