OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_stencil
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_blit.c
450
boolean
is_stencil
, is_depth, blit_depth, blit_stencil;
local
471
is_stencil
= util_format_has_stencil(src_desc);
474
blit_stencil =
is_stencil
&& (zs_writemask & BLIT_WRITEMASK_STENCIL);
476
assert((writemask && !zs_writemask && !is_depth && !
is_stencil
) ||
486
is_stencil
== blit_stencil &&
651
is_depth ||
is_stencil
? PIPE_BIND_DEPTH_STENCIL :
u_blitter.c
1037
boolean
is_stencil
;
local
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
r600_texture.c
76
bool is_depth,
is_stencil
;
local
79
is_stencil
= util_format_has_stencil(desc);
153
if (
is_stencil
) {
[
all
...]
Completed in 3121 milliseconds