Home
last modified time | relevance | path

Searched refs:vrend_format_is_emulated_alpha (Results 1 – 2 of 2) sorted by relevance

/external/virglrenderer/src/
Dvrend_renderer.h392 bool vrend_format_is_emulated_alpha(enum virgl_formats format);
Dvrend_renderer.c607 bool vrend_format_is_emulated_alpha(enum virgl_formats format) in vrend_format_is_emulated_alpha() function
2698 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()