Searched refs:srcBinding (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.cpp | 213 uint32_t currBinding = copy->srcBinding; in doEmulatedDescriptorCopy()
|
D | goldfish_vk_marshaling_guest.cpp | 3277 vkStream->write((uint32_t*)&forMarshaling->srcBinding, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3300 vkStream->read((uint32_t*)&forUnmarshaling->srcBinding, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2402 memcpy(*ptr, (uint32_t*)&forMarshaling->srcBinding, sizeof(uint32_t)); in reservedmarshal_VkCopyDescriptorSet()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 4097 * pname:srcSet, pname:srcBinding, and pname:srcArrayElement are the source 4101 pname:srcBinding has a descriptor type of 4120 pname:srcBinding has a descriptor type of 4129 ename:VK_DESCRIPTOR_TYPE_MUTABLE_EXT and pname:srcBinding is not 4131 the descriptor type of pname:srcBinding. 4132 If both sname:VkDescriptorSetLayoutBinding for pname:srcBinding and 4151 * [[VUID-VkCopyDescriptorSet-srcBinding-00345]] 4152 pname:srcBinding must: be a valid binding within pname:srcSet 4156 binding specified by pname:srcBinding, and all applicable consecutive 4167 type of pname:srcBinding within pname:srcSet [all …]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1201 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcBinding ); in operator ()()
|
D | vulkan_hash.hpp | 2294 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcBinding ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3709 vkStream->write((uint32_t*)&forMarshaling->srcBinding, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3744 vkStream->read((uint32_t*)&forUnmarshaling->srcBinding, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet()
|
D | goldfish_vk_reserved_marshaling.cpp | 2810 memcpy((uint32_t*)&forUnmarshaling->srcBinding, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3697 uint32_t srcBinding; member
|