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

/external/skia/third_party/vulkan/
H A Dvulkan.h1606 typedef struct VkImageSubresourceRange { struct
1612 } VkImageSubresourceRange; typedef in typeref:struct:VkImageSubresourceRange
1622 VkImageSubresourceRange subresourceRange;
2162 VkImageSubresourceRange subresourceRange;
2316 typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
2317 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3014 const VkImageSubresourceRange* pRanges);
3022 const VkImageSubresourceRange* pRanges);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1615 typedef struct VkImageSubresourceRange { struct
1621 } VkImageSubresourceRange; typedef in typeref:struct:VkImageSubresourceRange
1631 VkImageSubresourceRange subresourceRange;
2171 VkImageSubresourceRange subresourceRange;
2325 typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
2326 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3023 const VkImageSubresourceRange* pRanges);
3031 const VkImageSubresourceRange* pRanges);

Completed in 98 milliseconds