Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceXcbPresentationSupportKHR (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h222 GetPhysicalDeviceXcbPresentationSupportKHR; member
/external/vulkan-validation-layers/demos/smoke/
DShellXcb.cpp187 return vk::GetPhysicalDeviceXcbPresentationSupportKHR(phy, in can_present()
/external/vulkan-validation-layers/loader/
Dtable_ops.h649 table->GetPhysicalDeviceXcbPresentationSupportKHR = in loader_init_instance_extension_dispatch_table()
749 return (void *)table->GetPhysicalDeviceXcbPresentationSupportKHR; in loader_lookup_instance_dispatch_table()
Dwsi.c1024 VkBool32 res = disp->GetPhysicalDeviceXcbPresentationSupportKHR( in vkGetPhysicalDeviceXcbPresentationSupportKHR()
1052 icd->GetPhysicalDeviceXcbPresentationSupportKHR && in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
1055 return icd->GetPhysicalDeviceXcbPresentationSupportKHR( in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
Dloader.h229 GetPhysicalDeviceXcbPresentationSupportKHR; member
Dloader.c140 .GetPhysicalDeviceXcbPresentationSupportKHR =
1652 LOOKUP_GIPA(GetPhysicalDeviceXcbPresentationSupportKHR, false);
/external/vulkan-validation-layers/layers/
Dswapchain.cpp702 VKAPI_ATTR VkBool32 VKAPI_CALL GetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physical… in GetPhysicalDeviceXcbPresentationSupportKHR() function
732 …result = my_data->instance_dispatch_table->GetPhysicalDeviceXcbPresentationSupportKHR(physicalDevi… in GetPhysicalDeviceXcbPresentationSupportKHR()
2425 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDeviceXcbPresentationSupportKHR)}, in intercept_khr_surface_command()
Dobject_tracker.cpp2779 VKAPI_ATTR VkBool32 VKAPI_CALL GetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physical… in GetPhysicalDeviceXcbPresentationSupportKHR() function
2792 …->GetPhysicalDeviceXcbPresentationSupportKHR(physicalDevice, queueFamilyIndex, connection, visual_… in GetPhysicalDeviceXcbPresentationSupportKHR()
3068 return reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDeviceXcbPresentationSupportKHR); in InterceptWsiEnabledCommand()
Dparameter_validation.cpp4917 VKAPI_ATTR VkBool32 VKAPI_CALL GetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physical… in GetPhysicalDeviceXcbPresentationSupportKHR() function
4930 …->GetPhysicalDeviceXcbPresentationSupportKHR(physicalDevice, queueFamilyIndex, connection, visual_… in GetPhysicalDeviceXcbPresentationSupportKHR()
5490 return reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDeviceXcbPresentationSupportKHR); in InterceptWsiEnabledCommand()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp1058 …VkBool32 result = phys_dev->inst->layer_disp.GetPhysicalDeviceXcbPresentationSupportKHR(vk_phys_de… in vkGetPhysicalDeviceXcbPresentationSupportKHR()