Searched refs:dbg_features (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_debug.c | 134 {"feat", dbg_features, "Log features found"},
|
D | vrend_debug.h | 44 dbg_features = 1 << 7, enumerator
|
D | vrend_renderer.c | 1129 VREND_DEBUG(dbg_features, NULL, "Host feature %s provided by %s %3.1f\n", in init_features() 1138 VREND_DEBUG(dbg_features, NULL, in init_features() 11426 VREND_DEBUG(dbg_features, NULL, "Texture limits: 2D:%u 3D:%u Cube:%u\n", in vrend_renderer_fill_caps_v2() 11599 if (vrend_debug(NULL, dbg_features)) in vrend_renderer_fill_caps_v2() 11644 VREND_DEBUG(dbg_features, NULL, "%s: Supports %s %s\n", in vrend_renderer_fill_caps_v2() 11840 VREND_DEBUG(dbg_features, NULL, "GLSL support level: %d", caps->v1.glsl_level); in vrend_renderer_fill_caps() 12012 if (ctx->debug_flags & dbg_features) in vrend_context_set_debug_flags()
|