Searched refs:arrayAttribs (Results 1 – 8 of 8) sorted by relevance
180 attrMask &= ~span->arrayAttribs; in interpolate_active_attribs()207 ASSERT((span->arrayAttribs & BITFIELD64_BIT(attr)) == 0); in interpolate_active_attribs()208 span->arrayAttribs |= BITFIELD64_BIT(attr); in interpolate_active_attribs()325 assert(!(span->arrayAttribs & FRAG_BIT_COL0)); in interpolate_float_colors()370 span->arrayAttribs |= FRAG_BIT_COL0; in interpolate_float_colors()789 if (span->arrayAttribs & (1 << i)) { in clip_span()845 if ((span->arrayAttribs & FRAG_BIT_COL0) == 0) { in add_specular()851 if ((span->arrayAttribs & FRAG_BIT_COL0) == 0) { in add_specular()856 if ((span->arrayAttribs & FRAG_BIT_COL1) == 0) { in add_specular()861 ASSERT(span->arrayAttribs & FRAG_BIT_COL0); in add_specular()[all …]
160 GLbitfield64 arrayAttribs; member178 (S).arrayAttribs = 0x0; \
90 if (span->arrayAttribs & FRAG_BIT_FOGC) { \
178 line.span.arrayAttribs |= BITFIELD64_BIT(attr); in NAME()
186 zoomed.arrayAttribs |= FRAG_BIT_COL0; /* we'll produce these values */ in zoom_span()
139 span.arrayAttribs = FRAG_BIT_COL0; /* we'll fill in COL0 attrib values */ in copy_rgba_pixels()
470 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ in pixel_point()
432 span.arrayAttribs = FRAG_BIT_COL0; /* we're fill in COL0 attrib values */ in draw_rgba_pixels()