Home
last modified time | relevance | path

Searched refs:att_idx (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1315 uint32_t att_idx, in can_use_attachment_initial_layout() argument
1322 const struct vk_render_pass_attachment *rp_att = &pass->attachments[att_idx]; in can_use_attachment_initial_layout()
1323 struct vk_attachment_state *att_state = &cmd_buffer->attachments[att_idx]; in can_use_attachment_initial_layout()
1401 uint32_t att_idx, in set_attachment_layout() argument
1406 struct vk_attachment_state *att_state = &cmd_buffer->attachments[att_idx]; in set_attachment_layout()
1419 uint32_t att_idx, in transition_attachment() argument
1430 &pass->attachments[att_idx]; in transition_attachment()
1431 struct vk_attachment_state *att_state = &cmd_buffer->attachments[att_idx]; in transition_attachment()
1515 uint32_t att_idx, uint32_t view_mask, in load_attachment() argument
1520 const struct vk_render_pass_attachment *rp_att = &pass->attachments[att_idx]; in load_attachment()
[all …]