Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceQueueFamilyProperties2 (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp156 vkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties); in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
H A DVkGetProcAddress.cpp72 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceQueueFamilyProperties2),
H A DlibVulkan.cpp3608 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties2 *pQueueFamilyProperties) in vkGetPhysicalDeviceQueueFamilyProperties2() function
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c175 if (!strcmp(funcName, "vkGetPhysicalDeviceQueueFamilyProperties2")) return vkGetPhysicalDeviceQueueFamilyProperties2; in trampoline_get_proc_addr()
H A Dtrampoline.c2717 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2( in vkGetPhysicalDeviceQueueFamilyProperties2() function
2722 "vkGetPhysicalDeviceQueueFamilyProperties2: Invalid physicalDevice " in vkGetPhysicalDeviceQueueFamilyProperties2()
2723 "[VUID-vkGetPhysicalDeviceQueueFamilyProperties2-physicalDevice-parameter]"); in vkGetPhysicalDeviceQueueFamilyProperties2()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp66 funcs.vkGetPhysicalDeviceQueueFamilyProperties2 = GPA(vkGetPhysicalDeviceQueueFamilyProperties2); in init_vulkan_functions()
H A Dtest_environment.h155 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2 = nullptr; member
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h678 extern PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2;
H A Dvolk.c170 vkGetPhysicalDeviceQueueFamilyProperties2 = (PFN_vkGetPhysicalDeviceQueueFamilyProperties2)load(context, "vkGetPhysicalDeviceQueueFamilyProperties2"); in volkGenLoadInstance()
1293 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2; variable
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp2618 void vkGetPhysicalDeviceQueueFamilyProperties2( VkPhysicalDevice physicalDevice,
2623 return ::vkGetPhysicalDeviceQueueFamilyProperties2(
11033 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2 = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12049 vkGetPhysicalDeviceQueueFamilyProperties2 = PFN_vkGetPhysicalDeviceQueueFamilyProperties2(
12050 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceQueueFamilyProperties2" ) );
12311 if ( !vkGetPhysicalDeviceQueueFamilyProperties2 )
12312 vkGetPhysicalDeviceQueueFamilyProperties2 = vkGetPhysicalDeviceQueueFamilyProperties2KHR;
H A Dvulkan_raii.hpp108 vkGetPhysicalDeviceQueueFamilyProperties2 = PFN_vkGetPhysicalDeviceQueueFamilyProperties2( in init()
109 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceQueueFamilyProperties2" ) ); in init()
288 if ( !vkGetPhysicalDeviceQueueFamilyProperties2 ) in init()
289 vkGetPhysicalDeviceQueueFamilyProperties2 = vkGetPhysicalDeviceQueueFamilyProperties2KHR; in init()
432 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2 = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
10632 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2(
10635 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2(
10647 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
10656 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
H A Dvulkan_funcs.hpp5974 d.vkGetPhysicalDeviceQueueFamilyProperties2(
5988 d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
5990 d.vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
6010 d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
6012 d.vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
6026 d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
6034 d.vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
6057 d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
6066 d.vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
[all...]
H A Dvulkan_core.h5239 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
/third_party/vulkan-loader/tests/
H A Dloader_handle_validation_tests.cpp706 ASSERT_DEATH(env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties2(bad_physical_dev, &count, nullptr), in TEST()
707 "vkGetPhysicalDeviceQueueFamilyProperties2: Invalid physicalDevice " in TEST()
708 "\\[VUID-vkGetPhysicalDeviceQueueFamilyProperties2-physicalDevice-parameter\\]"); in TEST()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp2052 void vkGetPhysicalDeviceQueueFamilyProperties2( VkPhysicalDevice physicalDevice,
2056 return ::vkGetPhysicalDeviceQueueFamilyProperties2( physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties );
16553 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2 = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
17751 vkGetPhysicalDeviceQueueFamilyProperties2 =
17752 PFN_vkGetPhysicalDeviceQueueFamilyProperties2( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceQueueFamilyProperties2" ) );
18008 if ( !vkGetPhysicalDeviceQueueFamilyProperties2 )
18009 vkGetPhysicalDeviceQueueFamilyProperties2 = vkGetPhysicalDeviceQueueFamilyProperties2KHR;
H A Dvulkan_raii.hpp102 vkGetPhysicalDeviceQueueFamilyProperties2 = in InstanceDispatcher()
103 PFN_vkGetPhysicalDeviceQueueFamilyProperties2( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceQueueFamilyProperties2" ) ); in InstanceDispatcher()
220 if ( !vkGetPhysicalDeviceQueueFamilyProperties2 ) in InstanceDispatcher()
221 vkGetPhysicalDeviceQueueFamilyProperties2 = vkGetPhysicalDeviceQueueFamilyProperties2KHR; in InstanceDispatcher()
419 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2 = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
13818 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2 && in getQueueFamilyProperties2()
13819 "Function <vkGetPhysicalDeviceQueueFamilyProperties2> requires <VK_KHR_get_physical_device_properties2> or <VK_VERSION_1_1>" ); in getQueueFamilyProperties2()
13823 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
13825 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2( static_cast<VkPhysicalDevice>( m_physicalDevice ), in getQueueFamilyProperties2()
13840 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2 in getQueueFamilyProperties2()
[all...]
H A Dvulkan_funcs.hpp5685 d.vkGetPhysicalDeviceQueueFamilyProperties2(
5698 d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
5700 d.vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
5722 d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
5724 d.vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
5744 d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
5751 d.vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
5779 d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, &queueFamilyPropertyCount, nullptr ); in getQueueFamilyProperties2()
5786 d.vkGetPhysicalDeviceQueueFamilyProperties2( in getQueueFamilyProperties2()
[all...]
H A Dvulkan_core.h5656 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
/third_party/glfw/deps/glad/
H A Dvulkan.h5506 #define vkGetPhysicalDeviceQueueFamilyProperties2 glad_vkGetPhysicalDeviceQueueFamilyProperties2 macro
6028 glad_vkGetPhysicalDeviceQueueFamilyProperties2 = (PFN_vkGetPhysicalDeviceQueueFamilyProperties2) load(userptr, "vkGetPhysicalDeviceQueueFamilyProperties2"); in glad_vk_load_VK_VERSION_1_1()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4146 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5145 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5503 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5288 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c1246 table->GetPhysicalDeviceQueueFamilyProperties2 = (PFN_vkGetPhysicalDeviceQueueFamilyProperties2)gpa(inst, "vkGetPhysicalDeviceQueueFamilyProperties2"); in loader_init_instance_core_dispatch_table()
9971 ? (void *)vkGetPhysicalDeviceQueueFamilyProperties2 in extension_instance_gpa()

Completed in 462 milliseconds