Searched refs:arrayAttribs (Results 1 – 8 of 8) sorted by relevance
184 attrMask &= ~span->arrayAttribs; in interpolate_active_attribs()211 assert((span->arrayAttribs & BITFIELD64_BIT(attr)) == 0); in interpolate_active_attribs()212 span->arrayAttribs |= BITFIELD64_BIT(attr); in interpolate_active_attribs()329 assert(!(span->arrayAttribs & VARYING_BIT_COL0)); in interpolate_float_colors()374 span->arrayAttribs |= VARYING_BIT_COL0; in interpolate_float_colors()793 if (span->arrayAttribs & BITFIELD64_BIT(i)) { in clip_span()849 if ((span->arrayAttribs & VARYING_BIT_COL0) == 0) { in add_specular()855 if ((span->arrayAttribs & VARYING_BIT_COL0) == 0) { in add_specular()860 if ((span->arrayAttribs & VARYING_BIT_COL1) == 0) { in add_specular()865 assert(span->arrayAttribs & VARYING_BIT_COL0); in add_specular()[all …]
160 GLbitfield64 arrayAttribs; member178 (S).arrayAttribs = 0x0; \
91 if (span->arrayAttribs & VARYING_BIT_FOGC) { \
178 line.span.arrayAttribs |= BITFIELD64_BIT(attr); in NAME()
186 zoomed.arrayAttribs |= VARYING_BIT_COL0; /* we'll produce these values */ in zoom_span()
469 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ in pixel_point()
128 span.arrayAttribs = VARYING_BIT_COL0; /* we'll fill in COL0 attrib values */ in copy_rgba_pixels()
441 span.arrayAttribs = VARYING_BIT_COL0; /* we're fill in COL0 attrib values */ in draw_rgba_pixels()