Searched refs:SPAN_COVERAGE (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.h57 #define SPAN_COVERAGE 0x40 /**< array.coverage[] valid? */ macro
H A Ds_aalinetemp.h130 line.span.arrayMask = SPAN_XY | SPAN_COVERAGE;
H A Ds_aatritemp.h66 span.arrayMask = SPAN_COVERAGE;
H A Ds_points.c277 span.arrayMask = SPAN_COVERAGE | SPAN_MASK;
H A Ds_span.c1297 if (span->arrayMask & SPAN_COVERAGE) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.h57 #define SPAN_COVERAGE 0x40 /**< array.coverage[] valid? */ macro
H A Ds_aalinetemp.h130 line.span.arrayMask = SPAN_XY | SPAN_COVERAGE;
H A Ds_aatritemp.h66 span.arrayMask = SPAN_COVERAGE;
H A Ds_points.c270 span.arrayMask = SPAN_COVERAGE | SPAN_MASK;
H A Ds_span.c1294 if (span->arrayMask & SPAN_COVERAGE) {

Completed in 12 milliseconds