/third_party/libdrm/tests/ttmtest/src/ |
H A D | xf86dri.c | 91 #define TRACE(msg) fprintf(stderr,"uniDRI%s\n", msg); in XEXT_GENERATE_CLOSE_DISPLAY() 93 #define TRACE(msg) macro 101 TRACE("QueryExtension..."); 105 TRACE("QueryExtension... return True"); 108 TRACE("QueryExtension... return False"); 124 TRACE("QueryVersion..."); 134 TRACE("QueryVersion... return False"); 142 TRACE("QueryVersion... return True"); 156 TRACE("QueryDirectRenderingCapable..."); 167 TRACE("QueryDirectRenderingCapabl [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 267 TRACE("(VkInstance instance = %p, const char* pName = %p)", instance, pName); in vk_icdGetInstanceProcAddr() 291 TRACE("(callback = %p)", callback); in vk_icdInitializeConnectToServiceCallback() 508 TRACE("(const VkInstanceCreateInfo* pCreateInfo = %p, const VkAllocationCallbacks* pAllocator = %p, VkInstance* pInstance = %p)", in vkCreateInstance() 584 TRACE("(VkInstance instance = %p, const VkAllocationCallbacks* pAllocator = %p)", instance, pAllocator); in vkDestroyInstance() 591 TRACE("(VkInstance instance = %p, uint32_t* pPhysicalDeviceCount = %p, VkPhysicalDevice* pPhysicalDevices = %p)", in vkEnumeratePhysicalDevices() 599 TRACE("(VkPhysicalDevice physicalDevice = %p, VkPhysicalDeviceFeatures* pFeatures = %p)", in vkGetPhysicalDeviceFeatures() 607 TRACE("GetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice = %p, VkFormat format = %d, VkFormatProperties* pFormatProperties = %p)", in vkGetPhysicalDeviceFormatProperties() 615 TRACE("(VkPhysicalDevice physicalDevice = %p, VkFormat format = %d, VkImageType type = %d, VkImageTiling tiling = %d, VkImageUsageFlags usage = %d, VkImageCreateFlags flags = %d, VkImageFormatProperties* pImageFormatProperties = %p)", in vkGetPhysicalDeviceImageFormatProperties() 640 TRACE("(VkPhysicalDevice physicalDevice = %p, VkPhysicalDeviceProperties* pProperties = %p)", in vkGetPhysicalDeviceProperties() 648 TRACE("(VkPhysicalDevic in vkGetPhysicalDeviceQueueFamilyProperties() [all...] |
H A D | VkDeviceMemoryExternalFuchsia.hpp | 95 TRACE("zx_vmo_create() returned %d", status); 111 TRACE("zx_vmar_map() failed with %d", status); 125 TRACE("zx_vmar_unmap() failed with %d", status); 144 TRACE("zx_handle_duplicate() returned %d", status);
|
H A D | VkDeviceMemoryExternalMac.hpp | 124 TRACE("shm_open() failed with: %s", strerror(errno)); 134 TRACE("shm_unlink() failed with: %s", strerror(errno)); 145 TRACE("ftruncate() failed with: %s", strerror(errno)); 153 TRACE("Could not allocate shared memory region");
|
/third_party/mesa3d/src/glx/windows/ |
H A D | xwindowsdri.c | 79 #define TRACE(msg, ...) fprintf(stderr, "WindowsDRI" msg "\n", ##__VA_ARGS__); in XEXT_GENERATE_CLOSE_DISPLAY() 81 #define TRACE(msg, ...) macro 91 TRACE("QueryExtension:"); 95 TRACE("QueryExtension: return True"); 99 TRACE("QueryExtension: return False"); 115 TRACE("QueryVersion:"); 125 TRACE("QueryVersion: return False"); 133 TRACE("QueryVersion: %d.%d.%d", *majorVersion, *minorVersion, *patchVersion); 147 TRACE("QueryDirectRenderingCapable:"); 158 TRACE("QueryDirectRenderingCapabl [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | jump-threading.cc | 12 #define TRACE(...) \ macro 36 TRACE(" xx %d\n", from.ToInt()); in Forward() 39 TRACE(" fw %d -> %d (recurse)\n", from.ToInt(), to.ToInt()); in Forward() 44 TRACE(" fw %d -> %d (cycle)\n", from.ToInt(), to.ToInt()); in Forward() 48 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt()); in Forward() 81 TRACE("jt [%d] B%d\n", static_cast<int>(stack.size()), in ComputeForwarding() 89 TRACE(" parallel move\n"); in ComputeForwarding() 93 TRACE(" flags\n"); in ComputeForwarding() 97 TRACE(" nop\n"); in ComputeForwarding() 101 TRACE(" jm in ComputeForwarding() 248 #undef TRACE global() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | main.cpp | 29 TRACE("()"); in glAttachThread() 34 TRACE("()"); in glDetachThread() 39 TRACE("()"); in glAttachProcess() 46 TRACE("()"); in glDetachProcess() 115 TRACE("\t! Error generated: invalid enum\n"); in error() 119 TRACE("\t! Error generated: invalid value\n"); in error() 123 TRACE("\t! Error generated: invalid operation\n"); in error() 127 TRACE("\t! Error generated: out of memory\n"); in error() 131 TRACE("\t! Error generated: invalid framebuffer operation\n"); in error()
|
H A D | libGLESv3.cpp | 217 TRACE("(GLenum src = 0x%X)", src); in ReadBuffer() 290 TRACE("(GLenum mode = 0x%X, GLuint start = %d, GLuint end = %d, " in DrawRangeElements() 339 TRACE("(GLenum target = 0x%X, GLint level = %d, GLenum internalformat = 0x%X, " in TexImage3D() 399 TRACE("(GLenum target = 0x%X, GLint level = %d, GLint xoffset = %d, GLint yoffset = %d, " in TexSubImage3D() 447 TRACE("(GLenum target = 0x%X, GLint level = %d, GLint xoffset = %d, GLint yoffset = %d, " in CopyTexSubImage3D() 510 TRACE("(GLenum target = 0x%X, GLint level = %d, GLenum internalformat = 0x%X, GLsizei width = %d, " in CompressedTexImage3D() 567 TRACE("(GLenum target = 0x%X, GLint level = %d, GLint xoffset = %d, GLint yoffset = %d, " in CompressedTexSubImage3D() 664 TRACE("(GLsizei n = %d, GLuint* ids = %p)", n, ids); in GenQueries() 684 TRACE("(GLsizei n = %d, GLuint* ids = %p)", n, ids); in DeleteQueries() 704 TRACE("(GLuin in IsQuery() [all...] |
H A D | libGLESv2.cpp | 62 TRACE("(GLenum texture = 0x%X)", texture); in ActiveTexture() 79 TRACE("(GLuint program = %d, GLuint shader = %d)", program, shader); in AttachShader() 121 TRACE("(GLenum target = 0x%X, GLuint name = %d)", target, name); in BeginQueryEXT() 147 TRACE("(GLuint program = %d, GLuint index = %d, const GLchar* name = %s)", program, index, name); in BindAttribLocation() 183 TRACE("(GLenum target = 0x%X, GLuint buffer = %d)", target, buffer); in BindBuffer() 223 TRACE("(GLenum target = 0x%X, GLuint framebuffer = %d)", target, framebuffer); in BindFramebuffer() 248 TRACE("(GLenum target = 0x%X, GLuint renderbuffer = %d)", target, renderbuffer); in BindRenderbuffer() 269 TRACE("(GLenum target = 0x%X, GLuint texture = %d)", target, texture); in BindTexture() 310 TRACE("(GLclampf red = %f, GLclampf green = %f, GLclampf blue = %f, GLclampf alpha = %f)", in BlendColor() 323 TRACE("(GLenu in BlendEquationSeparate() [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre_lib.h | 221 TRACE(("|%p|%p|COUNT IN\n", pattern, ptr)); in count() 228 TRACE(("|%p|%p|COUNT ANY\n", pattern, ptr)); in count() 236 TRACE(("|%p|%p|COUNT ANY_ALL\n", pattern, ptr)); in count() 243 TRACE(("|%p|%p|COUNT LITERAL %d\n", pattern, ptr, chr)); in count() 257 TRACE(("|%p|%p|COUNT LITERAL_IGNORE %d\n", pattern, ptr, chr)); in count() 265 TRACE(("|%p|%p|COUNT LITERAL_UNI_IGNORE %d\n", pattern, ptr, chr)); in count() 273 TRACE(("|%p|%p|COUNT LITERAL_LOC_IGNORE %d\n", pattern, ptr, chr)); in count() 281 TRACE(("|%p|%p|COUNT NOT_LITERAL %d\n", pattern, ptr, chr)); in count() 295 TRACE(("|%p|%p|COUNT NOT_LITERAL_IGNORE %d\n", pattern, ptr, chr)); in count() 303 TRACE(("| in count() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferAndroid.cpp | 91 TRACE("%s failed to lock buffer %p", __FUNCTION__, buffer); in lock() 98 TRACE("lock failed: buffer of %dx%d too small for window of %dx%d", in lock() 109 TRACE("Unsupported frame buffer format R8G8B8"); ASSERT(false); in lock() 114 TRACE("Unsupported frame buffer format %d", surfaceBuffer.format); ASSERT(false); in lock() 125 TRACE("%s failed to import buffer %p", __FUNCTION__, buffer); in lock() 133 TRACE("%s failed to lock buffer %p", __FUNCTION__, buffer); in lock() 139 TRACE("lock failed: buffer of %dx%d too small for window of %dx%d", in lock() 155 TRACE("Unsupported frame buffer format RGB_888"); ASSERT(false); in lock() 159 TRACE("Unsupported frame buffer format %d", buffer->format); ASSERT(false); in lock() 173 TRACE(" in unlock() [all...] |
/third_party/mesa3d/src/egl/drivers/haiku/ |
H A D | egl_haiku.cpp | 46 # define TRACE(x...) printf("egl_haiku: " x) macro 47 # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) 49 # define TRACE(x...) macro 99 TRACE("Creating window\n"); in haiku_create_window_surface() 102 TRACE("Creating GL view\n"); in haiku_create_window_surface() 106 TRACE("Adding GL\n"); in haiku_create_window_surface() 109 TRACE("Showing window\n"); in haiku_create_window_surface() 153 TRACE("Config inited\n"); in haiku_add_configs_for_visuals() 184 TRACE("Config configuated\n"); in haiku_add_configs_for_visuals() 189 TRACE("Validate in haiku_add_configs_for_visuals() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 135 TRACE("()"); in GetError() 149 TRACE("(EGLNativeDisplayType display_id = %p)", display_id); in GetDisplay() 170 TRACE("(EGLDisplay dpy = %p, EGLint *major = %p, EGLint *minor = %p)", in Initialize() 195 TRACE("(EGLDisplay dpy = %p)", dpy); in Terminate() 213 TRACE("(EGLDisplay dpy = %p, EGLint name = %d)", dpy, name); in QueryString() 265 TRACE("(EGLDisplay dpy = %p, EGLConfig *configs = %p, " in GetConfigs() 295 TRACE("(EGLDisplay dpy = %p, const EGLint *attrib_list = %p, " in ChooseConfig() 330 TRACE("(EGLDisplay dpy = %p, EGLConfig config = %p, EGLint attribute = %d, EGLint *value = %p)", in GetConfigAttrib() 352 TRACE("(EGLDisplay dpy = %p, EGLConfig config = %p, void *native_window = %p, " in CreatePlatformWindowSurface() 378 TRACE("(EGLDispla in CreatePlatformWindowSurfaceEXT() [all...] |
H A D | main.cpp | 73 TRACE("()"); in attachThread() 93 TRACE("()"); in detachThread() 102 TRACE("()"); in attachProcess() 120 TRACE("()"); in detachProcess() 324 case EGL_NOT_INITIALIZED: TRACE("\t! Error generated: not initialized\n"); break; in error() 325 case EGL_BAD_ACCESS: TRACE("\t! Error generated: bad access\n"); break; in error() 326 case EGL_BAD_ALLOC: TRACE("\t! Error generated: bad alloc\n"); break; in error() 327 case EGL_BAD_ATTRIBUTE: TRACE("\t! Error generated: bad attribute\n"); break; in error() 328 case EGL_BAD_CONFIG: TRACE("\t! Error generated: bad config\n"); break; in error() 329 case EGL_BAD_CONTEXT: TRACE("\ in error() [all...] |
/third_party/mesa3d/src/glx/apple/ |
H A D | appledri.c | 122 #define TRACE(msg) fprintf(stderr, "AppleDRI%s\n", msg); 124 #define TRACE(msg) macro 135 TRACE("QueryExtension..."); 139 TRACE("QueryExtension... return True"); 143 TRACE("QueryExtension... return False"); 159 TRACE("QueryVersion..."); 169 TRACE("QueryVersion... return False"); 177 TRACE("QueryVersion... return True"); 191 TRACE("QueryDirectRenderingCapable..."); 202 TRACE("QueryDirectRenderingCapabl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 64 #define TRACE(X) \ macro 71 #define TRACE(X) \ macro 129 TRACE("[SelectSectionForGlobal] GO(" << GO->getName() << ") "); in SelectSectionForGlobal() 130 TRACE("input section(" << GO->getSection() << ") "); in SelectSectionForGlobal() 132 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in SelectSectionForGlobal() 160 TRACE("default_ELF_section\n"); in SelectSectionForGlobal() 167 TRACE("[getExplicitSectionGlobal] GO(" << GO->getName() << ") from(" in getExplicitSectionGlobal() 169 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in getExplicitSectionGlobal() 193 TRACE("default_ELF_section\n"); in getExplicitSectionGlobal() 348 TRACE("Smal in selectSmallSectionForGlobal() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | control-equivalence.cc | 8 #define TRACE(...) \ macro 30 TRACE("CEQ: Pre-visit of #%d:%s\n", node->id(), node->op()->mnemonic()); in VisitPre() 35 TRACE("CEQ: Mid-visit of #%d:%s\n", node->id(), node->op()->mnemonic()); in VisitMid() 57 TRACE(" Assigned class number is %zu\n", GetClass(node)); in VisitMid() 63 TRACE("CEQ: Post-visit of #%d:%s\n", node->id(), node->op()->mnemonic()); in VisitPost() 79 TRACE("CEQ: Backedge from #%d:%s to #%d:%s\n", from->id(), in VisitBackedge() 212 TRACE(" BList erased: {%d->%d}\n", i->from->id(), i->to->id()); in BracketListDelete() 223 TRACE(" BList: "); in BracketListTRACE() 225 TRACE("{%d->%d} ", bracket.from->id(), bracket.to->id()); in BracketListTRACE() 227 TRACE("\ in BracketListTRACE() 231 #undef TRACE global() macro [all...] |
H A D | scheduler.cc | 25 #define TRACE(...) \ macro 199 TRACE(" Use count of #%d:%s (used by #%d:%s)++ = %d\n", node->id(), in IncrementUnscheduledUseCount() 219 TRACE(" Use count of #%d:%s (used by #%d:%s)-- = %d\n", node->id(), in DecrementUnscheduledUseCount() 224 TRACE(" newly eligible #%d:%s\n", node->id(), node->op()->mnemonic()); in DecrementUnscheduledUseCount() 291 TRACE("Found SESE at #%d:%s\n", node->id(), node->op()->mnemonic()); in Run() 414 TRACE("Create block id:%d for #%d:%s\n", block->id().ToInt(), node->id(), in BuildBlockForNode() 605 TRACE("Connect #%d:%s, id:%d -> end\n", node->id(), in TraceConnect() 608 TRACE("Connect #%d:%s, id:%d -> id:%d\n", node->id(), in TraceConnect() 643 TRACE("--- CREATING CFG -------------------------------------------\n"); in BuildCFG() 975 TRACE("i in ComputeAndInsertSpecialRPO() 1973 #undef TRACE global() macro [all...] |
H A D | store-store-elimination.cc | 20 #define TRACE(fmt, ...) \ macro 325 TRACE(" #%d is StoreField[+%d,%s](#%d), unobservable", node->id(), in RecomputeSet() 349 TRACE( in RecomputeSet() 362 TRACE( in RecomputeSet() 376 TRACE( in RecomputeSet() 384 TRACE(" #%d:%s can observe nothing, set stays unchanged", node->id(), in RecomputeSet() 388 TRACE(" #%d:%s might observe anything, recording empty set", in RecomputeSet() 427 TRACE("- Revisiting: #%d:%s", node->id(), node->op()->mnemonic()); in VisitEffectfulNode() 439 TRACE("+ No change: stabilized. Not visiting effect inputs."); in VisitEffectfulNode() 446 TRACE(" markin in VisitEffectfulNode() 595 #undef TRACE global() macro [all...] |
H A D | escape-analysis.cc | 19 #define TRACE(...) \ macro 24 #define TRACE(...) macro 214 TRACE("Setting %s#%d to escaped because of use by %s#%d\n", in SetEscaped() 242 TRACE("Set %s#%d as replacement.\n", replacement->op()->mnemonic(), in SetReplacement() 245 TRACE("Set nullptr as replacement.\n"); in SetReplacement() 362 TRACE(" Queueing for revisit: %s#%d\n", node->op()->mnemonic(), in Revisit() 418 TRACE("control: %s#%d\n", control->op()->mnemonic(), control->id()); in MergeInputs() 428 TRACE("var %i:\n", var.id_); in MergeInputs() 433 TRACE(" input 0: %s#%d\n", value->op()->mnemonic(), value->id()); in MergeInputs() 440 TRACE(" inpu in MergeInputs() 897 #undef TRACE global() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
H A D | MemFd.cpp | 67 TRACE("memfd_create() not supported on this system!"); in allocate() 75 TRACE("memfd_create() returned %d: %s", errno, strerror(errno)); in allocate() 81 TRACE("ftruncate() %lld returned %d: %s", (long long)size, errno, strerror(errno)); in allocate() 98 TRACE("LinuxMemFd::close() failed with: %s", strerror(errno)); in close()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | hgl.c | 25 # define TRACE(x...) printf("hgl:frontend: " x) macro 26 # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) 28 # define TRACE(x...) macro 95 TRACE("validate_textures: size changed: %d, %d -> %d, %d\n", in hgl_st_framebuffer_validate_textures() 135 TRACE("resource_create(%d, %d, %d)\n", i, format, bind); in hgl_st_framebuffer_validate_textures() 184 TRACE("%s: resize event. old: %d x %d; new: %d x %d\n", __func__, in hgl_st_framebuffer_validate() 315 TRACE("double buffer enabled\n"); in hgl_create_st_visual() 330 TRACE("%s: Visual color format: %s\n", __func__, in hgl_create_st_visual()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | trace.c | 29 * INTERNAL TRACE CHANNEL IMPLEMENTATION 111 * TRACE 124 TRACE_CATEGORY_(TRACE), 197 OSSL_TRACE2(TRACE, "Attach channel %p to category '%s'\n", in trace_attach_cb() 201 OSSL_TRACE2(TRACE, "Attach prefix \"%s\" to category '%s'\n", in trace_attach_cb() 205 OSSL_TRACE2(TRACE, "Attach suffix \"%s\" to category '%s'\n", in trace_attach_cb() 218 OSSL_TRACE2(TRACE, "Detach channel %p from category '%s'\n", in trace_detach_cb() 222 OSSL_TRACE2(TRACE, "Detach prefix \"%s\" from category '%s'\n", in trace_detach_cb() 226 OSSL_TRACE2(TRACE, "Detach suffix \"%s\" from category '%s'\n", in trace_detach_cb() 344 /* We force the TRACE categor in ossl_trace_cleanup() [all...] |
/third_party/openssl/crypto/ |
H A D | trace.c | 29 * INTERNAL TRACE CHANNEL IMPLEMENTATION 111 * TRACE 124 TRACE_CATEGORY_(TRACE), 197 OSSL_TRACE2(TRACE, "Attach channel %p to category '%s'\n", in trace_attach_cb() 201 OSSL_TRACE2(TRACE, "Attach prefix \"%s\" to category '%s'\n", in trace_attach_cb() 205 OSSL_TRACE2(TRACE, "Attach suffix \"%s\" to category '%s'\n", in trace_attach_cb() 218 OSSL_TRACE2(TRACE, "Detach channel %p from category '%s'\n", in trace_detach_cb() 222 OSSL_TRACE2(TRACE, "Detach prefix \"%s\" from category '%s'\n", in trace_detach_cb() 226 OSSL_TRACE2(TRACE, "Detach suffix \"%s\" from category '%s'\n", in trace_detach_cb() 344 /* We force the TRACE categor in ossl_trace_cleanup() [all...] |
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.cpp | 25 # define TRACE(x...) printf("SoftwareRenderer: " x) macro 26 # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) 28 # define TRACE(x...) macro 145 TRACE("Haiku Software GL Pipe initialization time: %f.\n", in SoftwareRenderer() 150 TRACE("%s: Colorspace:\t%s\n", __func__, color_space_name(fColorSpace)); in SoftwareRenderer() 163 TRACE("%s: Haiku Software GL Pipe context creation time: %f.\n", in SoftwareRenderer() 311 TRACE("%s: %f x %f\n", __func__, width, height); in FrameResized()
|