Searched refs:vrend_state (Results 1 – 1 of 1) sorted by relevance
357 static struct global_renderer_state vrend_state; variable363 vrend_state.features[feature_id]); in has_feature()364 return vrend_state.features[feature_id]; in has_feature()369 vrend_state.features[feature_id] = true; in set_feature()834 if (vrend_state.use_gles || !vrend_state.use_core_profile) in vrend_format_is_emulated_alpha()1172 if (vrend_state.use_gles && (bind & VIRGL_BIND_PREFER_EMULATED_BGRA)) { in vrend_format_replace_emulated()1173 …VREND_DEBUG(dbg_tweak, vrend_state.current_ctx, "Check tweak for format %s", util_format_name(form… in vrend_format_replace_emulated()1174 if (!vrend_state.bgra_srgb_emulation_loaded) { in vrend_format_replace_emulated()1178 VREND_DEBUG_NOCTX(dbg_tweak, vrend_state.current_ctx, " ... add swizzled formats\n"); in vrend_format_replace_emulated()1181 vrend_state.bgra_srgb_emulation_loaded = true; in vrend_format_replace_emulated()[all …]