Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h120 outbind |= VIRGL_BIND_SAMPLER_VIEW; in pipe_to_virgl_bind()
Dvirgl_hw.h201 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
/external/minigbm/
Dvirgl_hw.h201 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
/external/virglrenderer/src/
Dvirgl_hw.h239 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
Dvrend_formats.c316 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()
Dvrend_renderer.c590 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()