Home
last modified time | relevance | path

Searched refs:copyResource (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.h145 LogicalResult copyResource(bool deviceToHost);
H A DVulkanRuntime.cpp186 if (failed(copyResource(/*deviceToHost=*/false))) in run()
503 LogicalResult VulkanRuntime::copyResource(bool deviceToHost) { in copyResource() function in VulkanRuntime
872 (void)copyResource(/*deviceToHost=*/true); in updateHostMemoryBuffers()