Searched refs:srcArrayElement (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_inline_uniform_block.adoc | 60 uniform block descriptor type can hold, while the pname:srcArrayElement,
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.cpp | 214 uint32_t arrOffset = copy->srcArrayElement; in doEmulatedDescriptorCopy()
|
D | goldfish_vk_marshaling_guest.cpp | 3278 vkStream->write((uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3301 vkStream->read((uint32_t*)&forUnmarshaling->srcArrayElement, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2404 memcpy(*ptr, (uint32_t*)&forMarshaling->srcArrayElement, 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 4102 ename:VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK then pname:srcArrayElement 4153 * [[VUID-VkCopyDescriptorSet-srcArrayElement-00346]] 4154 The sum of pname:srcArrayElement and pname:descriptorCount must: be less 4177 pname:srcArrayElement must: be an integer multiple of `4`
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1202 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcArrayElement ); in operator ()()
|
D | vulkan_hash.hpp | 2295 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcArrayElement ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3710 vkStream->write((uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3745 vkStream->read((uint32_t*)&forUnmarshaling->srcArrayElement, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet()
|
D | goldfish_vk_reserved_marshaling.cpp | 2812 memcpy((uint32_t*)&forUnmarshaling->srcArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3698 uint32_t srcArrayElement; member
|