OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrtmask
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c
420
* \param
wrtMask
writemask controlling which bits are changed in the
425
unsigned mask, unsigned op, ubyte ref, ubyte
wrtMask
)
503
if (
wrtMask
!= STENCIL_MAX) {
506
data->stencilVals[j] = (
wrtMask
& newstencil[j]) | (~
wrtMask
& data->stencilVals[j]);
614
ubyte ref,
wrtMask
, valMask;
632
wrtMask
= softpipe->depth_stencil->stencil[face].writemask;
643
apply_stencil_op(data, failMask, failOp, ref,
wrtMask
);
657
apply_stencil_op(data, zFailMask, zFailOp, ref,
wrtMask
);
662
apply_stencil_op(data, zPassMask, zPassOp, ref,
wrtMask
);
[
all
...]
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c
420
* \param
wrtMask
writemask controlling which bits are changed in the
425
unsigned mask, unsigned op, ubyte ref, ubyte
wrtMask
)
503
if (
wrtMask
!= STENCIL_MAX) {
506
data->stencilVals[j] = (
wrtMask
& newstencil[j]) | (~
wrtMask
& data->stencilVals[j]);
614
ubyte ref,
wrtMask
, valMask;
632
wrtMask
= softpipe->depth_stencil->stencil[face].writemask;
643
apply_stencil_op(data, failMask, failOp, ref,
wrtMask
);
657
apply_stencil_op(data, zFailMask, zFailOp, ref,
wrtMask
);
662
apply_stencil_op(data, zPassMask, zPassOp, ref,
wrtMask
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c
110
stencil[j] = (GLubyte) ((invmask & s) | (
wrtmask
& (NEW_VAL))); \
132
const GLubyte
wrtmask
= ctx->Stencil.WriteMask[face];
local
133
const GLubyte invmask = (GLubyte) (~
wrtmask
);
/external/mesa3d/src/mesa/swrast/
s_stencil.c
110
stencil[j] = (GLubyte) ((invmask & s) | (
wrtmask
& (NEW_VAL))); \
132
const GLubyte
wrtmask
= ctx->Stencil.WriteMask[face];
local
133
const GLubyte invmask = (GLubyte) (~
wrtmask
);
Completed in 224 milliseconds