Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c866 stencil_desc->stencilInitialLayout; 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
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/
Dvulkansc_hash.hpp456 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilInitialLayout ); in operator ()()
Dvulkan_hash.hpp1024 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilInitialLayout ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8177 vkStream->write((VkImageLayout*)&forMarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescriptionStencilLayout()
8190 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentDescriptionStencilLayout()
Dgoldfish_vk_reserved_marshaling_guest.cpp5607 memcpy(*ptr, (VkImageLayout*)&forMarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in reservedmarshal_VkAttachmentDescriptionStencilLayout()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp9996 vkStream->write((VkImageLayout*)&forMarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescriptionStencilLayout()
10021 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilInitialLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentDescriptionStencilLayout()
Dgoldfish_vk_reserved_marshaling.cpp7687 memcpy((VkImageLayout*)&forUnmarshaling->stencilInitialLayout, *ptr, sizeof(VkImageLayout)); in reservedunmarshal_VkAttachmentDescriptionStencilLayout()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6335 VkImageLayout stencilInitialLayout; member