Home
last modified time | relevance | path

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

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dbuffer_validation.cpp2232 bool CoreChecks::ValidateClearDepthStencilValue(VkCommandBuffer commandBuffer, VkClearDepthStencilV… in ValidateClearDepthStencilValue() function in CoreChecks
2267 …skip |= ValidateClearDepthStencilValue(commandBuffer, *pDepthStencil, "vkCmdClearDepthStencilImage… in PreCallValidateCmdClearDepthStencilImage()
3438 … skip |= ValidateClearDepthStencilValue(commandBuffer, clear_desc->clearValue.depthStencil, in PreCallValidateCmdClearAttachments()
H A Dcore_validation.h672 …bool ValidateClearDepthStencilValue(VkCommandBuffer commandBuffer, VkClearDepthStencilValue clearV…
H A Dcore_validation.cpp12921 …skip |= ValidateClearDepthStencilValue(commandBuffer, pRenderPassBegin->pClearValues[i].depthStenc… in ValidateCmdBeginRenderPass()