Home
last modified time | relevance | path

Searched refs:ST_ATTACHMENT_DEPTH_STENCIL_MASK (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h136 #define ST_ATTACHMENT_DEPTH_STENCIL_MASK (1 << ST_ATTACHMENT_DEPTH_STENCIL) macro
/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl.c328 visual->buffer_mask |= ST_ATTACHMENT_DEPTH_STENCIL_MASK; in hgl_create_st_visual()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c424 stvis->buffer_mask |= ST_ATTACHMENT_DEPTH_STENCIL_MASK; in dri_fill_st_visual()
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c333 vis->buffer_mask |= ST_ATTACHMENT_DEPTH_STENCIL_MASK; in osmesa_init_st_visual()