Home
last modified time | relevance | path

Searched refs:GetDeviceProcAddr (Results 1 – 23 of 23) sorted by relevance

/third_party/vulkan-loader/tests/framework/layer/export_definitions/
Dtest_layer_1.def10 GetDeviceProcAddr
Dtest_layer_2.def10 GetDeviceProcAddr
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkGetProcAddress.hpp26 PFN_vkVoidFunction GetDeviceProcAddr(Device *device, const char *pName);
DVkGetProcAddress.cpp561 PFN_vkVoidFunction GetDeviceProcAddr(Device *device, const char *pName) in GetDeviceProcAddr() function
DlibVulkan.cpp678 return vk::GetDeviceProcAddr(vk::Cast(device), pName); in vkGetDeviceProcAddr()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp68 GET_INSTANCE_PROC(GetDeviceProcAddr); in LoadInstanceProcs()
165 name = reinterpret_cast<decltype(name)>(GetDeviceProcAddr(device, "vk" #name)); \
DVulkanFunctions.h58 PFN_vkGetDeviceProcAddr GetDeviceProcAddr = nullptr; member
/third_party/vulkan-loader/loader/
Dunknown_function_handling.c49 … gdpa_value = dev->loader_dispatch.core_dispatch.GetDeviceProcAddr(dev->chain_device, funcName); in loader_init_dispatch_dev_ext_entry()
55 … gdpa_value = ldev->loader_dispatch.core_dispatch.GetDeviceProcAddr(ldev->chain_device, funcName); in loader_init_dispatch_dev_ext_entry()
Dtrampoline.c138 if (disp_table->GetDeviceProcAddr == NULL) return NULL; in vkGetDeviceProcAddr()
139 return disp_table->GetDeviceProcAddr(device, pName); in vkGetDeviceProcAddr()
Dloader.c3959 return icd_term->dispatch.GetDeviceProcAddr(device, pName); in loader_gpa_device_terminator()
4253 … dev->loader_dispatch.core_dispatch.GetDeviceProcAddr, inst->instance, *pDevice); in loader_layer_create_device()
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c363 if (device_data->vtable.GetDeviceProcAddr == NULL) return NULL; in vkGetDeviceProcAddr()
364 return device_data->vtable.GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
/third_party/ffmpeg/libavutil/
Dvulkan_loader.h113 fn = vk->GetDeviceProcAddr(hwctx->act_dev, name); in ff_vk_load_functions()
Dvulkan_functions.h57 MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetDeviceProcAddr) \
/third_party/mesa3d/docs/vulkan/
Ddispatch.rst68 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;
96 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h221 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; member
Dvk_layer_dispatch_table.h294 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; member
Dvk_loader_extensions.c72 LOOKUP_GIPA(GetDeviceProcAddr, true); in loader_icd_init_entries()
344 table->GetDeviceProcAddr = gpa; in loader_init_device_dispatch_table()
1403 if (!strcmp(name, "GetDeviceProcAddr")) return (void *)table->GetDeviceProcAddr; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h430 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
/third_party/vulkan-loader/tests/framework/layer/
Dtest_layer.cpp668 FRAMEWORK_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const … in GetDeviceProcAddr() function
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2699 if (device_data->vtable.GetDeviceProcAddr == NULL) return NULL; in vkGetDeviceProcAddr()
2700 return device_data->vtable.GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst2651 - vulkan,anv: Move GetDeviceProcAddr to common code
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt8635 * Clarify description of GetInstanceProcAddr and GetDeviceProcAddr (public
DChangeLog.adoc12149 * Clarify description of GetInstanceProcAddr and GetDeviceProcAddr (public