Home
last modified time | relevance | path

Searched refs:dstSubpass (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1550 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/
Dvk_render_pass.c205 .dstSubpass = pCreateInfo->pDependencies[i].dstSubpass, in vk_common_CreateRenderPass()
789 .dst_subpass = dep->dstSubpass, in vk_common_CreateRenderPass2()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp867 .dstSubpass = 0, in CreateFramebuffer()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp364 .dstSubpass = 0, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1721 dependency.dstSubpass = 0; in setup_swapchain_data()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py1069 dstSubpass = printer.write_int("dstSubpass", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6202 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency.dstSubpass ); in operator ()()
6260 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency2.dstSubpass ); in operator ()()
Dvulkan_hash.hpp12002 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/
Dglossary.adoc1601 pname:srcSubpass equal to pname:dstSubpass.
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3929 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2794 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/
Dgoldfish_vk_marshaling.cpp4428 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()
Dgoldfish_vk_reserved_marshaling.cpp3295 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/
Dvulkan_core.h3812 uint32_t dstSubpass; member
6066 uint32_t dstSubpass; member