/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_physical_device.c | 134 uint32_t *pQueueFamilyPropertyCount, in vk_common_GetPhysicalDeviceQueueFamilyProperties() argument 141 pQueueFamilyPropertyCount, in vk_common_GetPhysicalDeviceQueueFamilyProperties() 146 STACK_ARRAY(VkQueueFamilyProperties2, props2, *pQueueFamilyPropertyCount); in vk_common_GetPhysicalDeviceQueueFamilyProperties() 148 for (unsigned i = 0; i < *pQueueFamilyPropertyCount; ++i) { in vk_common_GetPhysicalDeviceQueueFamilyProperties() 154 pQueueFamilyPropertyCount, in vk_common_GetPhysicalDeviceQueueFamilyProperties() 157 for (unsigned i = 0; i < *pQueueFamilyPropertyCount; ++i) in vk_common_GetPhysicalDeviceQueueFamilyProperties()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 49 … uint32_t *pQueueFamilyPropertyCount, in terminator_GetPhysicalDeviceQueueFamilyProperties() argument 54 …GetPhysicalDeviceQueueFamilyProperties(phys_dev_term->phys_dev, pQueueFamilyPropertyCount, pProper… in terminator_GetPhysicalDeviceQueueFamilyProperties() 323 … uint32_t *pQueueFamilyPropertyCount, in terminator_GetPhysicalDeviceQueueFamilyProperties2() argument 342 …etPhysicalDeviceQueueFamilyProperties2(phys_dev_term->phys_dev, pQueueFamilyPropertyCount, pQueueF… in terminator_GetPhysicalDeviceQueueFamilyProperties2() 350 if (pQueueFamilyProperties == NULL || *pQueueFamilyPropertyCount == 0) { in terminator_GetPhysicalDeviceQueueFamilyProperties2() 352 …h.GetPhysicalDeviceQueueFamilyProperties(phys_dev_term->phys_dev, pQueueFamilyPropertyCount, NULL); in terminator_GetPhysicalDeviceQueueFamilyProperties2() 355 …VkQueueFamilyProperties *properties = loader_stack_alloc(*pQueueFamilyPropertyCount * sizeof(VkQue… in terminator_GetPhysicalDeviceQueueFamilyProperties2() 357 *pQueueFamilyPropertyCount = 0; in terminator_GetPhysicalDeviceQueueFamilyProperties2() 364 …dispatch.GetPhysicalDeviceQueueFamilyProperties(phys_dev_term->phys_dev, pQueueFamilyPropertyCount, in terminator_GetPhysicalDeviceQueueFamilyProperties2() 366 for (uint32_t i = 0; i < *pQueueFamilyPropertyCount; ++i) { in terminator_GetPhysicalDeviceQueueFamilyProperties2()
|
D | trampoline.c | 816 … uint32_t *pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties() argument 827 …disp->GetPhysicalDeviceQueueFamilyProperties(unwrapped_phys_dev, pQueueFamilyPropertyCount, pQueue… in vkGetPhysicalDeviceQueueFamilyProperties() 2569 …VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties2 *pQ… in vkGetPhysicalDeviceQueueFamilyProperties2() argument 2581 …>GetPhysicalDeviceQueueFamilyProperties2KHR(unwrapped_phys_dev, pQueueFamilyPropertyCount, pQueueF… in vkGetPhysicalDeviceQueueFamilyProperties2() 2583 …disp->GetPhysicalDeviceQueueFamilyProperties2(unwrapped_phys_dev, pQueueFamilyPropertyCount, pQueu… in vkGetPhysicalDeviceQueueFamilyProperties2()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.hpp | 85 void getQueueFamilyProperties(uint32_t pQueueFamilyPropertyCount, 87 void getQueueFamilyProperties(uint32_t pQueueFamilyPropertyCount,
|
D | VkPromotedExtensions.cpp | 154 …FamilyProperties2KHR(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties2KHR() argument 156 …vkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyP… in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
|
D | VkPhysicalDevice.cpp | 1761 void PhysicalDevice::getQueueFamilyProperties(uint32_t pQueueFamilyPropertyCount, in getQueueFamilyProperties() argument 1764 for(uint32_t i = 0; i < pQueueFamilyPropertyCount; i++) in getQueueFamilyProperties() 1770 void PhysicalDevice::getQueueFamilyProperties(uint32_t pQueueFamilyPropertyCount, in getQueueFamilyProperties() argument 1773 for(uint32_t i = 0; i < pQueueFamilyPropertyCount; i++) in getQueueFamilyProperties()
|
D | libVulkan.cpp | 646 …ueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties() argument 648 …milyProperties* pQueueFamilyProperties = %p))", physicalDevice, pQueueFamilyPropertyCount, pQueueF… in vkGetPhysicalDeviceQueueFamilyProperties() 652 *pQueueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkGetPhysicalDeviceQueueFamilyProperties() 656 …vk::Cast(physicalDevice)->getQueueFamilyProperties(*pQueueFamilyPropertyCount, pQueueFamilyPropert… in vkGetPhysicalDeviceQueueFamilyProperties() 3608 …eueFamilyProperties2(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties2() argument 3611 physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties); in vkGetPhysicalDeviceQueueFamilyProperties2() 3625 *pQueueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkGetPhysicalDeviceQueueFamilyProperties2() 3629 …vk::Cast(physicalDevice)->getQueueFamilyProperties(*pQueueFamilyPropertyCount, pQueueFamilyPropert… in vkGetPhysicalDeviceQueueFamilyProperties2()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_win32_surface/ |
D | platformQuerySupport_win32.txt | 24 pname:pQueueFamilyPropertyCount returned by
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_wayland_surface/ |
D | platformQuerySupport_wayland.txt | 27 pname:pQueueFamilyPropertyCount returned by
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_directfb_surface/ |
D | platformQuerySupport_directfb.txt | 26 pname:pQueueFamilyPropertyCount returned by
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_QNX_screen_surface/ |
D | platformQuerySupport_screen.txt | 25 pname:pQueueFamilyPropertyCount returned by
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 35 …eueFamilyProperties (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… argument 37 …m_vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamil… 110 …ueFamilyProperties2 (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… argument 115 …m_vk.getPhysicalDeviceQueueFamilyProperties2(physicalDevice, pQueueFamilyPropertyCount, pQueueFami… 117 …m_vk.getPhysicalDeviceQueueFamilyProperties2KHR(physicalDevice, pQueueFamilyPropertyCount, pQueueF…
|
D | vkConcreteInstanceInterface.inl | 10 …ilyProperties (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… 21 …lyProperties2 (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
|
D | vkVirtualInstanceInterface.inl | 10 …ilyProperties (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… 21 …lyProperties2 (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
|
D | vkFunctionPointerTypes.inl | 11 …opertiesFunc) (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… 155 …perties2Func) (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… 210 …rties2KHRFunc) (VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_xcb_surface/ |
D | platformQuerySupport_xcb.txt | 27 pname:pQueueFamilyPropertyCount returned by
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_xlib_surface/ |
D | platformQuerySupport_xlib.txt | 26 pname:pQueueFamilyPropertyCount returned by
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 118 uint32_t* pQueueFamilyPropertyCount, 181 uint32_t* pQueueFamilyPropertyCount,
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 18800 …ueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… in vn_sizeof_vkGetPhysicalDeviceQueueFamilyProperties() argument 18807 cmd_size += vn_sizeof_simple_pointer(pQueueFamilyPropertyCount); in vn_sizeof_vkGetPhysicalDeviceQueueFamilyProperties() 18808 if (pQueueFamilyPropertyCount) in vn_sizeof_vkGetPhysicalDeviceQueueFamilyProperties() 18809 cmd_size += vn_sizeof_uint32_t(pQueueFamilyPropertyCount); in vn_sizeof_vkGetPhysicalDeviceQueueFamilyProperties() 18811 … cmd_size += vn_sizeof_array_size((pQueueFamilyPropertyCount ? *pQueueFamilyPropertyCount : 0)); in vn_sizeof_vkGetPhysicalDeviceQueueFamilyProperties() 18812 for (uint32_t i = 0; i < (pQueueFamilyPropertyCount ? *pQueueFamilyPropertyCount : 0); i++) in vn_sizeof_vkGetPhysicalDeviceQueueFamilyProperties() 18821 …dFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… in vn_encode_vkGetPhysicalDeviceQueueFamilyProperties() argument 18829 if (vn_encode_simple_pointer(enc, pQueueFamilyPropertyCount)) in vn_encode_vkGetPhysicalDeviceQueueFamilyProperties() 18830 vn_encode_uint32_t(enc, pQueueFamilyPropertyCount); in vn_encode_vkGetPhysicalDeviceQueueFamilyProperties() 18832 vn_encode_array_size(enc, (pQueueFamilyPropertyCount ? *pQueueFamilyPropertyCount : 0)); in vn_encode_vkGetPhysicalDeviceQueueFamilyProperties() [all …]
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 353 … uint32_t* pQueueFamilyPropertyCount, in test_vkGetPhysicalDeviceQueueFamilyProperties() argument 356 … FillCountPtr(phys_dev.queue_family_properties, pQueueFamilyPropertyCount, pQueueFamilyProperties); in test_vkGetPhysicalDeviceQueueFamilyProperties() 873 … uint32_t* pQueueFamilyPropertyCount, in test_vkGetPhysicalDeviceQueueFamilyProperties2() argument 875 if (nullptr != pQueueFamilyPropertyCount) { in test_vkGetPhysicalDeviceQueueFamilyProperties2() 876 … test_vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, nullptr); in test_vkGetPhysicalDeviceQueueFamilyProperties2() 881 for (uint32_t queue = 0; queue < *pQueueFamilyPropertyCount; ++queue) { in test_vkGetPhysicalDeviceQueueFamilyProperties2()
|
/third_party/vulkan-loader/tests/framework/layer/ |
D | wrap_objects.cpp | 396 … uint32_t *pQueueFamilyPropertyCount, in wrap_vkGetPhysicalDeviceQueueFamilyProperties() argument 400 …ev->inst->layer_disp.GetPhysicalDeviceQueueFamilyProperties(vk_phys_dev, pQueueFamilyPropertyCount, in wrap_vkGetPhysicalDeviceQueueFamilyProperties()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 847 uint32_t *pQueueFamilyPropertyCount, in panvk_GetPhysicalDeviceQueueFamilyProperties2() argument 852 pQueueFamilyPropertyCount); in panvk_GetPhysicalDeviceQueueFamilyProperties2()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | devsandqueues.txt | 914 * pname:pQueueFamilyPropertyCount is a pointer to an integer related to 920 available is returned in pname:pQueueFamilyPropertyCount. 922 Otherwise, pname:pQueueFamilyPropertyCount must: point to a variable set by 926 If pname:pQueueFamilyPropertyCount is less than the number of queue families 927 available, at most pname:pQueueFamilyPropertyCount structures will be 1098 * pname:pQueueFamilyPropertyCount is a pointer to an integer related to 2227 pname:pQueueFamilyPropertyCount returned by
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 1053 uint32_t *pQueueFamilyPropertyCount, in pvr_GetPhysicalDeviceQueueFamilyProperties2() argument 1059 pQueueFamilyPropertyCount); in pvr_GetPhysicalDeviceQueueFamilyProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1738 uint32_t *pQueueFamilyPropertyCount, in v3dv_GetPhysicalDeviceQueueFamilyProperties2() argument 1742 pQueueFamilyProperties, pQueueFamilyPropertyCount); in v3dv_GetPhysicalDeviceQueueFamilyProperties2()
|