Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp128 struct mode_opt OptA[MAX_COMBINER_TERMS]; member
467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]); in make_state_key()
469 key->unit[i].OptA[j].Source = translate_source(comb->SourceA[j]); in make_state_key()
662 if (key->unit[unit].OptA[i].Source != key->unit[unit].OptRGB[i].Source) in args_match()
665 switch (key->unit[unit].OptA[i].Operand) { in args_match()
874 key->unit[unit].OptA); in emit_texenv()
1082 load_texenv_source( p, key->unit[unit].OptA[i].Source, unit ); in load_texunit_sources()