Searched refs:dbg_features (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_debug.h | 43 dbg_features = 1 << 7, enumerator
|
D | vrend_debug.c | 121 {"feat", dbg_features, "Log features found"},
|
D | vrend_renderer.c | 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() 10152 VREND_DEBUG(dbg_features, NULL, "Texture limits: 2D:%u 3D:%u Cube:%u\n", in vrend_renderer_fill_caps_v2() 10311 if (vrend_debug(NULL, dbg_features)) in vrend_renderer_fill_caps_v2() 10344 VREND_DEBUG(dbg_features, NULL, "Support readback of %s\n", in vrend_renderer_fill_caps_v2() 10466 VREND_DEBUG(dbg_features, NULL, "GLSL support level: %d", caps->v1.glsl_level); in vrend_renderer_fill_caps() 10637 if (ctx->debug_flags & dbg_features) in vrend_context_set_debug_flags()
|