Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DDescriptorSetVirtualization.cpp197 uint32_t arrOffset = copy->srcArrayElement; in doEmulatedDescriptorCopy()
Dgoldfish_vk_marshaling_guest.cpp3277 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2403 memcpy(*ptr, (uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in reservedmarshal_VkCopyDescriptorSet()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto2234 // 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/
Dgoldfish_vk_testing.cpp2601 if (!((a->srcArrayElement) == (b->srcArrayElement))) { in checkEqual_VkCopyDescriptorSet()
Dgoldfish_vk_marshaling.cpp3702 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()
Dgoldfish_vk_reserved_marshaling.cpp2811 memcpy((uint32_t*)&forUnmarshaling->srcArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp15529 …: 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
Dvulkan_core.h3563 uint32_t srcArrayElement; member
Dvulkan_hash.hpp2203 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.srcArrayElement ); in operator ()()