Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h198 void marshal_VkLayerProperties(
DVkEncoder.cpp1338 marshal_VkLayerProperties(countingStream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateInstanceLayerProperties()
1361 marshal_VkLayerProperties(stream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateInstanceLayerProperties()
1441 marshal_VkLayerProperties(countingStream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateDeviceLayerProperties()
1467 marshal_VkLayerProperties(stream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateDeviceLayerProperties()
Dgoldfish_vk_marshaling_guest.cpp853 void marshal_VkLayerProperties( in marshal_VkLayerProperties() function