Home
last modified time | relevance | path

Searched refs:srcSubpass (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
1576 For any element of pname:pDependencies, if the pname:srcSubpass is not
1589 For any element of pname:pDependencies, if its pname:srcSubpass is not
2549 * pname:srcSubpass is the subpass index of the first 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.
2587 If pname:srcSubpass is equal to ename:VK_SUBPASS_EXTERNAL, the first
2593 of the subpass instance identified by pname:srcSubpass and any
2596 operations on attachments used in pname:srcSubpass.
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c204 .srcSubpass = pCreateInfo->pDependencies[i].srcSubpass, in vk_common_CreateRenderPass()
788 .src_subpass = dep->srcSubpass, in vk_common_CreateRenderPass2()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp866 .srcSubpass = 0, in CreateFramebuffer()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp363 .srcSubpass = VK_SUBPASS_EXTERNAL, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1720 dependency.srcSubpass = VK_SUBPASS_EXTERNAL; in setup_swapchain_data()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py1068 srcSubpass = printer.write_int("srcSubpass", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6201 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency.srcSubpass ); in operator ()()
6259 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency2.srcSubpass ); in operator ()()
Dvulkan_hash.hpp12001 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency.srcSubpass ); in operator ()()
12059 VULKAN_HPP_HASH_COMBINE( seed, subpassDependency2.srcSubpass ); 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.cpp3928 vkStream->write((uint32_t*)&forMarshaling->srcSubpass, sizeof(uint32_t)); in marshal_VkSubpassDependency()
3942 vkStream->read((uint32_t*)&forUnmarshaling->srcSubpass, sizeof(uint32_t)); in unmarshal_VkSubpassDependency()
7082 vkStream->write((uint32_t*)&forMarshaling->srcSubpass, sizeof(uint32_t)); in marshal_VkSubpassDependency2()
7102 vkStream->read((uint32_t*)&forUnmarshaling->srcSubpass, sizeof(uint32_t)); in unmarshal_VkSubpassDependency2()
Dgoldfish_vk_reserved_marshaling_guest.cpp2792 memcpy(*ptr, (uint32_t*)&forMarshaling->srcSubpass, sizeof(uint32_t)); in reservedmarshal_VkSubpassDependency()
4894 memcpy(*ptr, (uint32_t*)&forMarshaling->srcSubpass, sizeof(uint32_t)); in reservedmarshal_VkSubpassDependency2()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp4427 vkStream->write((uint32_t*)&forMarshaling->srcSubpass, sizeof(uint32_t)); in marshal_VkSubpassDependency()
4441 vkStream->read((uint32_t*)&forUnmarshaling->srcSubpass, sizeof(uint32_t)); in unmarshal_VkSubpassDependency()
8546 vkStream->write((uint32_t*)&forMarshaling->srcSubpass, sizeof(uint32_t)); in marshal_VkSubpassDependency2()
8578 vkStream->read((uint32_t*)&forUnmarshaling->srcSubpass, sizeof(uint32_t)); in unmarshal_VkSubpassDependency2()
Dgoldfish_vk_reserved_marshaling.cpp3293 memcpy((uint32_t*)&forUnmarshaling->srcSubpass, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubpassDependency()
6544 memcpy((uint32_t*)&forUnmarshaling->srcSubpass, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubpassDependency2()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3811 uint32_t srcSubpass; member
6065 uint32_t srcSubpass; member