Home
last modified time | relevance | path

Searched refs:vkGetDeviceGroupSurfacePresentModesKHR (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds215 vkGetDeviceGroupSurfacePresentModesKHR;
Dvk_swiftshader.def203 vkGetDeviceGroupSurfacePresentModesKHR
DVkGetProcAddress.cpp462 MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceGroupSurfacePresentModesKHR),
DlibVulkan.cpp4243 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR… in vkGetDeviceGroupSurfacePresentModesKHR() function
/third_party/vulkan-loader/
Dvulkan.symbols.api166 vkGetDeviceGroupSurfacePresentModesKHR
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_device_group.adoc52 * flink:vkGetDeviceGroupSurfacePresentModesKHR
DVK_KHR_device_group.txt50 * flink:vkGetDeviceGroupSurfacePresentModesKHR
/third_party/vulkan-loader/loader/
Dvulkan-1.def212 vkGetDeviceGroupSurfacePresentModesKHR
Dwsi.c2207 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(VkDevice device… in vkGetDeviceGroupSurfacePresentModesKHR() function
2797 … *addr = loader_inst->wsi_surface_enabled ? (void *)vkGetDeviceGroupSurfacePresentModesKHR : NULL; in wsi_swapchain_instance_gpa()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h505 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR; member
1066 extern PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR;
Dvolk.c715vkGetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR)load(context,… in volkGenLoadDevice()
1116 …table->vkGetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR)load(c… in volkGenLoadDeviceTable()
1681 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR; variable
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkExtensionFunctions.inl1380 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetDeviceGroupSurfacePresentModesKHR");
1591 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetDeviceGroupSurfacePresentModesKHR");
1594 if(apiVersion < VK_API_VERSION_1_1) functions.push_back("vkGetDeviceGroupSurfacePresentModesKHR");
DvkInitDeviceFunctionPointers.inl195 …DeviceGroupSurfacePresentModesKHRFunc) GET_PROC_ADDR("vkGetDeviceGroupSurfacePresentModesKHR");
DvkNullDriverImpl.inl4182 …VK_NULL_FUNC_ENTRY(vkGetDeviceGroupSurfacePresentModesKHR, getDeviceGroupSurfacePresentModesK…
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_surface/
Dwsi.txt1416 [open,refpage='vkGetDeviceGroupSurfacePresentModesKHR',desc='Query present capabilities for a surfa…
1424 include::{generated}/api/protos/vkGetDeviceGroupSurfacePresentModesKHR.txt[]
1439 * [[VUID-vkGetDeviceGroupSurfacePresentModesKHR-surface-06212]]
1445 include::{generated}/validity/protos/vkGetDeviceGroupSurfacePresentModesKHR.txt[]
1467 flink:vkGetDeviceGroupSurfacePresentModesKHR, with the ability to specify
Dwsi.adoc1791 [open,refpage='vkGetDeviceGroupSurfacePresentModesKHR',desc='Query present capabilities for a surfa…
1799 include::{generated}/api/protos/vkGetDeviceGroupSurfacePresentModesKHR.adoc[]
1814 * [[VUID-vkGetDeviceGroupSurfacePresentModesKHR-surface-06212]]
1820 include::{generated}/validity/protos/vkGetDeviceGroupSurfacePresentModesKHR.adoc[]
1842 flink:vkGetDeviceGroupSurfacePresentModesKHR, with the ability to specify
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp2915 VkResult vkGetDeviceGroupSurfacePresentModesKHR( in vkGetDeviceGroupSurfacePresentModesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2918 return ::vkGetDeviceGroupSurfacePresentModesKHR( device, surface, pModes ); in vkGetDeviceGroupSurfacePresentModesKHR()
11077 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12117 vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( in init()
13272 vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( in init()
Dvulkan_raii.hpp1273 vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( in init()
1990 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
11140 getDispatcher()->vkGetDeviceGroupSurfacePresentModesKHR && in getGroupSurfacePresentModesKHR()
11145 …static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetDeviceGroupSurfacePresentModesKHR( in getGroupSurfacePresentModesKHR()
Dvulkan_funcs.hpp7475 d.vkGetDeviceGroupSurfacePresentModesKHR( m_device, in getGroupSurfacePresentModesKHR()
7489 d.vkGetDeviceGroupSurfacePresentModesKHR( m_device, in getGroupSurfacePresentModesKHR()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp2820vkGetDeviceGroupSurfacePresentModesKHR( VkDevice device, VkSurfaceKHR surface, VkDeviceGroupPresen… in vkGetDeviceGroupSurfacePresentModesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2822 return ::vkGetDeviceGroupSurfacePresentModesKHR( device, surface, pModes ); in vkGetDeviceGroupSurfacePresentModesKHR()
12357 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
13467 vkGetDeviceGroupSurfacePresentModesKHR = in init()
14622 vkGetDeviceGroupSurfacePresentModesKHR = in init()
Dvulkan_raii.hpp1295 vkGetDeviceGroupSurfacePresentModesKHR = in DeviceDispatcher()
2108 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
13008 VULKAN_HPP_ASSERT( getDispatcher()->vkGetDeviceGroupSurfacePresentModesKHR && in getGroupSurfacePresentModesKHR()
13012 … result = getDispatcher()->vkGetDeviceGroupSurfacePresentModesKHR( in getGroupSurfacePresentModesKHR()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h5341 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4813 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h5013 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6219 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(

12