Searched refs:VkExtent3D (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1251 typedef struct VkExtent3D { struct
1255 } VkExtent3D; typedef in typeref:struct:VkExtent3D
1258 VkExtent3D maxExtent;
1398 VkExtent3D minImageTransferGranularity;
1487 VkExtent3D imageGranularity;
1534 VkExtent3D extent;
1615 VkExtent3D extent;
2114 VkExtent3D extent;
2130 VkExtent3D imageExtent;
2166 VkExtent3D exten
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp669 VkExtent3D{static_cast<uint32_t>(img.buffer->width),
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp527 properties->minImageTransferGranularity = VkExtent3D{1, 1, 1};

Completed in 2485 milliseconds