Home
last modified time | relevance | path

Searched refs:pRanges (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h152 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
153 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
Dnull_driver.cpp1432 …ut, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in CmdClearColorImage() argument
1435 …earDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in CmdClearDepthStencilImage() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp514 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
515 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
1405 …ut, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in CmdClearColorImage() argument
1406 …uffer).dispatch.CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in CmdClearColorImage()
1409 …earDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in CmdClearDepthStencilImage() argument
1410 …h.CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in CmdClearDepthStencilImage()
2465 …ut, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in vkCmdClearColorImage() argument
2466 vulkan::api::CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
2470 …earDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in vkCmdClearDepthStencilImage() argument
2471 …::CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()