Searched refs:fragprog_inputs_read (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c57 unsigned fragprog_inputs_read:12; member in struct:state_key
165 key->fragprog_inputs_read = fp->info.inputs_read;
170 key->fragprog_inputs_read |= (VARYING_BIT_COL0 | VARYING_BIT_TEX0);
227 if (key->fragprog_inputs_read & VARYING_BIT_FOGC)
1397 if (!(p->state->fragprog_inputs_read & VARYING_BIT_TEX(i)))
1565 if (p->state->fragprog_inputs_read & (VARYING_BIT_COL0|VARYING_BIT_COL1)) {
1569 if (p->state->fragprog_inputs_read & VARYING_BIT_COL0)
1572 if (p->state->fragprog_inputs_read & VARYING_BIT_COL1)
1577 if (p->state->fragprog_inputs_read & VARYING_BIT_FOGC)
1580 if (p->state->fragprog_inputs_read
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c57 unsigned fragprog_inputs_read:12; member in struct:state_key
165 key->fragprog_inputs_read = fp->info.inputs_read;
170 key->fragprog_inputs_read |= (VARYING_BIT_COL0 | VARYING_BIT_TEX0);
227 if (key->fragprog_inputs_read & VARYING_BIT_FOGC)
1472 if (!(p->state->fragprog_inputs_read & VARYING_BIT_TEX(i)))
1640 if (p->state->fragprog_inputs_read & (VARYING_BIT_COL0|VARYING_BIT_COL1)) {
1644 if (p->state->fragprog_inputs_read & VARYING_BIT_COL0)
1647 if (p->state->fragprog_inputs_read & VARYING_BIT_COL1)
1652 if (p->state->fragprog_inputs_read & VARYING_BIT_FOGC)
1655 if (p->state->fragprog_inputs_read
[all...]

Completed in 6 milliseconds