Home
last modified time | relevance | path

Searched defs:TRACE (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Common/
DDebug.hpp35 …#define TRACE(format, ...) sw::trace("[0x%0.8X]%s(" format ")\n", this, __FUNCTION__, ##__VA_ARGS_… macro
37 #define TRACE(...) ((void)0) macro
DDebugAndroid.hpp90 #define TRACE(format, ...) \ macro
94 #define TRACE(...) ((void)0) macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
Ddebug.h39 #define TRACE(message, ...) (void(0)) macro
41 #define TRACE(message, ...) es::trace("trace: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V… macro
/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.hpp58 # define TRACE(message, ...) (void(0)) macro
60 # define TRACE(message, ...) sw::trace("%s:%d TRACE: " message "\n", __FILE__, __LINE__, ##__VA_ARG… macro
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp37 # define TRACE(x...) printf("GalliumContext: " x) macro
40 # define TRACE(x...) macro
DSoftwareRenderer.cpp25 # define TRACE(x...) printf("SoftwareRenderer: " x) macro
28 # define TRACE(x...) macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.hpp58 # define TRACE(message, ...) (void(0)) macro
61 # define TRACE(message, ...) rr::trace("%s:%d TRACE: " message "\n", __FILE__, __LINE__, ##__VA_ARG… macro
/third_party/node/test/parallel/
Dtest-http-client-default-headers-exist.js36 'TRACE': ['host', 'connection'] property
/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl.c25 # define TRACE(x...) printf("hgl:frontend: " x) macro
28 # define TRACE(x...) macro
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp46 # define TRACE(x...) printf("egl_haiku: " x) macro
49 # define TRACE(x...) macro
/third_party/mesa3d/src/gallium/winsys/sw/hgl/
Dhgl_sw_winsys.cpp46 # define TRACE(x...) printf("hgl:winsys: " x) macro
49 # define TRACE(x...) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp64 #define TRACE(X) \ macro
71 #define TRACE(X) \ macro
/third_party/mesa3d/src/glx/windows/
Dxwindowsdri.c81 #define TRACE(msg, ...) macro
/third_party/node/deps/v8/src/compiler/
Dcontrol-equivalence.cc8 #define TRACE(...) \ macro
Dloop-variable-optimizer.cc20 #define TRACE(...) \ macro
Descape-analysis-reducer.cc19 #define TRACE(...) \ macro
Dwasm-inlining.cc31 #define TRACE(...) \ macro
Descape-analysis.cc19 #define TRACE(...) \ macro
24 #define TRACE(...) macro
/third_party/node/deps/v8/src/compiler/backend/
Djump-threading.cc12 #define TRACE(...) \ macro
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js25 TRACE: "TRACE", property
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler.cpp35 #define TRACE(...) MARL_SCOPED_EVENT(__VA_ARGS__) macro
37 #define TRACE(...) macro
/third_party/node/deps/cares/src/tools/
Dacountry.c83 #define TRACE(fmt) do { \ macro
/third_party/mesa3d/src/glx/apple/
Dappledri.c124 #define TRACE(msg) macro
/third_party/libdrm/tests/ttmtest/src/
Dxf86dri.c93 #define TRACE(msg) macro
/third_party/node/deps/v8/src/wasm/
Ddecoder.h30 #define TRACE(...) \ macro

12