OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depth_stencil_tex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/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);
/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 73 milliseconds