Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h150 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
151 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
Dnull_driver.cpp1424 …ut, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in CmdClearColorImage() argument
1427 …earDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in CmdClearDepthStencilImage() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp464 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
465 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
1244 …ut, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in CmdClearColorImage() argument
1245 …uffer).dispatch.CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in CmdClearColorImage()
1248 …earDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in CmdClearDepthStencilImage() argument
1249 …h.CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in CmdClearDepthStencilImage()
2098 …ut, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in vkCmdClearColorImage() argument
2099 vulkan::api::CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
2103 …earDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { in vkCmdClearDepthStencilImage() argument
2104 …::CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()
/frameworks/native/vulkan/api/
Dvulkan.api9706 const VkImageSubresourceRange* pRanges) {
9711 ranges := pRanges[0:rangeCount]
9728 const VkImageSubresourceRange* pRanges) {
9733 ranges := pRanges[0:rangeCount]