Searched defs:VkQueueFamilyProperties (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/include/vulkan/
H A Dvulkan.h1423 typedef struct VkQueueFamilyProperties { struct
1428 } VkQueueFamilyProperties; typedef in typeref:struct:VkQueueFamilyProperties
2269 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties);
2440 VkQueueFamilyProperties* pQueueFamilyProperties);
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h1520 typedef struct VkQueueFamilyProperties { struct
1525 } VkQueueFamilyProperties; typedef in typeref:struct:VkQueueFamilyProperties
2366 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties);
2537 VkQueueFamilyProperties* pQueueFamilyProperties);
3696 VkQueueFamilyProperties queueFamilyProperties;
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h1520 typedef struct VkQueueFamilyProperties { struct
1525 } VkQueueFamilyProperties; typedef in typeref:struct:VkQueueFamilyProperties
2366 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties);
2537 VkQueueFamilyProperties* pQueueFamilyProperties);
3696 VkQueueFamilyProperties queueFamilyProperties;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1716 typedef struct VkQueueFamilyProperties { struct
1721 } VkQueueFamilyProperties; typedef in typeref:struct:VkQueueFamilyProperties
2563 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties);
2734 VkQueueFamilyProperties* pQueueFamilyProperties);
4100 VkQueueFamilyProperties queueFamilyProperties;
H A Dvulkan.hpp14319 operator const VkQueueFamilyProperties&() const
14321 return *reinterpret_cast<const VkQueueFamilyProperties*>(this);
14342 static_assert( sizeof( QueueFamilyProperties ) == sizeof( VkQueueFamilyProperties ), "struct and wrapper have different size!" );
[all...]

Completed in 440 milliseconds