Searched refs:stencilInitialLayout (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 866 stencil_desc->stencilInitialLayout; 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 3420 slink:VkAttachmentDescriptionStencilLayout::pname:stencilInitialLayout 3480 * pname:stencilInitialLayout is the layout the stencil aspect of the 3489 * [[VUID-VkAttachmentDescriptionStencilLayout-stencilInitialLayout-03308]] 3490 pname:stencilInitialLayout must: not be 5572 * [[VUID-vkCmdBeginRenderPass-stencilInitialLayout-02843]] 5573 If any of the pname:stencilInitialLayout or pname:stencilFinalLayout 5755 * [[VUID-vkCmdBeginRenderPass2-stencilInitialLayout-02845]] 5756 If any of the pname:stencilInitialLayout or pname:stencilFinalLayout
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 456 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilInitialLayout ); in operator ()()
|
D | vulkan_hash.hpp | 1024 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilInitialLayout ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8177 vkStream->write((VkImageLayout*)&forMarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescriptionStencilLayout() 8190 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentDescriptionStencilLayout()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5607 memcpy(*ptr, (VkImageLayout*)&forMarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in reservedmarshal_VkAttachmentDescriptionStencilLayout()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 9996 vkStream->write((VkImageLayout*)&forMarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescriptionStencilLayout() 10021 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentDescriptionStencilLayout()
|
D | goldfish_vk_reserved_marshaling.cpp | 7687 memcpy((VkImageLayout*)&forUnmarshaling->stencilInitialLayout, *ptr, sizeof(VkImageLayout)); in reservedunmarshal_VkAttachmentDescriptionStencilLayout()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6335 VkImageLayout stencilInitialLayout; member
|