Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c377 .stencil_layout = vk_att_ref_stencil_layout(ref, attachments), in vk_subpass_attachment_init()
643 subpass->input_attachments[a].stencil_layout = in vk_common_CreateRenderPass2()
645 subpass->depth_stencil_attachment->stencil_layout = in vk_common_CreateRenderPass2()
1011 .imageLayout = sp_att->stencil_layout, in vk_get_command_buffer_inheritance_as_rendering_resume()
1364 VkImageLayout stencil_layout = VK_IMAGE_LAYOUT_MAX_ENUM; in can_use_attachment_initial_layout() local
1379 if (stencil_layout == VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()
1380 stencil_layout = att_view_state->stencil_layout; in can_use_attachment_initial_layout()
1381 else if (stencil_layout != att_view_state->stencil_layout) in can_use_attachment_initial_layout()
1391 if (stencil_layout != VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()
1392 *stencil_layout_out = stencil_layout; in can_use_attachment_initial_layout()
[all …]
Dvk_command_buffer.h50 VkImageLayout stencil_layout; member
Dvk_render_pass.h90 VkImageLayout stencil_layout; member