Searched refs:srcArrayElement (Results 1 – 12 of 12) sorted by relevance
| /device/generic/vulkan-cereal/protocols/vulkan/api/structs/ |
| D | VkCopyDescriptorSet.txt | 10 uint32_t srcArrayElement;
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | DescriptorSetVirtualization.cpp | 179 uint32_t arrOffset = copy->srcArrayElement; in doEmulatedDescriptorCopy()
|
| D | goldfish_vk_marshaling_guest.cpp | 3563 vkStream->write((uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3588 vkStream->read((uint32_t*)&forUnmarshaling->srcArrayElement, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 2603 memcpy(*ptr, (uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in reservedmarshal_VkCopyDescriptorSet()
|
| /device/generic/vulkan-cereal/protocols/vulkan/chapters/ |
| D | descriptorsets.txt | 2639 * pname:srcSet, pname:srcBinding, and pname:srcArrayElement are the source 2653 * [[VUID-VkCopyDescriptorSet-srcArrayElement-00346]] 2654 The sum of pname:srcArrayElement and pname:descriptorCount must: be less
|
| /device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
| D | vulkan_core.h | 2511 uint32_t srcArrayElement; member
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 1692 …if (!((a->srcArrayElement) == (b->srcArrayElement))) { onFail("a->srcArrayElement (Error: Value no… in checkEqual_VkCopyDescriptorSet()
|
| D | goldfish_vk_marshaling.cpp | 3926 vkStream->write((uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3962 vkStream->read((uint32_t*)&forUnmarshaling->srcArrayElement, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet()
|
| D | goldfish_vk_reserved_marshaling.cpp | 2886 memcpy((uint32_t*)&forUnmarshaling->srcArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 2234 // Original field: None uint32_t srcArrayElement. stringarray? 0 string? 0 hasLenInfo? 0 2235 optional uint32 srcArrayElement = 5; field
|
| /device/generic/vulkan-cereal/include/vulkan/ |
| D | vulkan_core.h | 2865 uint32_t srcArrayElement; member
|
| D | vulkan.hpp | 26577 …: srcSet( srcSet_ ), srcBinding( srcBinding_ ), srcArrayElement( srcArrayElement_ ), dstSet( dstSe… 26620 srcArrayElement = srcArrayElement_; in setSrcArrayElement() 26669 && ( srcArrayElement == rhs.srcArrayElement ) in operator ==() 26689 uint32_t srcArrayElement = {}; member
|