Searched refs:dbg_tweak (Results 1 – 5 of 5) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_tweaks.c | 101 VREND_DEBUG(dbg_tweak, NULL, "Apply tweak '%s' = %u\n", tweak_debug_table[tweak_id], value); in vrend_set_active_tweaks() 104 VREND_DEBUG(dbg_tweak, NULL, "Unknown tweak %d = %d sent\n", tweak_id, value); in vrend_set_active_tweaks() 130 VREND_DEBUG(dbg_tweak, NULL, "ENV tweaks %s\n", tweaks); in vrend_set_tweak_from_env() 141 VREND_DEBUG(dbg_tweak, NULL, "Apply tweak %s=%s\n", tweak, tweak_param); in vrend_set_tweak_from_env()
|
D | vrend_debug.h | 46 dbg_tweak = 1 << 10, enumerator
|
D | vrend_debug.c | 124 {"tweak", dbg_tweak, "Log tweaks"},
|
D | vrend_decode.c | 1353 VREND_DEBUG(dbg_tweak, NULL, "Received TWEAK set command\n"); in vrend_decode_set_tweaks()
|
D | vrend_renderer.c | 1173 …VREND_DEBUG(dbg_tweak, vrend_state.current_ctx, "Check tweak for format %s", util_format_name(form… in vrend_format_replace_emulated() 1178 VREND_DEBUG_NOCTX(dbg_tweak, vrend_state.current_ctx, " ... add swizzled formats\n"); in vrend_format_replace_emulated() 1188 VREND_DEBUG_NOCTX(dbg_tweak, vrend_state.current_ctx, in vrend_format_replace_emulated() 2479 …VREND_DEBUG(dbg_tweak, sub_ctx->parent, "Swizzled BGRA output for 0x%x (%s)\n", i, util_format_nam… in vrend_hw_emit_framebuffer_state()
|