HomeSort by relevance Sort by last modified time
    Searched refs:depth_stencil_tex (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.h 54 struct pipe_resource *depth_stencil_tex; member in struct:exa_pixmap_priv
xorg_dri2.c 100 if (exa_priv->depth_stencil_tex &&
101 !util_format_is_depth_or_stencil(exa_priv->depth_stencil_tex->format))
102 exa_priv->depth_stencil_tex = NULL;
105 if (exa_priv->depth_stencil_tex)
106 pipe_resource_reference(&tex, exa_priv->depth_stencil_tex);
137 pipe_resource_reference(&exa_priv->depth_stencil_tex, tex);
193 pipe_resource_reference(&exa_priv->depth_stencil_tex, NULL);

Completed in 164 milliseconds