Home
last modified time | relevance | path

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

/external/angle/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
/external/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp440 MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceGroupSurfacePresentModesKHR),
DlibVulkan.cpp4094 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR… in vkGetDeviceGroupSurfacePresentModesKHR() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkExtensionFunctions.inl1043 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetDeviceGroupSurfacePresentModesKHR");
1074 if(apiVersion < VK_API_VERSION_1_1) functions.push_back("vkGetDeviceGroupSurfacePresentModesKHR");
DvkInitDeviceFunctionPointers.inl216 …etDeviceGroupSurfacePresentModesKHRFunc) GET_PROC_ADDR("vkGetDeviceGroupSurfacePresentModesKHR");
DvkNullDriverImpl.inl3377 …VK_NULL_FUNC_ENTRY(vkGetDeviceGroupSurfacePresentModesKHR, getDeviceGroupSurfacePresentModesKHR…
DvkVulkan_c.inl7123 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2627 … return anv_device->dispatch.vkGetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); in anv_GetDeviceGroupSurfacePresentModesKHR()
3263 .vkGetDeviceGroupSurfacePresentModesKHR = anv_GetDeviceGroupSurfacePresentModesKHR,
3769 .vkGetDeviceGroupSurfacePresentModesKHR = gen7_GetDeviceGroupSurfacePresentModesKHR,
4275 .vkGetDeviceGroupSurfacePresentModesKHR = gen75_GetDeviceGroupSurfacePresentModesKHR,
4781 .vkGetDeviceGroupSurfacePresentModesKHR = gen8_GetDeviceGroupSurfacePresentModesKHR,
5287 .vkGetDeviceGroupSurfacePresentModesKHR = gen9_GetDeviceGroupSurfacePresentModesKHR,
5793 .vkGetDeviceGroupSurfacePresentModesKHR = gen11_GetDeviceGroupSurfacePresentModesKHR,
6299 .vkGetDeviceGroupSurfacePresentModesKHR = gen12_GetDeviceGroupSurfacePresentModesKHR,
Danv_entrypoints.h281 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp2805 VkResult vkGetDeviceGroupSurfacePresentModesKHR( in vkGetDeviceGroupSurfacePresentModesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2808 return ::vkGetDeviceGroupSurfacePresentModesKHR( device, surface, pModes ); in vkGetDeviceGroupSurfacePresentModesKHR()
10557 …PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11710 vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( in init()
12443 vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( in init()
Dvulkan_raii.hpp1010 vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( in init()
1548 …PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
11031 getDispatcher()->vkGetDeviceGroupSurfacePresentModesKHR && in getGroupSurfacePresentModesKHR()
11036 …static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetDeviceGroupSurfacePresentModesKHR( in getGroupSurfacePresentModesKHR()
Dvulkan_funcs.hpp6989 d.vkGetDeviceGroupSurfacePresentModesKHR( m_device, in getGroupSurfacePresentModesKHR()
7002 d.vkGetDeviceGroupSurfacePresentModesKHR( m_device, in getGroupSurfacePresentModesKHR()
Dvulkan_core.h6255 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4813 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4813 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h5906 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
Dvulkan.hpp2696 …VkResult vkGetDeviceGroupSurfacePresentModesKHR( VkDevice device, VkSurfaceKHR surface, VkDeviceGr… in vkGetDeviceGroupSurfacePresentModesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2698 return ::vkGetDeviceGroupSurfacePresentModesKHR( device, surface, pModes ); in vkGetDeviceGroupSurfacePresentModesKHR()
86120 …return static_cast<Result>( d.vkGetDeviceGroupSurfacePresentModesKHR( m_device, static_cast<VkSurf… in getGroupSurfacePresentModesKHR()
86128 …Result result = static_cast<Result>( d.vkGetDeviceGroupSurfacePresentModesKHR( m_device, static_ca… in getGroupSurfacePresentModesKHR()
91948 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
92679vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( vkGetInstance… in init()
93143vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( vkGetDevicePr… in init()
/external/swiftshader/include/vulkan/
Dvulkan_core.h5910 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
Dvulkan.hpp2696 …VkResult vkGetDeviceGroupSurfacePresentModesKHR( VkDevice device, VkSurfaceKHR surface, VkDeviceGr… in vkGetDeviceGroupSurfacePresentModesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2698 return ::vkGetDeviceGroupSurfacePresentModesKHR( device, surface, pModes ); in vkGetDeviceGroupSurfacePresentModesKHR()
86644 …return static_cast<Result>( d.vkGetDeviceGroupSurfacePresentModesKHR( m_device, static_cast<VkSurf… in getGroupSurfacePresentModesKHR()
86652 …Result result = static_cast<Result>( d.vkGetDeviceGroupSurfacePresentModesKHR( m_device, static_ca… in getGroupSurfacePresentModesKHR()
92613 PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
93345vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( vkGetInstance… in init()
93810vkGetDeviceGroupSurfacePresentModesKHR = PFN_vkGetDeviceGroupSurfacePresentModesKHR( vkGetDevicePr… in init()
/external/mesa3d/include/vulkan/
Dvulkan_core.h5906 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h6219 VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR(