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

/external/chromium_org/third_party/mesa/src/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.c278 span.arrayMask = SPAN_COVERAGE | SPAN_MASK;
H A Ds_span.c1293 if (span->arrayMask & SPAN_COVERAGE) {
/external/mesa3d/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.c278 span.arrayMask = SPAN_COVERAGE | SPAN_MASK;
H A Ds_span.c1293 if (span->arrayMask & SPAN_COVERAGE) {

Completed in 99 milliseconds