Lines Matching refs:SetImageInitialLayout
328 void CoreChecks::SetImageInitialLayout(CMD_BUFFER_STATE *cb_node, const IMAGE_STATE &image_state, in SetImageInitialLayout() function in CoreChecks
335 void CoreChecks::SetImageInitialLayout(CMD_BUFFER_STATE *cb_node, VkImage image, const VkImageSubre… in SetImageInitialLayout() function in CoreChecks
339 SetImageInitialLayout(cb_node, *image_state, range, layout); in SetImageInitialLayout()
342 void CoreChecks::SetImageInitialLayout(CMD_BUFFER_STATE *cb_node, const IMAGE_STATE &image_state, in SetImageInitialLayout() function in CoreChecks
344 SetImageInitialLayout(cb_node, image_state, RangeFromLayers(layers), layout); in SetImageInitialLayout()
1754 SetImageInitialLayout(cb_node, image, pRanges[i], imageLayout); in PreCallRecordCmdClearColorImage()
1828 SetImageInitialLayout(cb_node, image, pRanges[i], imageLayout); in PreCallRecordCmdClearDepthStencilImage()
2775 … SetImageInitialLayout(cb_node, *src_image_state, pRegions[i].srcSubresource, srcImageLayout); in PreCallRecordCmdCopyImage()
2776 … SetImageInitialLayout(cb_node, *dst_image_state, pRegions[i].dstSubresource, dstImageLayout); in PreCallRecordCmdCopyImage()
3416 … SetImageInitialLayout(cb_node, *src_image_state, pRegions[i].srcSubresource, srcImageLayout); in PreCallRecordCmdBlitImage()
3417 … SetImageInitialLayout(cb_node, *dst_image_state, pRegions[i].dstSubresource, dstImageLayout); in PreCallRecordCmdBlitImage()
5052 … SetImageInitialLayout(cb_node, *src_image_state, pRegions[i].imageSubresource, srcImageLayout); in PreCallRecordCmdCopyImageToBuffer()
5140 … SetImageInitialLayout(cb_node, *dst_image_state, pRegions[i].imageSubresource, dstImageLayout); in PreCallRecordCmdCopyBufferToImage()