Searched refs:vrend_format_is_emulated_alpha (Results 1 – 2 of 2) sorted by relevance
392 bool vrend_format_is_emulated_alpha(enum virgl_formats format);
607 bool vrend_format_is_emulated_alpha(enum virgl_formats format) in vrend_format_is_emulated_alpha() function2698 if (vrend_format_is_emulated_alpha(ctx->sub->surf[i]->format)) in vrend_fill_shader_key()3128 …if (ctx->sub->nr_cbufs && ctx->sub->surf[0] && vrend_format_is_emulated_alpha(ctx->sub->surf[0]->f… in vrend_clear()4308 if (vrend_format_is_emulated_alpha(ctx->sub->surf[i]->format)) { in vrend_patch_blend_state()4829 bool is_emulated_alpha = vrend_format_is_emulated_alpha(res->base.format); in vrend_apply_sampler_state()