Home
last modified time | relevance | path

Searched refs:VkBaseInStructure (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_platform_compat.h25 typedef struct VkBaseInStructure { struct
27 const struct VkBaseInStructure* pNext; argument
28 } VkBaseInStructure; typedef
Dgoldfish_vk_deepcopy_guest.h588 const VkBaseInStructure* from,
589 VkBaseInStructure* to);
Dgoldfish_vk_transform_guest.h915 VkBaseInStructure* toTransform);
919 VkBaseInStructure* toTransform);
Dgoldfish_vk_handlemap_guest.h479 VkBaseInStructure* toMap);
Dgoldfish_vk_marshaling_guest.h1050 const VkBaseInStructure* forMarshaling);
1054 VkBaseInStructure* forUnmarshaling);
Dgoldfish_vk_deepcopy_guest.cpp1903 const VkBaseInStructure* from, in deepcopy_VkBaseInStructure()
1904 VkBaseInStructure* to) in deepcopy_VkBaseInStructure()
1912 to->pNext = (const VkBaseInStructure*)pool->alloc(pNext_size); in deepcopy_VkBaseInStructure()
Dgoldfish_vk_transform_guest.cpp2753 VkBaseInStructure* toTransform) in transform_tohost_VkBaseInStructure()
2765 VkBaseInStructure* toTransform) in transform_fromhost_VkBaseInStructure()
Dgoldfish_vk_handlemap_guest.cpp1458 VkBaseInStructure* toMap) in handlemap_VkBaseInStructure()
Dgoldfish_vk_marshaling_guest.cpp3859 const VkBaseInStructure* forMarshaling) in marshal_VkBaseInStructure()
3867 VkBaseInStructure* forUnmarshaling) in unmarshal_VkBaseInStructure()