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 | 1412 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in CmdClearColorImage() 1415 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in CmdClearDepthStencilImage()
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 1885 typedef struct VkImageSubresourceRange { struct 1891 } VkImageSubresourceRange; argument 1901 VkImageSubresourceRange subresourceRange; 2441 VkImageSubresourceRange subresourceRange; 2595 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 2596 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 3293 const VkImageSubresourceRange* pRanges); 3301 const VkImageSubresourceRange* pRanges);
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 401 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 402 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1104 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in CmdClearColorImage() 1108 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in CmdClearDepthStencilImage() 1826 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in vkCmdClearColorImage() 1831 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges)… in vkCmdClearDepthStencilImage()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2634 class VkImageSubresourceRange { 2671 …VkImageSubresourceRange subresourceRange /// Subresource range to sy… 2708 VkImageSubresourceRange subresourceRange 6745 const VkImageSubresourceRange* pRanges) { 6767 const VkImageSubresourceRange* pRanges) {
|