Searched defs:stencil_layout (Results 1 – 8 of 8) sorted by relevance
191 uint32_t stencil_layout = vk_format_has_stencil(att[a].format) ? in tu_render_pass_add_implicit_deps() local216 uint32_t stencil_layout = vk_att_ref_stencil_layout(subpass->pDepthStencilAttachment, att); in tu_render_pass_add_implicit_deps() local245 …uint32_t stencil_layout = vk_att_ref_stencil_layout(ds_resolve->pDepthStencilResolveAttachment, at… in tu_render_pass_add_implicit_deps() local285 uint32_t stencil_layout = vk_format_has_stencil(att[a].format) ? in tu_render_pass_add_implicit_deps() local310 uint32_t stencil_layout = vk_att_ref_stencil_layout(subpass->pDepthStencilAttachment, att); in tu_render_pass_add_implicit_deps() local339 …uint32_t stencil_layout = vk_att_ref_stencil_layout(ds_resolve->pDepthStencilResolveAttachment, at… in tu_render_pass_add_implicit_deps() local
1414 VkImageLayout stencil_layout = VK_IMAGE_LAYOUT_MAX_ENUM; in can_use_attachment_initial_layout() local1477 VkImageLayout stencil_layout) in vk_command_buffer_set_attachment_layout()1499 VkImageLayout stencil_layout, in transition_attachment()1593 VkImageLayout layout, VkImageLayout stencil_layout) in load_attachment()
46 VkImageLayout stencil_layout; member
99 VkImageLayout stencil_layout; member
171 VkImageLayout stencil_layout; member
5384 VkImageLayout stencil_layout = VK_IMAGE_LAYOUT_UNDEFINED; in genX() local
5300 VkImageLayout stencil_layout = VK_IMAGE_LAYOUT_UNDEFINED; in genX() local
43357 pub stencil_layout: ImageLayout, field43400 pub fn stencil_layout(mut self, stencil_layout: ImageLayout) -> Self { in stencil_layout() method