Home
last modified time | relevance | path

Searched refs:GetMemoryZirconHandlePropertiesFUCHSIA (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp320 GET_DEVICE_PROC(GetMemoryZirconHandlePropertiesFUCHSIA); in LoadDeviceProcs()
DVulkanFunctions.h293 PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA GetMemoryZirconHandlePropertiesFUCHSIA = member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h902 PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA GetMemoryZirconHandlePropertiesFUCHSIA; member
Dvk_dispatch_table_helper.h1087 …table->GetMemoryZirconHandlePropertiesFUCHSIA = (PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA) gpa… in layer_init_device_dispatch_table()
1088 …if (table->GetMemoryZirconHandlePropertiesFUCHSIA == nullptr) { table->GetMemoryZirconHandleProper… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c962 …table->GetMemoryZirconHandlePropertiesFUCHSIA = (PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)gdpa… in loader_init_device_extension_dispatch_table()
2011 …emoryZirconHandlePropertiesFUCHSIA")) return (void *)table->GetMemoryZirconHandlePropertiesFUCHSIA; in loader_lookup_device_dispatch_table()
6271 VKAPI_ATTR VkResult VKAPI_CALL GetMemoryZirconHandlePropertiesFUCHSIA( in GetMemoryZirconHandlePropertiesFUCHSIA() function
6283 …return disp->GetMemoryZirconHandlePropertiesFUCHSIA(device, handleType, zirconHandle, pMemoryZirco… in GetMemoryZirconHandlePropertiesFUCHSIA()
9159 *addr = (void *)GetMemoryZirconHandlePropertiesFUCHSIA; in extension_instance_gpa()