Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp213 uint32_t currBinding = copy->srcBinding; in doEmulatedDescriptorCopy()
Dgoldfish_vk_marshaling_guest.cpp3277 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2402 memcpy(*ptr, (uint32_t*)&forMarshaling->srcBinding, sizeof(uint32_t)); in reservedmarshal_VkCopyDescriptorSet()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc4097 * 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/
Dvulkansc_hash.hpp1201 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcBinding ); in operator ()()
Dvulkan_hash.hpp2294 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcBinding ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3709 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()
Dgoldfish_vk_reserved_marshaling.cpp2810 memcpy((uint32_t*)&forUnmarshaling->srcBinding, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3697 uint32_t srcBinding; member