Searched refs:stencilFinalLayout (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 865 stencil_desc->stencilFinalLayout : in vk_att_desc_stencil_layout()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 3373 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/ |
D | vulkansc_hash.hpp | 457 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilFinalLayout ); in operator ()()
|
D | vulkan_hash.hpp | 1025 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilFinalLayout ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8178 vkStream->write((VkImageLayout*)&forMarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescriptionStencilLayout() 8191 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentDescriptionStencilLayout()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5609 memcpy(*ptr, (VkImageLayout*)&forMarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in reservedmarshal_VkAttachmentDescriptionStencilLayout()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 9997 vkStream->write((VkImageLayout*)&forMarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescriptionStencilLayout() 10022 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilFinalLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentDescriptionStencilLayout()
|
D | goldfish_vk_reserved_marshaling.cpp | 7689 memcpy((VkImageLayout*)&forUnmarshaling->stencilFinalLayout, *ptr, sizeof(VkImageLayout)); in reservedunmarshal_VkAttachmentDescriptionStencilLayout()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6336 VkImageLayout stencilFinalLayout; member
|