Searched refs:onSetBreakpoint (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Vulkan/Debug/ |
D | EventListener.hpp | 57 virtual void onSetBreakpoint(const Location &, bool &handled) {} in onSetBreakpoint() function in vk::dbg::ClientEventListener 60 virtual void onSetBreakpoint(const std::string &func, bool &handled) {} in onSetBreakpoint() function in vk::dbg::ClientEventListener
|
D | Context.cpp | 139 void onSetBreakpoint(const vk::dbg::Location &location, bool &handled) override in onSetBreakpoint() function in __anon7be4066e0111::ClientEventBroadcaster 141 foreach([&](auto *l) { l->onSetBreakpoint(location, handled); }); in onSetBreakpoint() 144 void onSetBreakpoint(const std::string &func, bool &handled) override in onSetBreakpoint() function in __anon7be4066e0111::ClientEventBroadcaster 146 foreach([&](auto *l) { l->onSetBreakpoint(func, handled); }); in onSetBreakpoint()
|
D | Server.cpp | 110 ctx->clientEventBroadcast()->onSetBreakpoint(reqBP.name, verified); in Impl() 149 ctx->clientEventBroadcast()->onSetBreakpoint(location, verified); in Impl()
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 1089 void onSetBreakpoint(const vk::dbg::Location &location, bool &handled) override; 1090 void onSetBreakpoint(const std::string &func, bool &handled) override; 1475 void SpirvShader::Impl::Debugger::onSetBreakpoint(const vk::dbg::Location &location, bool &handled) in onSetBreakpoint() function in sw::SpirvShader::Impl::Debugger 1491 void SpirvShader::Impl::Debugger::onSetBreakpoint(const std::string &func, bool &handled) in onSetBreakpoint() function in sw::SpirvShader::Impl::Debugger
|