Home
last modified time | relevance | path

Searched refs:createPhysical (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/Debug/
DFile.hpp38 static std::shared_ptr<File> createPhysical(ID id, std::string path);
DFile.cpp123 std::shared_ptr<File> File::createPhysical(ID id, std::string path) in createPhysical() function in vk::dbg::File
DContext.cpp343 auto file = File::createPhysical(ctx->nextFileID++, path); in createPhysicalFile()