Searched refs:VkImageSubresourceRange (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 150 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 151 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
|
D | null_driver.cpp | 1343 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in CmdClearColorImage() 1346 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in CmdClearDepthStencilImage()
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 1642 typedef struct VkImageSubresourceRange { struct 1648 } VkImageSubresourceRange; argument 1658 VkImageSubresourceRange subresourceRange; 2198 VkImageSubresourceRange subresourceRange; 2352 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 2353 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 3050 const VkImageSubresourceRange* pRanges); 3058 const VkImageSubresourceRange* pRanges);
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 399 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 400 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1086 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in CmdClearColorImage() 1090 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in CmdClearDepthStencilImage() 1808 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in vkCmdClearColorImage() 1813 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in vkCmdClearDepthStencilImage()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1636 class VkImageSubresourceRange { 1673 …VkImageSubresourceRange subresourceRange /// Subresource range to sy… 1710 VkImageSubresourceRange subresourceRange 4606 const VkImageSubresourceRange* pRanges) { 4628 const VkImageSubresourceRange* pRanges) {
|