Home
last modified time | relevance | path

Searched refs:pQueueFamilyPropertyCount (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c142 uint32_t *pQueueFamilyPropertyCount, in vk_common_GetPhysicalDeviceQueueFamilyProperties() argument
149 pQueueFamilyPropertyCount, in vk_common_GetPhysicalDeviceQueueFamilyProperties()
154 STACK_ARRAY(VkQueueFamilyProperties2, props2, *pQueueFamilyPropertyCount); in vk_common_GetPhysicalDeviceQueueFamilyProperties()
156 for (unsigned i = 0; i < *pQueueFamilyPropertyCount; ++i) { in vk_common_GetPhysicalDeviceQueueFamilyProperties()
162 pQueueFamilyPropertyCount, in vk_common_GetPhysicalDeviceQueueFamilyProperties()
165 for (unsigned i = 0; i < *pQueueFamilyPropertyCount; ++i) in vk_common_GetPhysicalDeviceQueueFamilyProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_win32_surface/
DplatformQuerySupport_win32.adoc24 pname:pQueueFamilyPropertyCount returned by
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_wayland_surface/
DplatformQuerySupport_wayland.adoc26 pname:pQueueFamilyPropertyCount returned by
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QNX_screen_surface/
DplatformQuerySupport_screen.adoc25 pname:pQueueFamilyPropertyCount returned by
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_directfb_surface/
DplatformQuerySupport_directfb.adoc25 pname:pQueueFamilyPropertyCount returned by
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xcb_surface/
DplatformQuerySupport_xcb.adoc27 pname:pQueueFamilyPropertyCount returned by
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xlib_surface/
DplatformQuerySupport_xlib.adoc26 pname:pQueueFamilyPropertyCount returned by
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h269 uint32_t* pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties() argument
272 pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp665 uint32_t* pQueueFamilyPropertyCount; in decode() local
679 memcpy((uint32_t**)&pQueueFamilyPropertyCount, (*readStreamPtrPtr), 8); in decode()
680 android::base::Stream::fromBe64((uint8_t*)&pQueueFamilyPropertyCount); in decode()
682 if (pQueueFamilyPropertyCount) { in decode()
683 vkReadStream->alloc((void**)&pQueueFamilyPropertyCount, sizeof(uint32_t)); in decode()
684 memcpy((uint32_t*)pQueueFamilyPropertyCount, *readStreamPtrPtr, in decode()
697 (*(pQueueFamilyPropertyCount)) * sizeof(VkQueueFamilyProperties)); in decode()
698 for (uint32_t i = 0; i < (uint32_t)(*(pQueueFamilyPropertyCount)); ++i) { in decode()
705 if (pQueueFamilyPropertyCount) { in decode()
707 for (uint32_t i = 0; i < (uint32_t)(*(pQueueFamilyPropertyCount)); ++i) { in decode()
[all …]
DVkDecoderSnapshot.h92 uint32_t* pQueueFamilyPropertyCount,
652 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount,
972 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount,
DVkDecoderSnapshot.cpp126 uint32_t* pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties() argument
1704 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties2() argument
2475 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties2KHR() argument
3852 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties() argument
3855 physicalDevice, pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties()
5242 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties2() argument
5245 physicalDevice, pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties2()
5995 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties2KHR() argument
5998 snapshotTraceBegin, snapshotTraceBytes, pool, physicalDevice, pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h78 uint32_t* pQueueFamilyPropertyCount,
448 uint32_t* pQueueFamilyPropertyCount,
648 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount,
DVkEncoder.cpp890 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in vkGetPhysicalDeviceQueueFamilyProperties() argument
922 physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties); in vkGetPhysicalDeviceQueueFamilyProperties()
938 if (pQueueFamilyPropertyCount) { in vkGetPhysicalDeviceQueueFamilyProperties()
944 if (pQueueFamilyPropertyCount) { in vkGetPhysicalDeviceQueueFamilyProperties()
945 for (uint32_t i = 0; i < (uint32_t)(*(pQueueFamilyPropertyCount)); ++i) { in vkGetPhysicalDeviceQueueFamilyProperties()
978 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)pQueueFamilyPropertyCount; in vkGetPhysicalDeviceQueueFamilyProperties()
982 if (pQueueFamilyPropertyCount) { in vkGetPhysicalDeviceQueueFamilyProperties()
983 memcpy(*streamPtrPtr, (uint32_t*)pQueueFamilyPropertyCount, sizeof(uint32_t)); in vkGetPhysicalDeviceQueueFamilyProperties()
992 for (uint32_t i = 0; i < (uint32_t)(*(pQueueFamilyPropertyCount)); ++i) { in vkGetPhysicalDeviceQueueFamilyProperties()
1008 if (pQueueFamilyPropertyCount) { in vkGetPhysicalDeviceQueueFamilyProperties()
[all …]
Dfunc_table.cpp101 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties() argument
108 pQueueFamilyPropertyCount, in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties()
1902 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties2() argument
1909 gfxstream_physicalDevice->internal_object, pQueueFamilyPropertyCount, in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties2()
2951 VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties2KHR() argument
2958 gfxstream_physicalDevice->internal_object, pQueueFamilyPropertyCount, in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties2KHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1244 * pname:pQueueFamilyPropertyCount is a pointer to an integer related to
1250 available is returned in pname:pQueueFamilyPropertyCount.
1252 Otherwise, pname:pQueueFamilyPropertyCount must: point to a variable set by
1256 If pname:pQueueFamilyPropertyCount is less than the number of queue families
1257 available, at most pname:pQueueFamilyPropertyCount structures will be
1442 * pname:pQueueFamilyPropertyCount is a pointer to an integer related to
3102 pname:pQueueFamilyPropertyCount returned by
Dcapabilities.adoc803 pname:pQueueFamilyPropertyCount returned by
Dresources.adoc159 pname:pQueueFamilyPropertyCount returned by
167 pname:pQueueFamilyPropertyCount returned by either
1709 pname:pQueueFamilyPropertyCount returned by
1717 pname:pQueueFamilyPropertyCount returned by either
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1054 …ueFamilyProperties( VkPhysicalDevice physicalDevice, uint32_t * pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties() argument
1056 …return ::vkGetPhysicalDeviceQueueFamilyProperties( physicalDevice, pQueueFamilyPropertyCount, pQue… in vkGetPhysicalDeviceQueueFamilyProperties()
1848 …eFamilyProperties2( VkPhysicalDevice physicalDevice, uint32_t * pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties2() argument
1850 …return ::vkGetPhysicalDeviceQueueFamilyProperties2( physicalDevice, pQueueFamilyPropertyCount, pQu… in vkGetPhysicalDeviceQueueFamilyProperties2()
Dvulkan.hpp1055 …ueFamilyProperties( VkPhysicalDevice physicalDevice, uint32_t * pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties() argument
1057 …return ::vkGetPhysicalDeviceQueueFamilyProperties( physicalDevice, pQueueFamilyPropertyCount, pQue… in vkGetPhysicalDeviceQueueFamilyProperties()
1921 …eFamilyProperties2( VkPhysicalDevice physicalDevice, uint32_t * pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties2() argument
1923 …return ::vkGetPhysicalDeviceQueueFamilyProperties2( physicalDevice, pQueueFamilyPropertyCount, pQu… in vkGetPhysicalDeviceQueueFamilyProperties2()
2831 …milyProperties2KHR( VkPhysicalDevice physicalDevice, uint32_t * pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties2KHR() argument
2833 …::vkGetPhysicalDeviceQueueFamilyProperties2KHR( physicalDevice, pQueueFamilyPropertyCount, pQueueF… in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
Dvulkansc_funcs.hpp240 …NLINE void PhysicalDevice::getQueueFamilyProperties( uint32_t * pQueueFamilyPropertyCount, VULKAN_… in getQueueFamilyProperties() argument
243 …d.vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, pQueueFamilyPropertyCount, reinterpr… in getQueueFamilyProperties()
4084 …LINE void PhysicalDevice::getQueueFamilyProperties2( uint32_t * pQueueFamilyPropertyCount, VULKAN_… in getQueueFamilyProperties2() argument
4087 …d.vkGetPhysicalDeviceQueueFamilyProperties2( m_physicalDevice, pQueueFamilyPropertyCount, reinterp… in getQueueFamilyProperties2()
Dvulkansc_handles.hpp5909 …void getQueueFamilyProperties( uint32_t * pQueueFamilyPropertyCount, VULKAN_HPP_NAMESPACE::QueueFa…
6001 …void getQueueFamilyProperties2( uint32_t * pQueueFamilyPropertyCount, VULKAN_HPP_NAMESPACE::QueueF…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3955 …eueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
4125 uint32_t* pQueueFamilyPropertyCount,
5590 …ueFamilyProperties2)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
5680 uint32_t* pQueueFamilyPropertyCount,
8497 …amilyProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
8522 uint32_t* pQueueFamilyPropertyCount,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc497 than pname:pQueueFamilyPropertyCount returned by
505 than pname:pQueueFamilyPropertyCount returned by either
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc236 pname:pQueueFamilyPropertyCount returned by