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.h466 bool vrend_format_is_emulated_alpha(enum virgl_formats format);
Dvrend_renderer.c832 bool vrend_format_is_emulated_alpha(enum virgl_formats format) in vrend_format_is_emulated_alpha() function
3256 if (vrend_format_is_emulated_alpha(sub_ctx->surf[i]->format)) in vrend_fill_shader_key()
3767 …if (sub_ctx->nr_cbufs && sub_ctx->surf[0] && vrend_format_is_emulated_alpha(sub_ctx->surf[0]->form… in vrend_clear()
5172 if (vrend_format_is_emulated_alpha(sub_ctx->surf[i]->format)) { in vrend_patch_blend_state()
5735 bool is_emulated_alpha = vrend_format_is_emulated_alpha(tview->format); in vrend_apply_sampler_state()