Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp124 struct mode_opt OptRGB[MAX_COMBINER_TERMS]; member
450 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]); in make_state_key()
452 key->unit[i].OptRGB[j].Source = translate_source(comb->SourceRGB[j]); in make_state_key()
636 if (key->unit[unit].OptA[i].Source != key->unit[unit].OptRGB[i].Source) in args_match()
641 switch (key->unit[unit].OptRGB[i].Operand) { in args_match()
650 switch (key->unit[unit].OptRGB[i].Operand) { in args_match()
805 key->unit[unit].OptRGB); in emit_texenv()
817 key->unit[unit].OptRGB); in emit_texenv()
830 key->unit[unit].OptRGB); in emit_texenv()
1042 load_texenv_source( p, key->unit[unit].OptRGB[i].Source, unit ); in load_texunit_sources()