OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zenable
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c
109
ds->
zenable
= templ->depth.enabled;
110
if (ds->
zenable
) {
svga_state_rss.c
184
EMIT_RS( svga, curr->
zenable
,
ZENABLE
, fail );
185
if (curr->
zenable
) {
svga_context.h
110
unsigned
zenable
:1;
member in struct:svga_depth_stencil_state
Completed in 61 milliseconds