Home
last modified time | relevance | path

Searched refs:createVirtualFile (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Vulkan/Debug/
DContext.hpp80 std::shared_ptr<File> createVirtualFile(const std::string &name,
DContext.cpp333 std::shared_ptr<File> Context::Lock::createVirtualFile(const std::string &name, in createVirtualFile() function in vk::dbg::Context::Lock
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1853 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()
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1256 debuggerFile = debuggerContext->lock().createVirtualFile("VkCommandBuffer", source.c_str()); in end()