Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c821 return stencil_ref->stencilLayout; in vk_att_ref_stencil_layout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc4298 pname:stencilLayout member of a slink:VkAttachmentReferenceStencilLayout
4327 * pname:stencilLayout is a elink:VkImageLayout value specifying the layout
4332 * [[VUID-VkAttachmentReferenceStencilLayout-stencilLayout-03318]]
4333 pname:stencilLayout must: not be ename:VK_IMAGE_LAYOUT_UNDEFINED,
5575 the pname:stencilLayout member of the
5758 the pname:stencilLayout member of the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp494 VULKAN_HPP_HASH_COMBINE( seed, attachmentReferenceStencilLayout.stencilLayout ); in operator ()()
Dvulkan_hash.hpp1062 VULKAN_HPP_HASH_COMBINE( seed, attachmentReferenceStencilLayout.stencilLayout ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8153 vkStream->write((VkImageLayout*)&forMarshaling->stencilLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentReferenceStencilLayout()
8165 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentReferenceStencilLayout()
Dgoldfish_vk_reserved_marshaling_guest.cpp5592 memcpy(*ptr, (VkImageLayout*)&forMarshaling->stencilLayout, sizeof(VkImageLayout)); in reservedmarshal_VkAttachmentReferenceStencilLayout()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp9960 vkStream->write((VkImageLayout*)&forMarshaling->stencilLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentReferenceStencilLayout()
9984 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentReferenceStencilLayout()
Dgoldfish_vk_reserved_marshaling.cpp7658 memcpy((VkImageLayout*)&forUnmarshaling->stencilLayout, *ptr, sizeof(VkImageLayout)); in reservedunmarshal_VkAttachmentReferenceStencilLayout()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6329 VkImageLayout stencilLayout; member