Searched defs:VkQueueFamilyProperties2KHR (Results 1 - 4 of 4) sorted by relevance

/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h3693 typedef struct VkQueueFamilyProperties2KHR { struct
3697 } VkQueueFamilyProperties2KHR; typedef in typeref:struct:VkQueueFamilyProperties2KHR
3726 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueueFamilyProperties);
3752 VkQueueFamilyProperties2KHR* pQueueFamilyProperties);
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h3693 typedef struct VkQueueFamilyProperties2KHR { struct
3697 } VkQueueFamilyProperties2KHR; typedef in typeref:struct:VkQueueFamilyProperties2KHR
3726 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueueFamilyProperties);
3752 VkQueueFamilyProperties2KHR* pQueueFamilyProperties);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h4097 typedef struct VkQueueFamilyProperties2KHR { struct
4101 } VkQueueFamilyProperties2KHR; typedef in typeref:struct:VkQueueFamilyProperties2KHR
4130 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueueFamilyProperties);
4156 VkQueueFamilyProperties2KHR* pQueueFamilyProperties);
H A Dvulkan.hpp14346 operator const VkQueueFamilyProperties2KHR&() const
14348 return *reinterpret_cast<const VkQueueFamilyProperties2KHR*>(this);
14370 static_assert( sizeof( QueueFamilyProperties2KHR ) == sizeof( VkQueueFamilyProperties2KHR ), "struct and wrapper have different size!" );
[all...]

Completed in 303 milliseconds