OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arrayattribs
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_span.c
180
attrMask &= ~span->
arrayAttribs
;
207
ASSERT((span->
arrayAttribs
& BITFIELD64_BIT(attr)) == 0);
208
span->
arrayAttribs
|= BITFIELD64_BIT(attr);
325
assert(!(span->
arrayAttribs
& FRAG_BIT_COL0));
370
span->
arrayAttribs
|= FRAG_BIT_COL0;
789
if (span->
arrayAttribs
& (1 << i)) {
845
if ((span->
arrayAttribs
& FRAG_BIT_COL0) == 0) {
851
if ((span->
arrayAttribs
& FRAG_BIT_COL0) == 0) {
856
if ((span->
arrayAttribs
& FRAG_BIT_COL1) == 0) {
861
ASSERT(span->
arrayAttribs
& FRAG_BIT_COL0)
[
all
...]
s_span.h
160
GLbitfield64
arrayAttribs
;
178
(S).
arrayAttribs
= 0x0; \
s_aalinetemp.h
178
line.span.
arrayAttribs
|= BITFIELD64_BIT(attr);
s_fog.c
90
if (span->
arrayAttribs
& FRAG_BIT_FOGC) { \
s_copypix.c
139
span.
arrayAttribs
= FRAG_BIT_COL0; /* we'll fill in COL0 attrib values */
s_points.c
470
span->
arrayAttribs
= swrast->_ActiveAttribMask; /* we'll produce these vals */
s_zoom.c
186
zoomed.
arrayAttribs
|= FRAG_BIT_COL0; /* we'll produce these values */
s_drawpix.c
432
span.
arrayAttribs
= FRAG_BIT_COL0; /* we're fill in COL0 attrib values */
Completed in 131 milliseconds