Searched refs:stencilLayout (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 821 return stencil_ref->stencilLayout; in vk_att_ref_stencil_layout()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 4298 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/ |
D | vulkansc_hash.hpp | 494 VULKAN_HPP_HASH_COMBINE( seed, attachmentReferenceStencilLayout.stencilLayout ); in operator ()()
|
D | vulkan_hash.hpp | 1062 VULKAN_HPP_HASH_COMBINE( seed, attachmentReferenceStencilLayout.stencilLayout ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8153 vkStream->write((VkImageLayout*)&forMarshaling->stencilLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentReferenceStencilLayout() 8165 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentReferenceStencilLayout()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5592 memcpy(*ptr, (VkImageLayout*)&forMarshaling->stencilLayout, sizeof(VkImageLayout)); in reservedmarshal_VkAttachmentReferenceStencilLayout()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 9960 vkStream->write((VkImageLayout*)&forMarshaling->stencilLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentReferenceStencilLayout() 9984 vkStream->read((VkImageLayout*)&forUnmarshaling->stencilLayout, sizeof(VkImageLayout)); in unmarshal_VkAttachmentReferenceStencilLayout()
|
D | goldfish_vk_reserved_marshaling.cpp | 7658 memcpy((VkImageLayout*)&forUnmarshaling->stencilLayout, *ptr, sizeof(VkImageLayout)); in reservedunmarshal_VkAttachmentReferenceStencilLayout()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6329 VkImageLayout stencilLayout; member
|