Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/docs/
DReactorDebugInfo.md91 The `rr::Int` constructor calls `RR_DEBUG_INFO_EMIT_VAR()` passing the storage
92 value as single argument. `RR_DEBUG_INFO_EMIT_VAR()` performs the backtrace
106 to `RR_DEBUG_INFO_EMIT_VAR()`.
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp42 # define RR_DEBUG_INFO_EMIT_VAR(value) rr::EmitDebugVariable(value) macro
46 # define RR_DEBUG_INFO_EMIT_VAR(value) macro
2752 RR_DEBUG_INFO_EMIT_VAR(val); in RValue()
2760 RR_DEBUG_INFO_EMIT_VAR(val); in RValue()
2767 RR_DEBUG_INFO_EMIT_VAR(val); in RValue()
2774 RR_DEBUG_INFO_EMIT_VAR(val); in RValue()
2781 RR_DEBUG_INFO_EMIT_VAR(val); in RValue()
2788 RR_DEBUG_INFO_EMIT_VAR(val); in RValue()
2795 RR_DEBUG_INFO_EMIT_VAR(val); in RValue()
DReactor.cpp137 RR_DEBUG_INFO_EMIT_VAR(address); in materialize()