Searched refs:VerifyClearImageLayout (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 1633 bool CoreChecks::VerifyClearImageLayout(const CMD_BUFFER_STATE *cb_node, const IMAGE_STATE *image_s… in VerifyClearImageLayout() function in CoreChecks 1729 …skip |= VerifyClearImageLayout(cb_node, image_state, pRanges[i], imageLayout, "vkCmdClearColorImag… in PreCallValidateCmdClearColorImage() 1782 …skip |= VerifyClearImageLayout(cb_node, image_state, pRanges[i], imageLayout, "vkCmdClearDepthSten… in PreCallValidateCmdClearDepthStencilImage()
|
D | core_validation.h | 1329 bool VerifyClearImageLayout(const CMD_BUFFER_STATE* cb_node, const IMAGE_STATE* image_state,
|