Home
last modified time | relevance | path

Searched refs:toTransform (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp47 VkApplicationInfo* toTransform) in transform_tohost_VkApplicationInfo() argument
50 (void)toTransform; in transform_tohost_VkApplicationInfo()
51 if (toTransform->pNext) in transform_tohost_VkApplicationInfo()
53 transform_tohost_extension_struct(resourceTracker, (void*)(toTransform->pNext)); in transform_tohost_VkApplicationInfo()
59 VkApplicationInfo* toTransform) in transform_fromhost_VkApplicationInfo() argument
62 (void)toTransform; in transform_fromhost_VkApplicationInfo()
63 if (toTransform->pNext) in transform_fromhost_VkApplicationInfo()
65 transform_fromhost_extension_struct(resourceTracker, (void*)(toTransform->pNext)); in transform_fromhost_VkApplicationInfo()
71 VkInstanceCreateInfo* toTransform) in transform_tohost_VkInstanceCreateInfo() argument
74 (void)toTransform; in transform_tohost_VkInstanceCreateInfo()
[all …]
Dgoldfish_vk_transform_guest.h51 VkApplicationInfo* toTransform);
55 VkApplicationInfo* toTransform);
59 VkInstanceCreateInfo* toTransform);
63 VkInstanceCreateInfo* toTransform);
67 VkAllocationCallbacks* toTransform);
71 VkAllocationCallbacks* toTransform);
75 VkPhysicalDeviceFeatures* toTransform);
79 VkPhysicalDeviceFeatures* toTransform);
83 VkFormatProperties* toTransform);
87 VkFormatProperties* toTransform);
[all …]