Searched refs:VkExtent2D (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.h | 116 void createBuffers(VulkanSurface* surface, VkFormat format, VkExtent2D extent);
|
D | VulkanManager.cpp | 291 void VulkanManager::createBuffers(VulkanSurface* surface, VkFormat format, VkExtent2D extent) { in createBuffers() 398 VkExtent2D extent = caps.currentExtent; in createSwapchain()
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 1995 typedef struct VkExtent2D { struct 1998 } VkExtent2D; typedef 2002 VkExtent2D extent; 2560 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity); 3077 VkExtent2D* pGranularity); 3483 VkExtent2D currentExtent; 3484 VkExtent2D minImageExtent; 3485 VkExtent2D maxImageExtent; 3556 VkExtent2D imageExtent; 3640 VkExtent2D physicalDimensions; [all …]
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.cpp | 577 VkExtent2D{static_cast<uint32_t>(width), static_cast<uint32_t>(height)}; in GetPhysicalDeviceSurfaceCapabilitiesKHR() 581 capabilities->minImageExtent = VkExtent2D{1, 1}; in GetPhysicalDeviceSurfaceCapabilitiesKHR() 582 capabilities->maxImageExtent = VkExtent2D{4096, 4096}; in GetPhysicalDeviceSurfaceCapabilitiesKHR()
|
D | api_gen.cpp | 366 VKAPI_ATTR void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGra… 964 VKAPI_ATTR void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGra… in GetRenderAreaGranularity() 1651 VKAPI_ATTR void vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pG… in vkGetRenderAreaGranularity()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2371 class VkExtent2D { 2393 VkExtent2D extent 3464 VkExtent2D currentExtent 3465 VkExtent2D minImageExtent 3466 VkExtent2D maxImageExtent 3489 VkExtent2D imageExtent 3518 VkExtent2D physicalDimensions 3519 VkExtent2D physicalResolution 3527 VkExtent2D visibleRegion 3556 VkExtent2D minSrcExtent [all …]
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 115 VKAPI_ATTR void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGra…
|
D | null_driver.cpp | 1312 void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in GetRenderAreaGranularity()
|