/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPromotedExtensions.cpp | 156 vkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties); in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
|
H A D | VkGetProcAddress.cpp | 72 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceQueueFamilyProperties2),
|
H A D | libVulkan.cpp | 3608 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties2 *pQueueFamilyProperties) in vkGetPhysicalDeviceQueueFamilyProperties2() function
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 175 if (!strcmp(funcName, "vkGetPhysicalDeviceQueueFamilyProperties2")) return vkGetPhysicalDeviceQueueFamilyProperties2; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 2717 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 D | test_environment.cpp | 66 funcs.vkGetPhysicalDeviceQueueFamilyProperties2 = GPA(vkGetPhysicalDeviceQueueFamilyProperties2); in init_vulkan_functions()
|
H A D | test_environment.h | 155 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2 = nullptr; member
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 678 extern PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2;
|
H A D | volk.c | 170 vkGetPhysicalDeviceQueueFamilyProperties2 = (PFN_vkGetPhysicalDeviceQueueFamilyProperties2)load(context, "vkGetPhysicalDeviceQueueFamilyProperties2"); in volkGenLoadInstance() 1293 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2; variable
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2618 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 D | vulkan_raii.hpp | 108 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 D | vulkan_funcs.hpp | 5974 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 D | vulkan_core.h | 5239 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
|
/third_party/vulkan-loader/tests/ |
H A D | loader_handle_validation_tests.cpp | 706 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 D | vulkan.hpp | 2052 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 D | vulkan_raii.hpp | 102 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 D | vulkan_funcs.hpp | 5685 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 D | vulkan_core.h | 5656 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5506 #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 D | vulkan_sc_core.h | 4146 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5145 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5503 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5288 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2(
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 1246 table->GetPhysicalDeviceQueueFamilyProperties2 = (PFN_vkGetPhysicalDeviceQueueFamilyProperties2)gpa(inst, "vkGetPhysicalDeviceQueueFamilyProperties2"); in loader_init_instance_core_dispatch_table() 9971 ? (void *)vkGetPhysicalDeviceQueueFamilyProperties2 in extension_instance_gpa()
|