Searched refs:fpCreateDevice (Results 1 – 10 of 10) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 137 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local 138 if (fpCreateDevice == NULL) { in CreateDevice() 145 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); in CreateDevice()
|
D | unique_objects.cpp | 217 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local 218 if (fpCreateDevice == NULL) { in CreateDevice() 225 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); in CreateDevice()
|
D | image.cpp | 174 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local 175 if (fpCreateDevice == NULL) { in CreateDevice() 182 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in CreateDevice()
|
D | swapchain.cpp | 1200 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local 1201 if (fpCreateDevice == NULL) { in CreateDevice() 1208 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in CreateDevice()
|
D | object_tracker.cpp | 3167 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(phy_dev_data->instan… in CreateDevice() local 3168 if (fpCreateDevice == NULL) { in CreateDevice() 3175 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in CreateDevice()
|
D | parameter_validation.cpp | 1697 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local 1698 if (fpCreateDevice == NULL) { in CreateDevice() 1705 result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in CreateDevice()
|
D | core_validation.cpp | 4425 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local 4426 if (fpCreateDevice == NULL) { in CreateDevice() 4433 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); in CreateDevice()
|
/external/vulkan-validation-layers/loader/ |
D | loader.c | 3944 PFN_vkCreateDevice fpCreateDevice = local 3946 if (fpCreateDevice) { 3956 res = fpCreateDevice(pd->phys_dev, &loader_create_info, pAllocator, 4301 PFN_vkCreateDevice fpCreateDevice = phys_dev->this_icd->CreateDevice; local 4306 if (fpCreateDevice == NULL) { 4374 res = fpCreateDevice(phys_dev->phys_dev, &localCreateInfo, pAllocator,
|
D | LoaderAndLayerInterface.md | 1469 PFN_vkCreateDevice fpCreateDevice = 1471 if (fpCreateDevice == NULL) { 1478 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 171 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice) fpGetInstanceProcAddr(NULL, "vkCreateDevi… in vkCreateDevice() local 172 if (fpCreateDevice == NULL) { in vkCreateDevice() 177 VkResult result = fpCreateDevice(vk_phys_dev, pCreateInfo, pAllocator, pDevice); in vkCreateDevice()
|