Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_blitter.c397 bool needs_swizzle = dst_entry->flags & VIRGL_BIND_NEED_SWIZZLE; in blit_get_frag_tex_col()
785 if (src_entry->flags & VIRGL_BIND_NEED_SWIZZLE) { in vrend_renderer_blit_gl()
Dvrend_renderer.h73 #define VIRGL_BIND_NEED_SWIZZLE (1 << 28) macro
Dvrend_formats.c316 binding = VIRGL_BIND_SAMPLER_VIEW | VIRGL_BIND_RENDER_TARGET | VIRGL_BIND_NEED_SWIZZLE; in vrend_add_formats()
Dvrend_renderer.c617 return tex_conv_table[format].flags & VIRGL_BIND_NEED_SWIZZLE; in vrend_format_needs_swizzle()
853 tex_conv_table[override_format].flags = VIRGL_BIND_NEED_SWIZZLE; in vrend_insert_format_swizzle()
1825 if (tex_conv_table[view->format].flags & VIRGL_BIND_NEED_SWIZZLE) { in vrend_create_sampler_view()