Home
last modified time | relevance | path

Searched defs:debug (Results 876 - 900 of 1372) sorted by relevance

1...<<31323334353637383940>>...55

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBManagerGUI.java46 public static final boolean debug = false; field in RBManagerGUI
/third_party/icu/icu4c/source/i18n/
H A Dnumfmt.cpp69 #define debug(x) printf("%s", x); macro
72 #define debug(x) macro
[all...]
/third_party/libdrm/intel/
H A Dintel_bufmgr_fake.c177 int debug; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c31 static const bool debug = false; variable
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_shader_info.h199 } debug; member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_reader.cpp29 static const bool debug = false; variable
/third_party/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c108 int debug = 0; /* -d flag */ variable
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c35 struct util_debug_callback *debug; member
71 si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary, struct ac_shader_config *conf, struct ac_llvm_compiler *compiler, struct ac_llvm_context *ac, struct util_debug_callback *debug, gl_shader_stage stage, const char *name, bool less_optimized) si_compile_llvm() argument
1139 si_llvm_compile_shader(struct si_screen *sscreen, struct ac_llvm_compiler *compiler, struct si_shader *shader, const struct pipe_stream_output_info *so, struct util_debug_callback *debug, struct nir_shader *nir, bool free_nir) si_llvm_compile_shader() argument
H A Dsi_compute.c116 struct util_debug_callback *debug = &sel->compiler_ctx_state.debug; in si_create_compute_state_async() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c42 static bool debug; variable
/third_party/node/src/api/
H A Denvironment.cc213 std::unique_ptr<ArrayBufferAllocator> ArrayBufferAllocator::Create(bool debug) { in Create() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c60 int debug; member
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.h156 BOOL debug; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmtio.h118 unsigned long debug; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmtio.h118 unsigned long debug; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmtio.h118 unsigned long debug; member
/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.c395 struct gl_debug_state *debug; in debug_create() local
421 debug_is_group_read_only(const struct gl_debug_state *debug) debug_is_group_read_only() argument
431 debug_make_group_writable(struct gl_debug_state *debug) debug_make_group_writable() argument
471 debug_clear_group(struct gl_debug_state *debug) debug_clear_group() argument
494 debug_delete_messages(struct gl_debug_state *debug, int count) debug_delete_messages() argument
517 debug_destroy(struct gl_debug_state *debug) debug_destroy() argument
533 debug_set_message_enable(struct gl_debug_state *debug, enum mesa_debug_source source, enum mesa_debug_type type, GLuint id, GLboolean enabled) debug_set_message_enable() argument
559 debug_set_message_enable_all(struct gl_debug_state *debug, enum mesa_debug_source source, enum mesa_debug_type type, enum mesa_debug_severity severity, GLboolean enabled) debug_set_message_enable_all() argument
597 _mesa_debug_is_message_enabled(const struct gl_debug_state *debug, enum mesa_debug_source source, enum mesa_debug_type type, GLuint id, enum mesa_debug_severity severity) _mesa_debug_is_message_enabled() argument
620 debug_log_message(struct gl_debug_state *debug, enum mesa_debug_source source, enum mesa_debug_type type, GLuint id, enum mesa_debug_severity severity, GLsizei len, const char *buf) debug_log_message() argument
653 debug_fetch_message(const struct gl_debug_state *debug) debug_fetch_message() argument
661 debug_get_group_message(struct gl_debug_state *debug) debug_get_group_message() argument
667 debug_push_group(struct gl_debug_state *debug) debug_push_group() argument
677 debug_pop_group(struct gl_debug_state *debug) debug_pop_group() argument
804 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); _mesa_set_debug_state_int() local
835 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); _mesa_get_debug_state_int() local
875 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); _mesa_get_debug_state_ptr() local
909 struct gl_debug_state *debug = ctx->Debug; log_msg_locked_and_unlock() local
947 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); _mesa_log_msg() local
1104 struct gl_debug_state *debug; _mesa_GetDebugMessageLog() local
1179 struct gl_debug_state *debug; _mesa_DebugMessageControl() local
1227 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); _mesa_DebugMessageCallback() local
1242 struct gl_debug_state *debug; _mesa_PushDebugGroup() local
1300 struct gl_debug_state *debug; _mesa_PopDebugGroup() local
1347 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); _mesa_init_debug_output() local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp135 ID3D12Debug *debug; in enable_d3d12_debug_layer() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumfmt.cpp69 #define debug(x) printf("%s", x); macro
72 #define debug(x) macro
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c155 aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, const char *app_name) in aub_file_init() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp96 virtual UnicodeString& debug(UnicodeString& result) const { in debug() function in Integer
H A Dtestidna.cpp419 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ in debug() function in TestIDNA
/third_party/libfuse/example/
H A Dpassthrough_hp.cc150 bool debug; member
[all...]
H A Dpassthrough_ll.c88 int debug; member
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h45 namespace debug { namespace
[all...]

Completed in 36 milliseconds

1...<<31323334353637383940>>...55