Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c865 stencil_desc->stencilFinalLayout : in vk_att_desc_stencil_layout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc3373 pname:stencilInitialLayout and pname:stencilFinalLayout members specify the
3483 * pname:stencilFinalLayout is the layout the stencil aspect of the
3498 * [[VUID-VkAttachmentDescriptionStencilLayout-stencilFinalLayout-03309]]
3499 pname:stencilFinalLayout must: not be
3507 * [[VUID-VkAttachmentDescriptionStencilLayout-stencilFinalLayout-03310]]
3508 pname:stencilFinalLayout must: not be ename:VK_IMAGE_LAYOUT_UNDEFINED or
5573 If any of the pname:stencilInitialLayout or pname:stencilFinalLayout
5756 If any of the pname:stencilInitialLayout or pname:stencilFinalLayout
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp457 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilFinalLayout ); in operator ()()
Dvulkan_hash.hpp1025 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilFinalLayout ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8178 vkStream->write((VkImageLayout*)&forMarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescriptionStencilLayout()
8191 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentDescriptionStencilLayout()
Dgoldfish_vk_reserved_marshaling_guest.cpp5609 memcpy(*ptr, (VkImageLayout*)&forMarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in reservedmarshal_VkAttachmentDescriptionStencilLayout()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp9997 vkStream->write((VkImageLayout*)&forMarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescriptionStencilLayout()
10022 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentDescriptionStencilLayout()
Dgoldfish_vk_reserved_marshaling.cpp7689 memcpy((VkImageLayout*)&forUnmarshaling->stencilFinalLayout, *ptr, sizeof(VkImageLayout)); in reservedunmarshal_VkAttachmentDescriptionStencilLayout()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6336 VkImageLayout stencilFinalLayout; member