Searched refs:pGranularity (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 115 … void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
|
D | null_driver.cpp | 1324 void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in GetRenderAreaGranularity() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 429 … void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity); 1104 …void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in GetRenderAreaGranularity() argument 1105 GetData(device).dispatch.GetRenderAreaGranularity(device, renderPass, pGranularity); in GetRenderAreaGranularity() 1923 …id vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in vkGetRenderAreaGranularity() argument 1924 vulkan::api::GetRenderAreaGranularity(device, renderPass, pGranularity); in vkGetRenderAreaGranularity()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 9153 VkExtent2D* pGranularity) { 9158 pGranularity[0] = granularity
|