Home
last modified time | relevance | path

Searched refs:srcSet (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc4097 * pname:srcSet, pname:srcBinding, and pname:srcArrayElement are the source
4100 If the descriptor binding identified by pname:srcSet and
4119 If the descriptor binding identified by pname:srcSet and
4152 pname:srcBinding must: be a valid binding within pname:srcSet
4167 type of pname:srcBinding within pname:srcSet
4168 * [[VUID-VkCopyDescriptorSet-srcSet-00349]]
4169 If pname:srcSet is equal to pname:dstSet, then the source and
4189 * [[VUID-VkCopyDescriptorSet-srcSet-01918]]
4190 If pname:srcSet's layout was created with the
4195 * [[VUID-VkCopyDescriptorSet-srcSet-04885]]
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp5088 as_goldfish_VkDescriptorSet(pDescriptorCopies[i].srcSet)->reified, in on_vkUpdateDescriptorSets()
Dgoldfish_vk_marshaling_guest.cpp3274 vkStream->handleMapping()->mapHandles_VkDescriptorSet_u64(&forMarshaling->srcSet, &cgen_var_0, in marshal_VkCopyDescriptorSet()
3299 &cgen_var_0, (VkDescriptorSet*)&forUnmarshaling->srcSet, 1); in unmarshal_VkCopyDescriptorSet()
Dgoldfish_vk_reserved_marshaling_guest.cpp2399 *&cgen_var_0 = get_host_u64_VkDescriptorSet((*&forMarshaling->srcSet)); in reservedmarshal_VkCopyDescriptorSet()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1200 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcSet ); in operator ()()
Dvulkan_hash.hpp2293 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcSet ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3706 vkStream->handleMapping()->mapHandles_VkDescriptorSet_u64(&forMarshaling->srcSet, &cgen_var_0, in marshal_VkCopyDescriptorSet()
3743 &cgen_var_0, (VkDescriptorSet*)&forUnmarshaling->srcSet, 1); in unmarshal_VkCopyDescriptorSet()
Dgoldfish_vk_reserved_marshaling.cpp2808 *(VkDescriptorSet*)&forUnmarshaling->srcSet = in reservedunmarshal_VkCopyDescriptorSet()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3696 VkDescriptorSet srcSet; member