Searched refs:VREND_DEBUG (Results 1 – 6 of 6) 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 | 79 #define VREND_DEBUG(flag, ctx, ...) \ macro 100 #define VREND_DEBUG(flag, ctx, ...) macro
|
D | vrend_blitter.c | 275 VREND_DEBUG(dbg_blit, NULL, "-- Blit FS shader MSAA: %d -----------------\n" in blit_build_frag_tex_col() 633 …VREND_DEBUG(dbg_blit, NULL, "Blitter src:[%3d, %3d] - [%3d, %3d] to dst:[%3d, %3d] - [%3d, %3d]\n", in blitter_set_points() 770 VREND_DEBUG(dbg_blit, ctx, "%s: Enable GL_FRAMEBUFFER_SRGB\n", __func__); in vrend_renderer_blit_gl() 773 VREND_DEBUG(dbg_blit, ctx, "%s: Disable GL_FRAMEBUFFER_SRGB\n", __func__); in vrend_renderer_blit_gl()
|
D | vrend_renderer.c | 361 VREND_DEBUG(dbg_feature_use, NULL, "Try using feature %s:%d\n", in has_feature() 982 VREND_DEBUG(dbg_gles, ctx, "%s: GLES violation - %s\n", fname, vrend_gles_warn_strings[error]); in __report_gles_warn() 990 VREND_DEBUG(dbg_gles, ctx, "%s: GLES function %s is missing\n", fname, missf); in __report_gles_missing_func() 1001 VREND_DEBUG(dbg_features, NULL, "Host feature %s provided by %s %3.1f\n", in init_features() 1010 VREND_DEBUG(dbg_features, NULL, in init_features() 1173 …VREND_DEBUG(dbg_tweak, vrend_state.current_ctx, "Check tweak for format %s", util_format_name(form… in vrend_format_replace_emulated() 1870 VREND_DEBUG(dbg_tex, ctx, "Create texture view from %s for %s (emulated:%d)\n", in vrend_create_surface() 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() 3664 VREND_DEBUG(dbg_shader_tgsi, ctx, "shader\n%s\n", shd_text); in vrend_create_shader() 4506 VREND_DEBUG(dbg_shader, sub_ctx->parent, "Need to inject a TCS\n"); in vrend_select_program() [all …]
|
D | vrend_decode.c | 756 VREND_DEBUG(dbg_object, ctx," CREATE %-18s handle:0x%x len:%d\n", in vrend_decode_create_object() 808 VREND_DEBUG(dbg_object, ctx, in vrend_decode_bind_object() 1353 VREND_DEBUG(dbg_tweak, NULL, "Received TWEAK set command\n"); in vrend_decode_set_tweaks() 1666 VREND_DEBUG(dbg_cmd, gdctx->grctx, "%-4d %-20s len:%d\n", in vrend_decode_ctx_submit_cmd()
|
D | vrend_shader.c | 6018 VREND_DEBUG(dbg_shader, NULL, "WARNING: shader key indicates less indirect inputs" in emit_ios_indirect_generics_input() 6935 VREND_DEBUG(dbg_shader_glsl, rctx, "GLSL:"); in set_strbuffers() 6937 VREND_DEBUG(dbg_shader_glsl, rctx, "\n"); in set_strbuffers() 7178 VREND_DEBUG(dbg_shader_glsl, rctx, "GLSL:"); in vrend_patch_vertex_shader_interpolants() 7180 VREND_DEBUG(dbg_shader_glsl, rctx, "\n"); in vrend_patch_vertex_shader_interpolants()
|