Searched refs:clearDepthStencilImage (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 103 …void clearDepthStencilImage(VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilVal…
|
D | VkCommandBuffer.cpp | 774 void CommandBuffer::clearDepthStencilImage(VkImage image, VkImageLayout imageLayout, const VkClearD… in clearDepthStencilImage() function in vk::CommandBuffer
|
D | libVulkan.cpp | 1487 …vk::Cast(commandBuffer)->clearDepthStencilImage(image, imageLayout, pDepthStencil, rangeCount, pRa… in vkCmdClearDepthStencilImage()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 237 void clearDepthStencilImage(const GrVkGpu* gpu,
|
D | GrVkCommandBuffer.cpp | 791 void GrVkPrimaryCommandBuffer::clearDepthStencilImage(const GrVkGpu* gpu, in clearDepthStencilImage() function in GrVkPrimaryCommandBuffer
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 236 void clearDepthStencilImage(const GrVkGpu* gpu,
|
D | GrVkCommandBuffer.cpp | 781 void GrVkPrimaryCommandBuffer::clearDepthStencilImage(const GrVkGpu* gpu, in clearDepthStencilImage() function in GrVkPrimaryCommandBuffer
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 11988 …void clearDepthStencilImage( Image image, ImageLayout imageLayout, const ClearDepthStencilValue* p… 11991 …void clearDepthStencilImage( Image image, ImageLayout imageLayout, const ClearDepthStencilValue & … 47287 …VULKAN_HPP_INLINE void CommandBuffer::clearDepthStencilImage( Image image, ImageLayout imageLayout… in clearDepthStencilImage() function in VULKAN_HPP_NAMESPACE::CommandBuffer 47293 …VULKAN_HPP_INLINE void CommandBuffer::clearDepthStencilImage( Image image, ImageLayout imageLayout… in clearDepthStencilImage() function in VULKAN_HPP_NAMESPACE::CommandBuffer
|