Home
last modified time | relevance | path

Searched refs:srcArrayElement (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_inline_uniform_block.adoc60 uniform block descriptor type can hold, while the pname:srcArrayElement,
/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp214 uint32_t arrOffset = copy->srcArrayElement; in doEmulatedDescriptorCopy()
Dgoldfish_vk_marshaling_guest.cpp3278 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2404 memcpy(*ptr, (uint32_t*)&forMarshaling->srcArrayElement, 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
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/
Dvulkansc_hash.hpp1202 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcArrayElement ); in operator ()()
Dvulkan_hash.hpp2295 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcArrayElement ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3710 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()
Dgoldfish_vk_reserved_marshaling.cpp2812 memcpy((uint32_t*)&forUnmarshaling->srcArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3698 uint32_t srcArrayElement; member