Searched refs:VIRGL_BIND_PREFER_EMULATED_BGRA (Results 1 – 6 of 6) sorted by relevance
289 #define VIRGL_BIND_PREFER_EMULATED_BGRA (1 << 21) macro
434 #define VIRGL_BIND_PREFER_EMULATED_BGRA (1 << 21) macro
466 #define VIRGL_BIND_PREFER_EMULATED_BGRA (1 << 21) macro
542 binding |= VIRGL_BIND_PREFER_EMULATED_BGRA; in vrend_add_formats()545 binding |= VIRGL_BIND_PREFER_EMULATED_BGRA; in vrend_add_formats()
1172 if (vrend_state.use_gles && (bind & VIRGL_BIND_PREFER_EMULATED_BGRA)) { in vrend_format_replace_emulated()2478 if (surf->texture->base.bind & VIRGL_BIND_PREFER_EMULATED_BGRA) { in vrend_hw_emit_framebuffer_state()5686 (fmt_entry->bindings & VIRGL_BIND_PREFER_EMULATED_BGRA)) { in get_swizzled_border_color()6886 gr->base.bind |= VIRGL_BIND_PREFER_EMULATED_BGRA; in vrend_resource_fixup_emulated_bgra()6890 gr->base.bind &= ~VIRGL_BIND_PREFER_EMULATED_BGRA; in vrend_resource_fixup_emulated_bgra()6895 gr->base.bind &= ~VIRGL_BIND_PREFER_EMULATED_BGRA; in vrend_resource_fixup_emulated_bgra()8904 (dst_res->base.bind & VIRGL_BIND_PREFER_EMULATED_BGRA) && in vrend_renderer_blit_int()
523 vbind |= VIRGL_BIND_PREFER_EMULATED_BGRA; in virgl_resource_create()