Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:GetDeviceProcAddr

154     INIT_PROC(true, dev, GetDeviceProcAddr);
289 // forward declarations needed by GetInstanceProcAddr and GetDeviceProcAddr
291 VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName);
435 VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName) {
498 if (strcmp(pName, "vkGetDeviceProcAddr") == 0) return reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr);
501 return GetData(device).dispatch.GetDeviceProcAddr(device, pName);
625 { "vkGetDeviceProcAddr", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr) },
1247 return vulkan::api::GetDeviceProcAddr(device, pName);