HomeSort by relevance Sort by last modified time
    Searched refs:gallivm_debug (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.h 54 extern unsigned gallivm_debug;
56 #define gallivm_debug 0 macro
lp_bld_init.c 70 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) {
lp_bld_format_aos.c 460 if (gallivm_debug & GALLIVM_DEBUG_PERF && !type.floating) {
529 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
634 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
lp_bld_logic.c 109 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
347 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
lp_bld_format_soa.c 396 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
lp_bld_tgsi_info.c 487 if (gallivm_debug & GALLIVM_DEBUG_TGSI) {
lp_bld_arit.c 122 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
212 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
    [all...]
lp_bld_sample.c 548 !(gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR)) {
597 if (!(gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR)) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.h 54 extern unsigned gallivm_debug;
56 #define gallivm_debug 0 macro
lp_bld_init.c 70 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) {
lp_bld_format_aos.c 460 if (gallivm_debug & GALLIVM_DEBUG_PERF && !type.floating) {
529 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
634 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
lp_bld_logic.c 109 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
347 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
lp_bld_format_soa.c 396 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
lp_bld_tgsi_info.c 487 if (gallivm_debug & GALLIVM_DEBUG_TGSI) {
lp_bld_arit.c 122 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
212 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
    [all...]
lp_bld_sample.c 548 !(gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR)) {
597 if (!(gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 166 if (gallivm_debug & GALLIVM_DEBUG_IR) {
lp_test_main.c 389 gallivm_debug |= GALLIVM_DEBUG_IR;
390 gallivm_debug |= GALLIVM_DEBUG_ASM;
lp_state_fs.c     [all...]
lp_state_setup.c 841 if (gallivm_debug & GALLIVM_DEBUG_IR) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 166 if (gallivm_debug & GALLIVM_DEBUG_IR) {
lp_test_main.c 389 gallivm_debug |= GALLIVM_DEBUG_IR;
390 gallivm_debug |= GALLIVM_DEBUG_ASM;
lp_state_fs.c     [all...]
lp_state_setup.c 841 if (gallivm_debug & GALLIVM_DEBUG_IR) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 442 if (gallivm_debug & GALLIVM_DEBUG_IR) {
    [all...]

Completed in 1632 milliseconds

1 2