Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp55 VkLayerProperties* /*properties*/) { in EnumerateInstanceLayerProperties() argument
Dfunc_table.cpp199 VkLayerProperties* pProperties) in entry_vkEnumerateInstanceLayerProperties()
210 VkLayerProperties* pProperties) in entry_vkEnumerateDeviceLayerProperties()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h133 const VkLayerProperties* from,
134 VkLayerProperties* to);
DVkEncoder.h104 VkLayerProperties* pProperties);
108 VkLayerProperties* pProperties);
Dgoldfish_vk_transform_guest.h187 VkLayerProperties* toTransform);
191 VkLayerProperties* toTransform);
Dgoldfish_vk_handlemap_guest.h115 VkLayerProperties* toMap);
Dgoldfish_vk_marshaling_guest.h200 const VkLayerProperties* forMarshaling);
204 VkLayerProperties* forUnmarshaling);
DVkEncoder.cpp1148 VkLayerProperties* pProperties) in vkEnumerateInstanceLayerProperties()
1173 marshal_VkLayerProperties(countingStream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateInstanceLayerProperties()
1196 marshal_VkLayerProperties(stream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateInstanceLayerProperties()
1212 VkLayerProperties* check_pProperties; in vkEnumerateInstanceLayerProperties()
1213 check_pProperties = (VkLayerProperties*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceLayerProperties()
1222 unmarshal_VkLayerProperties(stream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateInstanceLayerProperties()
1229 … transform_fromhost_VkLayerProperties(mImpl->resources(), (VkLayerProperties*)(pProperties + i)); in vkEnumerateInstanceLayerProperties()
1245 VkLayerProperties* pProperties) in vkEnumerateDeviceLayerProperties()
1275 marshal_VkLayerProperties(countingStream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateDeviceLayerProperties()
1301 marshal_VkLayerProperties(stream, (VkLayerProperties*)(pProperties + i)); in vkEnumerateDeviceLayerProperties()
[all …]
Dgoldfish_vk_transform_guest.cpp405 VkLayerProperties* toTransform) in transform_tohost_VkLayerProperties()
413 VkLayerProperties* toTransform) in transform_fromhost_VkLayerProperties()
Dgoldfish_vk_handlemap_guest.cpp220 VkLayerProperties* toMap) in handlemap_VkLayerProperties()
Dgoldfish_vk_deepcopy_guest.cpp306 const VkLayerProperties* from, in deepcopy_VkLayerProperties()
307 VkLayerProperties* to) in deepcopy_VkLayerProperties()
Dgoldfish_vk_marshaling_guest.cpp847 const VkLayerProperties* forMarshaling) in marshal_VkLayerProperties()
857 VkLayerProperties* forUnmarshaling) in unmarshal_VkLayerProperties()