Home
last modified time | relevance | path

Searched refs:arrayAttribs (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_span.c181 attrMask &= ~span->arrayAttribs; in interpolate_active_attribs()
208 assert((span->arrayAttribs & BITFIELD64_BIT(attr)) == 0); in interpolate_active_attribs()
209 span->arrayAttribs |= BITFIELD64_BIT(attr); in interpolate_active_attribs()
326 assert(!(span->arrayAttribs & VARYING_BIT_COL0)); in interpolate_float_colors()
371 span->arrayAttribs |= VARYING_BIT_COL0; in interpolate_float_colors()
790 if (span->arrayAttribs & BITFIELD64_BIT(i)) { in clip_span()
846 if ((span->arrayAttribs & VARYING_BIT_COL0) == 0) { in add_specular()
852 if ((span->arrayAttribs & VARYING_BIT_COL0) == 0) { in add_specular()
857 if ((span->arrayAttribs & VARYING_BIT_COL1) == 0) { in add_specular()
862 assert(span->arrayAttribs & VARYING_BIT_COL0); in add_specular()
[all …]
Ds_span.h160 GLbitfield64 arrayAttribs; member
178 (S).arrayAttribs = 0x0; \
Ds_fog.c90 if (span->arrayAttribs & VARYING_BIT_FOGC) { \
Ds_aalinetemp.h178 line.span.arrayAttribs |= BITFIELD64_BIT(attr); in NAME()
Ds_zoom.c185 zoomed.arrayAttribs |= VARYING_BIT_COL0; /* we'll produce these values */ in zoom_span()
Ds_copypix.c128 span.arrayAttribs = VARYING_BIT_COL0; /* we'll fill in COL0 attrib values */ in copy_rgba_pixels()
Ds_points.c469 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ in pixel_point()
Ds_drawpix.c433 span.arrayAttribs = VARYING_BIT_COL0; /* we're fill in COL0 attrib values */ in draw_rgba_pixels()