Home
last modified time | relevance | path

Searched refs:marshal_VkPhysicalDeviceFeatures2 (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h1228 void marshal_VkPhysicalDeviceFeatures2(
DVkEncoder.cpp10856 marshal_VkPhysicalDeviceFeatures2(countingStream, (VkPhysicalDeviceFeatures2*)(pFeatures)); in vkGetPhysicalDeviceFeatures2()
10866 marshal_VkPhysicalDeviceFeatures2(stream, (VkPhysicalDeviceFeatures2*)(pFeatures)); in vkGetPhysicalDeviceFeatures2()
14785 marshal_VkPhysicalDeviceFeatures2(countingStream, (VkPhysicalDeviceFeatures2*)(pFeatures)); in vkGetPhysicalDeviceFeatures2KHR()
14795 marshal_VkPhysicalDeviceFeatures2(stream, (VkPhysicalDeviceFeatures2*)(pFeatures)); in vkGetPhysicalDeviceFeatures2KHR()
Dgoldfish_vk_marshaling_guest.cpp4351 void marshal_VkPhysicalDeviceFeatures2( in marshal_VkPhysicalDeviceFeatures2() function
10466marshal_VkPhysicalDeviceFeatures2(vkStream, reinterpret_cast<const VkPhysicalDeviceFeatures2*>(str… in marshal_extension_struct()