Searched refs:pPreserveAttachments (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 897 .pPreserveAttachments = nullptr, in CreateFramebuffer()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 147 .pPreserveAttachments = pCreateInfo->pSubpasses[i].pPreserveAttachments, in vk_common_CreateRenderPass()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 1892 to->pPreserveAttachments = nullptr; in deepcopy_VkSubpassDescription() 1893 if (from->pPreserveAttachments) { in deepcopy_VkSubpassDescription() 1894 to->pPreserveAttachments = (uint32_t*)alloc->dupArray( in deepcopy_VkSubpassDescription() 1895 from->pPreserveAttachments, from->preserveAttachmentCount * sizeof(const uint32_t)); in deepcopy_VkSubpassDescription() 4038 to->pPreserveAttachments = nullptr; in deepcopy_VkSubpassDescription2() 4039 if (from->pPreserveAttachments) { in deepcopy_VkSubpassDescription2() 4040 to->pPreserveAttachments = (uint32_t*)alloc->dupArray( in deepcopy_VkSubpassDescription2() 4041 from->pPreserveAttachments, from->preserveAttachmentCount * sizeof(const uint32_t)); in deepcopy_VkSubpassDescription2()
|
D | goldfish_vk_marshaling.cpp | 4362 vkStream->write((const uint32_t*)forMarshaling->pPreserveAttachments, in marshal_VkSubpassDescription() 4418 vkStream->alloc((void**)&forUnmarshaling->pPreserveAttachments, in unmarshal_VkSubpassDescription() 4420 vkStream->read((uint32_t*)forUnmarshaling->pPreserveAttachments, in unmarshal_VkSubpassDescription() 8457 vkStream->write((const uint32_t*)forMarshaling->pPreserveAttachments, in marshal_VkSubpassDescription2() 8532 vkStream->alloc((void**)&forUnmarshaling->pPreserveAttachments, in unmarshal_VkSubpassDescription2() 8534 vkStream->read((uint32_t*)forUnmarshaling->pPreserveAttachments, in unmarshal_VkSubpassDescription2()
|
D | goldfish_vk_reserved_marshaling.cpp | 3284 vkStream->alloc((void**)&forUnmarshaling->pPreserveAttachments, in reservedunmarshal_VkSubpassDescription() 3286 memcpy((uint32_t*)forUnmarshaling->pPreserveAttachments, *ptr, in reservedunmarshal_VkSubpassDescription() 6513 vkStream->alloc((void**)&forUnmarshaling->pPreserveAttachments, in reservedunmarshal_VkSubpassDescription2() 6515 memcpy((uint32_t*)forUnmarshaling->pPreserveAttachments, *ptr, in reservedunmarshal_VkSubpassDescription2()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 1892 to->pPreserveAttachments = nullptr; in deepcopy_VkSubpassDescription() 1893 if (from->pPreserveAttachments) { in deepcopy_VkSubpassDescription() 1894 to->pPreserveAttachments = (uint32_t*)alloc->dupArray( in deepcopy_VkSubpassDescription() 1895 from->pPreserveAttachments, from->preserveAttachmentCount * sizeof(const uint32_t)); in deepcopy_VkSubpassDescription() 4038 to->pPreserveAttachments = nullptr; in deepcopy_VkSubpassDescription2() 4039 if (from->pPreserveAttachments) { in deepcopy_VkSubpassDescription2() 4040 to->pPreserveAttachments = (uint32_t*)alloc->dupArray( in deepcopy_VkSubpassDescription2() 4041 from->pPreserveAttachments, from->preserveAttachmentCount * sizeof(const uint32_t)); in deepcopy_VkSubpassDescription2()
|
D | goldfish_vk_marshaling_guest.cpp | 3864 vkStream->write((const uint32_t*)forMarshaling->pPreserveAttachments, in marshal_VkSubpassDescription() 3921 vkStream->read((uint32_t*)forUnmarshaling->pPreserveAttachments, in unmarshal_VkSubpassDescription() 7006 vkStream->write((const uint32_t*)forMarshaling->pPreserveAttachments, in marshal_VkSubpassDescription2() 7070 vkStream->read((uint32_t*)forUnmarshaling->pPreserveAttachments, in unmarshal_VkSubpassDescription2()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2783 memcpy(*ptr, (const uint32_t*)forMarshaling->pPreserveAttachments, in reservedmarshal_VkSubpassDescription() 4878 memcpy(*ptr, (const uint32_t*)forMarshaling->pPreserveAttachments, in reservedmarshal_VkSubpassDescription2()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1479 element of pname:pPreserveAttachments in any element of pname:pSubpasses 1885 sname:VkSubpassDescription::pname:pPreserveAttachments for any subpass 2177 * pname:pPreserveAttachments is a pointer to an array of 2385 Each element of pname:pPreserveAttachments must: not be 2387 * [[VUID-VkSubpassDescription-pPreserveAttachments-00854]] 2388 Each element of pname:pPreserveAttachments must: not also be an element 3124 attachment indexed by any element of pname:pPreserveAttachments in any 3134 element of pname:pPreserveAttachments in any element of pname:pSubpasses 3554 * pname:pPreserveAttachments is a pointer to an array of 3830 Each element of pname:pPreserveAttachments must: not be [all …]
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 1086 …pPreserveAttachments = printer.write_int("pPreserveAttachments", 4, indent, optional=False, count=…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6191 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pPreserveAttachments ); in operator ()() 6247 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pPreserveAttachments ); in operator ()()
|
D | vulkan_hash.hpp | 11991 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pPreserveAttachments ); in operator ()() 12047 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pPreserveAttachments ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3807 const uint32_t* pPreserveAttachments; member 6059 const uint32_t* pPreserveAttachments; member
|