Home
last modified time | relevance | path

Searched refs:anv_GetDeviceProcAddr (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_dump.c116 (void *)anv_GetDeviceProcAddr(anv_device_to_handle(device), in dump_image_do_blit()
255 (void *)anv_GetDeviceProcAddr(anv_device_to_handle(device), in anv_dump_image_to_ppm()
258 (void *)anv_GetDeviceProcAddr(anv_device_to_handle(device), in anv_dump_image_to_ppm()
Danv_device.c1127 PFN_vkVoidFunction anv_GetDeviceProcAddr( in anv_GetDeviceProcAddr() function
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c434 …PFN_vkVoidFunction anv_GetDeviceProcAddr(VkDevice device, const char* pName) __attribute__ ((weak)…
645 .vkGetDeviceProcAddr = anv_GetDeviceProcAddr,
Danv_entrypoints.h264 PFN_vkVoidFunction anv_GetDeviceProcAddr(VkDevice device, const char* pName);