Home
last modified time | relevance | path

Searched refs:GALLIVM_DEBUG_NO_QUAD_LOD (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.h46 #define GALLIVM_DEBUG_NO_QUAD_LOD (1 << 7) macro
Dlp_bld_init.c71 { "no_quad_lod", GALLIVM_DEBUG_NO_QUAD_LOD, NULL },
Dlp_bld_tgsi_soa.c2003 if (gallivm_debug & GALLIVM_DEBUG_NO_QUAD_LOD) { in lp_build_lod_property()
2191 if (gallivm_debug & GALLIVM_DEBUG_NO_QUAD_LOD) { in emit_tex()
2360 if (gallivm_debug & GALLIVM_DEBUG_NO_QUAD_LOD) { in emit_sample()
Dlp_bld_sample_soa.c2828 if (gallivm_debug & GALLIVM_DEBUG_NO_QUAD_LOD || op_is_lodq) { in lp_build_sample_soa_code()