Searched refs:gallivm_debug (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.h54 extern unsigned gallivm_debug;
56 #define gallivm_debug 0 macro
H A Dlp_bld_init.c70 unsigned gallivm_debug = 0; variable
83 DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
141 if ((gallivm_debug & GALLIVM_DEBUG_NO_OPT) == 0) {
251 if (gallivm_debug & GALLIVM_DEBUG_NO_OPT) {
424 gallivm_debug = debug_get_option_gallivm_debug();
526 if (gallivm_debug & GALLIVM_DEBUG_IR) {
553 if (gallivm_debug & GALLIVM_DEBUG_IR) {
601 if (gallivm_debug & GALLIVM_DEBUG_ASM) {
H A Dlp_bld_format_aos.c460 if (gallivm_debug & GALLIVM_DEBUG_PERF && !type.floating) {
529 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
634 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
H A Dlp_bld_logic.c109 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
347 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
H A Dlp_bld_format_soa.c396 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
H A Dlp_bld_tgsi_info.c487 if (gallivm_debug & GALLIVM_DEBUG_TGSI) {
H A Dlp_bld_arit.c122 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
212 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
1127 (gallivm_debug & GALLIVM_DEBUG_PERF) &&
2466 if (gallivm_debug & GALLIVM_DEBUG_PERF &&
2528 if (gallivm_debug & GALLIVM_DEBUG_PERF &&
2621 if (gallivm_debug & GALLIVM_DEBUG_PERF &&
2808 if (gallivm_debug & GALLIVM_DEBUG_PERF &&
H A Dlp_bld_sample.c548 !(gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR)) {
597 if (!(gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR)) {
H A Dlp_bld_sample_soa.c1342 if ((gallivm_debug & GALLIVM_DEBUG_PERF) &&
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c166 if (gallivm_debug & GALLIVM_DEBUG_IR) {
H A Dlp_test_main.c389 gallivm_debug |= GALLIVM_DEBUG_IR;
390 gallivm_debug |= GALLIVM_DEBUG_ASM;
H A Dlp_state_fs.c1262 if ((LP_DEBUG & DEBUG_FS) || (gallivm_debug & GALLIVM_DEBUG_IR)) {
1424 if (gallivm_debug & GALLIVM_DEBUG_IR) {
H A Dlp_state_setup.c841 if (gallivm_debug & GALLIVM_DEBUG_IR) {
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c442 if (gallivm_debug & GALLIVM_DEBUG_IR) {

Completed in 133 milliseconds