Lines Matching refs:VerifyImageLayout
1073 bool CoreChecks::VerifyImageLayout(const CMD_BUFFER_STATE *cb_node, const IMAGE_STATE *image_state, in VerifyImageLayout() function in CoreChecks
1136 bool CoreChecks::VerifyImageLayout(const CMD_BUFFER_STATE *cb_node, const IMAGE_STATE *image_state, in VerifyImageLayout() function in CoreChecks
1140 …return VerifyImageLayout(cb_node, image_state, RangeFromLayers(subLayers), explicit_layout, optima… in VerifyImageLayout()
2739 … skip |= VerifyImageLayout(cb_node, src_image_state, pRegions[i].srcSubresource, srcImageLayout, in PreCallValidateCmdCopyImage()
2742 … skip |= VerifyImageLayout(cb_node, dst_image_state, pRegions[i].dstSubresource, dstImageLayout, in PreCallValidateCmdCopyImage()
3004 … skip |= VerifyImageLayout(cb_node, src_image_state, pRegions[i].srcSubresource, srcImageLayout, in PreCallValidateCmdResolveImage()
3007 … skip |= VerifyImageLayout(cb_node, dst_image_state, pRegions[i].dstSubresource, dstImageLayout, in PreCallValidateCmdResolveImage()
3195 skip |= VerifyImageLayout(cb_node, src_image_state, rgn.srcSubresource, srcImageLayout, in PreCallValidateCmdBlitImage()
3198 skip |= VerifyImageLayout(cb_node, dst_image_state, rgn.dstSubresource, dstImageLayout, in PreCallValidateCmdBlitImage()
5018 … skip |= VerifyImageLayout(cb_node, src_image_state, pRegions[i].imageSubresource, srcImageLayout, in PreCallValidateCmdCopyImageToBuffer()
5105 … skip |= VerifyImageLayout(cb_node, dst_image_state, pRegions[i].imageSubresource, dstImageLayout, in PreCallValidateCmdCopyBufferToImage()