/third_party/vulkan-loader/tests/framework/layer/export_definitions/ |
D | test_layer_1.def | 10 GetDeviceProcAddr
|
D | test_layer_2.def | 10 GetDeviceProcAddr
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkGetProcAddress.hpp | 26 PFN_vkVoidFunction GetDeviceProcAddr(Device *device, const char *pName);
|
D | VkGetProcAddress.cpp | 561 PFN_vkVoidFunction GetDeviceProcAddr(Device *device, const char *pName) in GetDeviceProcAddr() function
|
D | libVulkan.cpp | 678 return vk::GetDeviceProcAddr(vk::Cast(device), pName); in vkGetDeviceProcAddr()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 68 GET_INSTANCE_PROC(GetDeviceProcAddr); in LoadInstanceProcs() 165 name = reinterpret_cast<decltype(name)>(GetDeviceProcAddr(device, "vk" #name)); \
|
D | VulkanFunctions.h | 58 PFN_vkGetDeviceProcAddr GetDeviceProcAddr = nullptr; member
|
/third_party/vulkan-loader/loader/ |
D | unknown_function_handling.c | 49 … 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()
|
D | trampoline.c | 138 if (disp_table->GetDeviceProcAddr == NULL) return NULL; in vkGetDeviceProcAddr() 139 return disp_table->GetDeviceProcAddr(device, pName); in vkGetDeviceProcAddr()
|
D | loader.c | 3959 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/ |
D | intel_nullhw.c | 363 if (device_data->vtable.GetDeviceProcAddr == NULL) return NULL; in vkGetDeviceProcAddr() 364 return device_data->vtable.GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
|
/third_party/ffmpeg/libavutil/ |
D | vulkan_loader.h | 113 fn = vk->GetDeviceProcAddr(hwctx->act_dev, name); in ff_vk_load_functions()
|
D | vulkan_functions.h | 57 MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetDeviceProcAddr) \
|
/third_party/mesa3d/docs/vulkan/ |
D | dispatch.rst | 68 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; 96 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 221 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; member
|
D | vk_layer_dispatch_table.h | 294 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; member
|
D | vk_loader_extensions.c | 72 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()
|
D | vk_dispatch_table_helper.h | 430 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/tests/framework/layer/ |
D | test_layer.cpp | 668 FRAMEWORK_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const … in GetDeviceProcAddr() function
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2699 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/ |
D | 21.1.0.rst | 2651 - vulkan,anv: Move GetDeviceProcAddr to common code
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | ChangeLog.txt | 8635 * Clarify description of GetInstanceProcAddr and GetDeviceProcAddr (public
|
D | ChangeLog.adoc | 12149 * Clarify description of GetInstanceProcAddr and GetDeviceProcAddr (public
|