OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failMask
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_stencil.c
277
GLubyte passMask[], GLubyte
failMask
[])
283
failMask
[i] = origMask[i] & (newMask[i] ^ 1);
378
*
failMask
[i] is 1 if the stencil test failed.
409
GLubyte *
failMask
= swrast->stencil_temp.buf3;
418
compute_pass_fail_masks(count, origMask, mask, passMask,
failMask
);
423
count, stencilBuf,
failMask
, stencilStride);
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c
637
unsigned passMask,
failMask
;
639
failMask
= quad->inout.mask & ~passMask;
643
apply_stencil_op(data,
failMask
, failOp, ref, wrtMask);
/external/vulkan-validation-layers/tests/
layer_validation_tests.cpp
208
BsoFailSelect
failMask
);
212
BsoFailSelect
failMask
);
215
BsoFailSelect
failMask
) {
217
failMask
);
330
BsoFailSelect
failMask
) {
375
if (
failMask
& BsoFailLineWidth) {
378
if (
failMask
& BsoFailDepthBias) {
383
if (
failMask
& BsoFailViewport) {
388
if (
failMask
& BsoFailScissor) {
393
if (
failMask
& BsoFailBlend)
[
all
...]
Completed in 273 milliseconds