Home
last modified time | relevance | path

Searched refs:pPreserveAttachments (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.cpp897 .pPreserveAttachments = nullptr, in CreateFramebuffer()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c147 .pPreserveAttachments = pCreateInfo->pSubpasses[i].pPreserveAttachments, in vk_common_CreateRenderPass()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp1892 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()
Dgoldfish_vk_marshaling.cpp4362 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()
Dgoldfish_vk_reserved_marshaling.cpp3284 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/
Dgoldfish_vk_deepcopy_guest.cpp1892 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()
Dgoldfish_vk_marshaling_guest.cpp3864 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2783 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/
Drenderpass.adoc1479 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/
Dvulkan_printer.py1086pPreserveAttachments = printer.write_int("pPreserveAttachments", 4, indent, optional=False, count=…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6191 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.pPreserveAttachments ); in operator ()()
6247 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.pPreserveAttachments ); in operator ()()
Dvulkan_hash.hpp11991 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/
Dvulkan_core.h3807 const uint32_t* pPreserveAttachments; member
6059 const uint32_t* pPreserveAttachments; member