Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dffvertex_prog.c69 unsigned fragprog_inputs_read:12; member
162 key->fragprog_inputs_read = fp->info.inputs_read; in make_state_key()
167 key->fragprog_inputs_read |= (VARYING_BIT_COL0 | VARYING_BIT_TEX0); in make_state_key()
1404 if (!(p->state->fragprog_inputs_read & VARYING_BIT_TEX(i))) in build_texture_transform()
1572 if (p->state->fragprog_inputs_read & (VARYING_BIT_COL0|VARYING_BIT_COL1)) { in build_tnl_program()
1576 if (p->state->fragprog_inputs_read & VARYING_BIT_COL0) in build_tnl_program()
1579 if (p->state->fragprog_inputs_read & VARYING_BIT_COL1) in build_tnl_program()
1584 if (p->state->fragprog_inputs_read & VARYING_BIT_FOGC) in build_tnl_program()
1587 if (p->state->fragprog_inputs_read & VARYING_BITS_TEX_ANY) in build_tnl_program()