Home
last modified time | relevance | path

Searched refs:PFN_vkCreateDevice (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c215 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(NULL, "vkCreateDevice"); in nullhw_CreateDevice()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h67 VkPtr<PFN_vkCreateDevice> fCreateDevice;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h54 PFN_vkCreateDevice CreateDevice = nullptr;
/third_party/vulkan-loader/tests/framework/layer/
H A Dtest_layer.cpp342 reinterpret_cast<PFN_vkCreateDevice>(fpGetInstanceProcAddr(nullptr, "vkCreateDevice"));
391 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(instance_to_use, "vkCreateDevice");
H A Dwrap_objects.cpp496 PFN_vkCreateDevice pfn_create_device = (PFN_vkCreateDevice)pfn_get_inst_proc_addr(phys_dev->inst->obj, "vkCreateDevice"); in wrap_vkCreateDevice()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h224 PFN_vkCreateDevice CreateDevice;
H A Dvk_layer_dispatch_table.h50 PFN_vkCreateDevice CreateDevice;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h571 extern PFN_vkCreateDevice vkCreateDevice;
H A Dvolk.c146 vkCreateDevice = (PFN_vkCreateDevice)load(context, "vkCreateDevice"); in volkGenLoadInstance()
1186 PFN_vkCreateDevice vkCreateDevice;
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h169 PFN_vkCreateDevice vkCreateDevice = nullptr;
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp2509 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(NULL, "vkCreateDevice"); in overlay_CreateDevice()
/third_party/glfw/deps/glad/
H A Dvulkan.h4979 typedef VkResult (GLAD_API_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkDevice * pDevice); typedef
5309 GLAD_API_CALL PFN_vkCreateDevice glad_vkCreateDevice;
5725 PFN_vkCreateDevice glad_vkCreateDevice = NULL;
5920 glad_vkCreateDevice = (PFN_vkCreateDevice) load(userptr, "vkCreateDevice"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/loader/
H A Dloader.c5003 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)nextGIPA(inst->instance, "vkCreateDevice");
5687 PFN_vkCreateDevice fpCreateDevice = icd_term->dispatch.CreateDevice;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp10891 PFN_vkCreateDevice vkCreateDevice = 0;
11866 vkCreateDevice = PFN_vkCreateDevice( vkGetInstanceProcAddr( instance, "vkCreateDevice" ) );
H A Dvulkan_raii.hpp89 vkCreateDevice = PFN_vkCreateDevice( vkGetInstanceProcAddr( instance, "vkCreateDevice" ) ); in init()
421 PFN_vkCreateDevice vkCreateDevice = 0;
H A Dvulkan_core.h3522 typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16411 PFN_vkCreateDevice vkCreateDevice = 0;
17608 vkCreateDevice = PFN_vkCreateDevice( vkGetInstanceProcAddr( instance, "vkCreateDevice" ) );
H A Dvulkan_raii.hpp87 vkCreateDevice = PFN_vkCreateDevice( vkGetInstanceProcAddr( instance, "vkCreateDevice" ) ); in InstanceDispatcher()
408 PFN_vkCreateDevice vkCreateDevice = 0;
[all...]
H A Dvulkan_core.h3936 typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice); typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2630 typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3429 typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3786 typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3571 typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice); typedef

Completed in 395 milliseconds