OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blit_stencil
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c
450
boolean is_stencil, is_depth, blit_depth,
blit_stencil
;
local
474
blit_stencil
= is_stencil && (zs_writemask & BLIT_WRITEMASK_STENCIL);
477
(!writemask && (blit_depth ||
blit_stencil
)));
486
is_stencil ==
blit_stencil
&&
520
if (
blit_stencil
&& !ctx->has_stencil_export) {
521
blit_stencil
= FALSE;
605
if (!blit_depth &&
blit_stencil
) {
621
if (!blit_depth &&
blit_stencil
) {
691
if (blit_depth &&
blit_stencil
) {
706
else if (
blit_stencil
) {
[
all
...]
u_blitter.c
1131
boolean
blit_stencil
, blit_depth;
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_blit.c
450
boolean is_stencil, is_depth, blit_depth,
blit_stencil
;
local
474
blit_stencil
= is_stencil && (zs_writemask & BLIT_WRITEMASK_STENCIL);
477
(!writemask && (blit_depth ||
blit_stencil
)));
486
is_stencil ==
blit_stencil
&&
520
if (
blit_stencil
&& !ctx->has_stencil_export) {
521
blit_stencil
= FALSE;
605
if (!blit_depth &&
blit_stencil
) {
621
if (!blit_depth &&
blit_stencil
) {
691
if (blit_depth &&
blit_stencil
) {
706
else if (
blit_stencil
) {
[
all
...]
u_blitter.c
1131
boolean
blit_stencil
, blit_depth;
local
[
all
...]
Completed in 99 milliseconds