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

/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h3665 typedef struct VkPhysicalDeviceProperties2KHR { struct
3669 } VkPhysicalDeviceProperties2KHR; typedef in typeref:struct:VkPhysicalDeviceProperties2KHR
3723 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceProperties2KHR)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2KHR* pProperties);
3737 VkPhysicalDeviceProperties2KHR* pProperties);
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h3665 typedef struct VkPhysicalDeviceProperties2KHR { struct
3669 } VkPhysicalDeviceProperties2KHR; typedef in typeref:struct:VkPhysicalDeviceProperties2KHR
3723 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceProperties2KHR)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2KHR* pProperties);
3737 VkPhysicalDeviceProperties2KHR* pProperties);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h4069 typedef struct VkPhysicalDeviceProperties2KHR { struct
4073 } VkPhysicalDeviceProperties2KHR; typedef in typeref:struct:VkPhysicalDeviceProperties2KHR
4127 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceProperties2KHR)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2KHR* pProperties);
4141 VkPhysicalDeviceProperties2KHR* pProperties);
H A Dvulkan.hpp19103 operator const VkPhysicalDeviceProperties2KHR&() const
19105 return *reinterpret_cast<const VkPhysicalDeviceProperties2KHR*>(this);
19127 static_assert( sizeof( PhysicalDeviceProperties2KHR ) == sizeof( VkPhysicalDeviceProperties2KHR ), "struct and wrapper have different size!" );
[all...]

Completed in 357 milliseconds