Searched refs:createVirtualFile (Results 1 – 4 of 4) sorted by relevance
80 std::shared_ptr<File> createVirtualFile(const std::string &name,
333 std::shared_ptr<File> Context::Lock::createVirtualFile(const std::string &name, in createVirtualFile() function in vk::dbg::Context::Lock
1853 auto file = ctx->lock().createVirtualFile(source->file.c_str(), source->source.c_str()); in process()2594 dbg->spirvFile = dbg->ctx->lock().createVirtualFile(name.c_str(), source.c_str()); in dbgCreateFile()
1256 debuggerFile = debuggerContext->lock().createVirtualFile("VkCommandBuffer", source.c_str()); in end()