Searched refs:dstSubpass (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1550 element of pname:pViewOffsets, the pname:srcSubpass and pname:dstSubpass 1582 For any element of pname:pDependencies, if the pname:dstSubpass is not 1592 For any element of pname:pDependencies, if its pname:dstSubpass is not 2551 * pname:dstSubpass is the subpass index of the second subpass in the 2565 If pname:srcSubpass is equal to pname:dstSubpass then the 2582 If pname:srcSubpass and pname:dstSubpass are not equal, when a render pass 2585 identified by pname:srcSubpass and pname:dstSubpass. 2602 If pname:dstSubpass is equal to ename:VK_SUBPASS_EXTERNAL, the second 2608 part of the subpass instance identified by pname:dstSubpass and any 2611 operations on attachments used in pname:dstSubpass. [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 205 .dstSubpass = pCreateInfo->pDependencies[i].dstSubpass, in vk_common_CreateRenderPass() 789 .dst_subpass = dep->dstSubpass, in vk_common_CreateRenderPass2()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 867 .dstSubpass = 0, in CreateFramebuffer()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 364 .dstSubpass = 0, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1721 dependency.dstSubpass = 0; in setup_swapchain_data()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 1069 dstSubpass = printer.write_int("dstSubpass", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6202 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency.dstSubpass ); in operator ()() 6260 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency2.dstSubpass ); in operator ()()
|
D | vulkan_hash.hpp | 12002 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency.dstSubpass ); in operator ()() 12060 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency2.dstSubpass ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | glossary.adoc | 1601 pname:srcSubpass equal to pname:dstSubpass.
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3929 vkStream->write((uint32_t*)&forMarshaling->dstSubpass, sizeof(uint32_t)); in marshal_VkSubpassDependency() 3943 vkStream->read((uint32_t*)&forUnmarshaling->dstSubpass, sizeof(uint32_t)); in unmarshal_VkSubpassDependency() 7083 vkStream->write((uint32_t*)&forMarshaling->dstSubpass, sizeof(uint32_t)); in marshal_VkSubpassDependency2() 7103 vkStream->read((uint32_t*)&forUnmarshaling->dstSubpass, sizeof(uint32_t)); in unmarshal_VkSubpassDependency2()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2794 memcpy(*ptr, (uint32_t*)&forMarshaling->dstSubpass, sizeof(uint32_t)); in reservedmarshal_VkSubpassDependency() 4896 memcpy(*ptr, (uint32_t*)&forMarshaling->dstSubpass, sizeof(uint32_t)); in reservedmarshal_VkSubpassDependency2()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 4428 vkStream->write((uint32_t*)&forMarshaling->dstSubpass, sizeof(uint32_t)); in marshal_VkSubpassDependency() 4442 vkStream->read((uint32_t*)&forUnmarshaling->dstSubpass, sizeof(uint32_t)); in unmarshal_VkSubpassDependency() 8547 vkStream->write((uint32_t*)&forMarshaling->dstSubpass, sizeof(uint32_t)); in marshal_VkSubpassDependency2() 8579 vkStream->read((uint32_t*)&forUnmarshaling->dstSubpass, sizeof(uint32_t)); in unmarshal_VkSubpassDependency2()
|
D | goldfish_vk_reserved_marshaling.cpp | 3295 memcpy((uint32_t*)&forUnmarshaling->dstSubpass, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubpassDependency() 6546 memcpy((uint32_t*)&forUnmarshaling->dstSubpass, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubpassDependency2()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3812 uint32_t dstSubpass; member 6066 uint32_t dstSubpass; member
|