Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkGetProcAddress.hpp26 PFN_vkVoidFunction GetDeviceProcAddr(Device *device, const char *pName);
DVkGetProcAddress.cpp612 PFN_vkVoidFunction GetDeviceProcAddr(Device *device, const char *pName) in GetDeviceProcAddr() function
DlibVulkan.cpp690 return vk::GetDeviceProcAddr(vk::Cast(device), pName); in vkGetDeviceProcAddr()
/external/skia/tools/gpu/vk/
DVkTestHelper.h42 DECLARE_VK_PROC(GetDeviceProcAddr);
DVkTestHelper.cpp60 ACQUIRE_INST_VK_PROC(GetDeviceProcAddr) in init()
DVkTestUtils.cpp536 ACQUIRE_VK_INST_PROC(GetDeviceProcAddr, inst); in CreateVkBackendContext()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h238 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; member
Dchassis.cpp358 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char *funcName) { in GetDeviceProcAddr() function
372 if (!table.GetDeviceProcAddr) return nullptr; in GetDeviceProcAddr()
373 return table.GetDeviceProcAddr(device, funcName); in GetDeviceProcAddr()
9276 {"vkGetDeviceProcAddr", {false, (void*)GetDeviceProcAddr}},
9733 return vulkan_layer_chassis::GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
Dvk_dispatch_table_helper.h398 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
Dchassis.h110 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(
Dlayer_chassis_dispatch.cpp1103 PFN_vkVoidFunction result = layer_data->device_dispatch_table.GetDeviceProcAddr(device, pName); in DispatchGetDeviceProcAddr()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h491 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; member
Dvk_enum_to_str.c4514 table->GetDeviceProcAddr = gpa; in vk_load_device_commands()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2644 if (device_data->vtable.GetDeviceProcAddr == NULL) return NULL; in vkGetDeviceProcAddr()
2645 return device_data->vtable.GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
/external/gfxstream-protocols/registry/vulkan/
DChangeLog.txt8485 * Clarify description of GetInstanceProcAddr and GetDeviceProcAddr (public