Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c1168 vrend_format_replace_emulated(uint32_t bind, enum virgl_formats format) in vrend_format_replace_emulated() function
1203 return vrend_get_format_table_entry(vrend_format_replace_emulated(bind, format)); in vrend_get_format_table_entry_with_emulation()
1851 format = vrend_format_replace_emulated(res->base.bind, format); in vrend_create_surface()
3898 enum virgl_formats fmt = vrend_format_replace_emulated(res->base.bind, res->base.format); in vrend_clear_texture()
6898 return vrend_format_replace_emulated(gr->base.bind, format); in vrend_resource_fixup_emulated_bgra()
7852 fmt = vrend_format_replace_emulated(res->base.bind, res->base.format); in vrend_transfer_send_readpixels()
8778 enum virgl_formats src_fmt = vrend_format_replace_emulated(res->base.bind, res->base.format); in vrend_make_view()
8780 enum virgl_formats dst_fmt = vrend_format_replace_emulated(res->base.bind, format); in vrend_make_view()
8899 if (vrend_blit_needs_swizzle(vrend_format_replace_emulated(dst_res->base.bind, info->dst.format), in vrend_renderer_blit_int()
8900vrend_format_replace_emulated(src_res->base.bind, info->src.format))) { in vrend_renderer_blit_int()