OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsa_write_depth
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c
62
struct pipe_depth_stencil_alpha_state
dsa_write_depth
;
member in struct:blit_state
106
ctx->
dsa_write_depth
.depth.enabled = 1;
107
ctx->
dsa_write_depth
.depth.writemask = 1;
108
ctx->
dsa_write_depth
.depth.func = PIPE_FUNC_ALWAYS;
116
ctx->dsa_write_depthstencil.depth = ctx->
dsa_write_depth
.depth;
703
cso_set_depth_stencil_alpha(ctx->cso, &ctx->
dsa_write_depth
);
u_gen_mipmap.c
63
struct pipe_depth_stencil_alpha_state dsa_keep_depth,
dsa_write_depth
;
member in struct:gen_mipmap_state
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_blit.c
62
struct pipe_depth_stencil_alpha_state
dsa_write_depth
;
member in struct:blit_state
106
ctx->
dsa_write_depth
.depth.enabled = 1;
107
ctx->
dsa_write_depth
.depth.writemask = 1;
108
ctx->
dsa_write_depth
.depth.func = PIPE_FUNC_ALWAYS;
116
ctx->dsa_write_depthstencil.depth = ctx->
dsa_write_depth
.depth;
703
cso_set_depth_stencil_alpha(ctx->cso, &ctx->
dsa_write_depth
);
u_gen_mipmap.c
63
struct pipe_depth_stencil_alpha_state dsa_keep_depth,
dsa_write_depth
;
member in struct:gen_mipmap_state
[
all
...]
Completed in 230 milliseconds