Searched refs:PFN_vkGetDeviceProcAddr (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.h | 70 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; 89 PFN_vkGetDeviceProcAddr get_proc,
|
D | api_gen.h | 54 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; 189 PFN_vkGetDeviceProcAddr get_proc,
|
D | layers_extensions.h | 39 PFN_vkGetDeviceProcAddr GetGetDeviceProcAddr() const;
|
D | layers_extensions.cpp | 505 PFN_vkGetDeviceProcAddr LayerRef::GetGetDeviceProcAddr() const { in GetGetDeviceProcAddr() 506 return layer_ ? reinterpret_cast<PFN_vkGetDeviceProcAddr>( in GetGetDeviceProcAddr()
|
D | driver.h | 79 PFN_vkGetDeviceProcAddr get_device_proc_addr;
|
D | driver_gen.cpp | 341 PFN_vkGetDeviceProcAddr get_proc, in InitDriverTable()
|
D | code-generator.tmpl | 73 PFN_vkGetDeviceProcAddr get_proc, 139 PFN_vkGetDeviceProcAddr get_proc, 252 bool InitDriverTable(VkDevice dev, PFN_vkGetDeviceProcAddr get_proc, 348 bool InitDriverTable(VkDevice dev, PFN_vkGetDeviceProcAddr get_proc,
|
D | driver.cpp | 729 data->get_device_proc_addr = reinterpret_cast<PFN_vkGetDeviceProcAddr>( in CreateInstance()
|
D | api.cpp | 470 PFN_vkGetDeviceProcAddr get_device_proc_addr_;
|
D | api_gen.cpp | 146 PFN_vkGetDeviceProcAddr get_proc, in InitDispatchTable()
|
/frameworks/native/vulkan/include/vulkan/ |
D | vk_layer_interface.h | 62 PFN_vkGetDeviceProcAddr pfnNextGetDeviceProcAddr;
|
D | vulkan.h | 2243 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetDeviceProcAddr)(VkDevice device, const char* pName); typedef
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 164 …eviceProcAddr", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetDeviceProcAddr>(GetDevic…
|