Lines Matching +full:trace +full:- +full:dxgi
2 # Use of this source code is governed by a BSD-style license that can be
58 # Adds run-time checks to filter out EVENT() messages when the debug annotator is disabled.
61 # Enables non-conformant extensions and features
210 # Enables debug/trace-related functionality, including logging every GLES/EGL API command to the
218 # Enables debug markers for AGI regardless of run-time checks.
228 # Output `INFO`-level logs and up.
313 "-Wexit-time-destructors",
314 "-Wglobal-constructors",
326 cflags += [ "-w" ]
343 "-Wbad-function-cast",
344 "-Wconditional-uninitialized",
345 "-Wextra-semi-stmt",
346 "-Wfloat-conversion",
347 "-Winconsistent-missing-destructor-override",
348 "-Wmissing-field-initializers",
349 "-Wnewline-eof",
350 "-Wnon-virtual-dtor",
351 "-Wredundant-parens",
352 "-Wreturn-std-move",
353 "-Wshadow",
354 "-Wshadow-field",
355 "-Wtautological-type-limit-compare",
356 "-Wundefined-reinterpret-cast",
357 "-Wunneeded-internal-declaration",
358 "-Wunused-but-set-variable",
359 "-Wsuggest-destructor-override",
360 "-Wsuggest-override",
364 "-Wparentheses",
365 "-Wrange-loop-analysis",
366 "-Wstrict-prototypes",
367 "-Wunreachable-code-aggressive",
368 "-Wshorten-64-to-32",
373 cflags_cc = [ "-Wdeprecated-copy" ]
384 # This config adds build-ids to the associated library.
385 # -Wl is a special option that indicates that clang should pass the associated
386 # option --build-id to the linker. This will cause a build-id section to be added
387 # to the associated library. The build-id makes it possible for a debugger to
390 ldflags = [ "-Wl,--build-id" ]
428 cflags = [ "-Wno-unreachable-code-break" ]
454 # When used with angle_enable_trace, enables debug markers for AGI with run-time checks to
490 cflags = [ "-fno-sanitize=cfi-icall" ]
497 cflags = [ "-fno-sanitize=cfi-unrelated-cast" ]
504 cflags_c = [ "-Wno-implicit-fallthrough" ]
555 [ "//build/config/clang:llvm-symbolizer_data($host_toolchain)" ]
604 public_deps += [ "third_party/astc-encoder:astcenc" ]
605 include_dirs = [ "third_party/astc-encoder/src/Source/" ]
675 libs += [ "dxgi.lib" ]
885 # If git has packed the contents of .git/refs/heads/ in .git/packed-refs,
1143 suppressed_configs -= [ "//build/config/clang:find_bad_constructs" ]
1201 "wayland-client",
1202 "wayland-egl",
1216 # Use third-party targets
1226 angle_abseil_cpp_dir = "//third_party/abseil-cpp"
1242 # When build_with_chromium=true we need to include "//third_party/abseil-cpp:absl" while
1243 # we can be more specific when building standalone non-component ANGLE.
1347 # the rpath setup in non-component build configurations.
1349 "-rpath",
1357 # links to libvulkan, it should be re-added for non-component
1359 "-Wl,-rpath,@loader_path/.",
1647 "-install_name",
1671 "-sectcreate",
1722 "--objcopy",
1724 "--nm",
1726 "--strip",
1728 "--unstrippedsofile",
1730 "--output",
1784 "--name",
1786 "--prefix",
1788 "--libs",
1801 "--prefix",