Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp544 std::shared_ptr<vk::dbg::File> dbgFile; member
1854 source->dbgFile = file; in process()
1860 source->dbgFile = file; in process()
2263 frame.location = vk::dbg::Location{ function->source->dbgFile, (int)stack[i].line }; in trap()
2296 thread->enter(entry.block->source->dbgFile, function->name, [&](vk::dbg::Frame &frame) { in trap()
2297 frame.location = vk::dbg::Location{ function->source->dbgFile, (int)function->line }; in trap()