Searched defs:ClearDepthStencilImage (Results 1 – 2 of 2) sorted by relevance
310 struct ClearDepthStencilImage : public CommandBuffer::Command struct312 …ClearDepthStencilImage(VkImage image, const VkClearDepthStencilValue& depthStencil, const VkImageS… in ClearDepthStencilImage() argument317 void play(CommandBuffer::ExecutionState& executionState) in play()323 VkImage image;324 const VkClearDepthStencilValue depthStencil;325 const VkImageSubresourceRange range;
1687 void VkCommandBufferObj::ClearDepthStencilImage(VkImage image, VkImageLayout imageLayout, const VkC… in ClearDepthStencilImage() function in VkCommandBufferObj