Searched refs:VIRGL_BIND_RENDER_TARGET (Results 1 – 7 of 7) sorted by relevance
119 outbind |= VIRGL_BIND_RENDER_TARGET; in pipe_to_virgl_bind()
238 #define VIRGL_BIND_RENDER_TARGET (1 << 1) macro
316 binding = VIRGL_BIND_SAMPLER_VIEW | VIRGL_BIND_RENDER_TARGET | VIRGL_BIND_NEED_SWIZZLE; in vrend_add_formats()364 binding |= (is_depth ? VIRGL_BIND_DEPTH_STENCIL : VIRGL_BIND_RENDER_TARGET); in vrend_add_formats()
594 return tex_conv_table[format].bindings & VIRGL_BIND_RENDER_TARGET; in vrend_format_can_render()5472 (args->bind & VIRGL_BIND_RENDER_TARGET) || in check_resource_valid()
270 #define VIRGL_BIND_RENDER_TARGET (1 << 1) macro
417 handle_flag(&use_flags, BO_USE_RENDERING, &bind, VIRGL_BIND_RENDER_TARGET); in use_flags_to_bind()
415 #define VIRGL_BIND_RENDER_TARGET (1 << 1) macro