Searched defs:VkExtent2D (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/vulkan/
H A Dvulkan.h1716 typedef struct VkExtent2D { struct
1719 } VkExtent2D; typedef in typeref:struct:VkExtent2D
1723 VkExtent2D extent;
2281 typedef void (VKAPI_PTR *PFN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
2798 VkExtent2D* pGranularity);
3185 VkExtent2D currentExtent;
3186 VkExtent2D minImageExtent;
3187 VkExtent2D maxImageExtent;
3253 VkExtent2D imageExtent;
3336 VkExtent2D physicalDimension
[all...]
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1725 typedef struct VkExtent2D { struct
1728 } VkExtent2D; typedef in typeref:struct:VkExtent2D
1732 VkExtent2D extent;
2290 typedef void (VKAPI_PTR *PFN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
2807 VkExtent2D* pGranularity);
3194 VkExtent2D currentExtent;
3195 VkExtent2D minImageExtent;
3196 VkExtent2D maxImageExtent;
3262 VkExtent2D imageExtent;
3345 VkExtent2D physicalDimension
[all...]

Completed in 87 milliseconds