Searched refs:VIRGL_BIND_SAMPLER_VIEW (Results 1 – 6 of 6) sorted by relevance
120 outbind |= VIRGL_BIND_SAMPLER_VIEW; in pipe_to_virgl_bind()
201 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
239 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
316 binding = VIRGL_BIND_SAMPLER_VIEW | VIRGL_BIND_RENDER_TARGET | VIRGL_BIND_NEED_SWIZZLE; in vrend_add_formats()362 binding = VIRGL_BIND_SAMPLER_VIEW; in vrend_add_formats()
590 return tex_conv_table[format].bindings & VIRGL_BIND_SAMPLER_VIEW; in vrend_format_can_sample()5470 if (!((args->bind & VIRGL_BIND_SAMPLER_VIEW) || in check_resource_valid()5708 } else if (args->target == PIPE_BUFFER && (args->bind & VIRGL_BIND_SAMPLER_VIEW)) { in vrend_renderer_resource_create()