HomeSort by relevance Sort by last modified time
    Searched full:gallivm_debug (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.h 57 extern unsigned gallivm_debug;
59 #define gallivm_debug 0 macro
lp_bld_init.c 61 unsigned gallivm_debug = 0; variable
77 DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
152 if ((gallivm_debug & GALLIVM_DEBUG_NO_OPT) == 0) {
243 if (gallivm_debug & GALLIVM_DEBUG_NO_OPT) {
420 gallivm_debug = debug_get_option_gallivm_debug();
559 if (gallivm_debug & GALLIVM_DEBUG_IR) {
584 if (gallivm_debug & GALLIVM_DEBUG_PERF)
609 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
618 if (gallivm_debug & GALLIVM_DEBUG_DUMP_BC)
    [all...]
lp_bld_intr.c 219 if (gallivm_debug & GALLIVM_DEBUG_IR) {
lp_bld_format_aos.c 654 if (gallivm_debug & GALLIVM_DEBUG_PERF && !type.floating) {
779 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
884 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
lp_bld_sample.c 237 boolean no_rho_opt = (gallivm_debug & GALLIVM_DEBUG_NO_RHO_APPROX) && (dims > 1);
759 boolean rho_squared = ((gallivm_debug & GALLIVM_DEBUG_NO_RHO_APPROX) &&
795 !(gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR) &&
865 if (!(gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR)) {
    [all...]
lp_bld_misc.cpp 643 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) {
681 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) {
lp_bld_arit.c 164 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
382 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
    [all...]
lp_bld_logic.c 203 (gallivm_debug & GALLIVM_DEBUG_PERF)) {
lp_bld_tgsi_info.c 628 if (gallivm_debug & GALLIVM_DEBUG_TGSI) {
lp_bld_sample_soa.c     [all...]
lp_bld_format_soa.c 820 if (gallivm_debug & GALLIVM_DEBUG_PERF) {
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_main.c 395 gallivm_debug |= GALLIVM_DEBUG_IR;
396 gallivm_debug |= GALLIVM_DEBUG_ASM;
lp_jit.c 224 if (gallivm_debug & GALLIVM_DEBUG_IR) {
lp_state_setup.c 889 if (gallivm_debug & GALLIVM_DEBUG_IR) {
    [all...]
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 570 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
    [all...]
  /external/mesa3d/docs/relnotes/
7.10.html     [all...]

Completed in 472 milliseconds