Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h117 outbind |= VIRGL_BIND_DEPTH_STENCIL; in pipe_to_virgl_bind()
/external/minigbm/external/
Dvirgl_hw.h269 #define VIRGL_BIND_DEPTH_STENCIL (1 << 0) macro
/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_hw.h414 #define VIRGL_BIND_DEPTH_STENCIL (1 << 0) macro
/external/virglrenderer/src/
Dvirgl_hw.h446 #define VIRGL_BIND_DEPTH_STENCIL (1 << 0) macro
Dvrend_formats.c532 binding |= is_depth ? VIRGL_BIND_DEPTH_STENCIL : VIRGL_BIND_RENDER_TARGET; in vrend_add_formats()
Dvrend_renderer.c801 return tex_conv_table[format].bindings & VIRGL_BIND_DEPTH_STENCIL; in vrend_format_is_ds()
6571 (args->bind & VIRGL_BIND_DEPTH_STENCIL) || in check_resource_valid()