Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_command_buffer.h48 struct vk_attachment_view_state { struct
61 struct vk_attachment_view_state views[MESA_VK_MAX_MULTIVIEW_VIEW_COUNT]; argument
Dvk_render_pass.c1369 struct vk_attachment_view_state *att_view_state = &att_state->views[view]; in can_use_attachment_initial_layout()
1410 struct vk_attachment_view_state *att_view_state = &att_state->views[view]; in set_attachment_layout()
1459 struct vk_attachment_view_state *att_view_state = &att_state->views[view]; in transition_attachment()
2354 att_state->views[v] = (struct vk_attachment_view_state) { in vk_common_CmdBeginRenderPass2()