Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/api/structs/
DVkCopyDescriptorSet.txt10 uint32_t srcArrayElement;
/device/generic/goldfish-opengl/system/vulkan_enc/
DDescriptorSetVirtualization.cpp179 uint32_t arrOffset = copy->srcArrayElement; in doEmulatedDescriptorCopy()
Dgoldfish_vk_marshaling_guest.cpp3563 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2603 memcpy(*ptr, (uint32_t*)&forMarshaling->srcArrayElement, sizeof(uint32_t)); in reservedmarshal_VkCopyDescriptorSet()
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Ddescriptorsets.txt2639 * 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/
Dvulkan_core.h2511 uint32_t srcArrayElement; member
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp1692 …if (!((a->srcArrayElement) == (b->srcArrayElement))) { onFail("a->srcArrayElement (Error: Value no… in checkEqual_VkCopyDescriptorSet()
Dgoldfish_vk_marshaling.cpp3926 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()
Dgoldfish_vk_reserved_marshaling.cpp2886 memcpy((uint32_t*)&forUnmarshaling->srcArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_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/include/vulkan/
Dvulkan_core.h2865 uint32_t srcArrayElement; member
Dvulkan.hpp26577 …: srcSet( srcSet_ ), srcBinding( srcBinding_ ), srcArrayElement( srcArrayElement_ ), dstSet( dstSe…
26620 srcArrayElement = srcArrayElement_; in setSrcArrayElement()
26669 && ( srcArrayElement == rhs.srcArrayElement ) in operator ==()
26689 uint32_t srcArrayElement = {}; member