Searched refs:srcArrayElement (Results 1 – 10 of 10) sorted by relevance
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | DescriptorSetVirtualization.cpp | 197 uint32_t arrOffset = copy->srcArrayElement; in doEmulatedDescriptorCopy()
|
| D | goldfish_vk_marshaling_guest.cpp | 3277 vkStream->write((uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3300 vkStream->read((uint32_t*)&forUnmarshaling->srcArrayElement, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 2403 memcpy(*ptr, (uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in reservedmarshal_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/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 2601 if (!((a->srcArrayElement) == (b->srcArrayElement))) { in checkEqual_VkCopyDescriptorSet()
|
| D | goldfish_vk_marshaling.cpp | 3702 vkStream->write((uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3737 vkStream->read((uint32_t*)&forUnmarshaling->srcArrayElement, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet()
|
| D | goldfish_vk_reserved_marshaling.cpp | 2811 memcpy((uint32_t*)&forUnmarshaling->srcArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 15529 …: pNext( pNext_ ), srcSet( srcSet_ ), srcBinding( srcBinding_ ), srcArrayElement( srcArrayElement_… 15569 srcArrayElement = srcArrayElement_; in setSrcArrayElement() 15617 …return std::tie( sType, pNext, srcSet, srcBinding, srcArrayElement, dstSet, dstBinding, dstArrayEl… in reflect() 15634 && ( srcArrayElement == rhs.srcArrayElement ) in operator ==() 15653 uint32_t srcArrayElement = {}; member
|
| D | vulkan_core.h | 3563 uint32_t srcArrayElement; member
|
| D | vulkan_hash.hpp | 2203 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcArrayElement ); in operator ()()
|