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.cpp125 struct mode_opt OptA[MAX_COMBINER_TERMS]; member
451 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]); in make_state_key()
453 key->unit[i].OptA[j].Source = translate_source(comb->SourceA[j]); in make_state_key()
636 if (key->unit[unit].OptA[i].Source != key->unit[unit].OptRGB[i].Source) in args_match()
639 switch (key->unit[unit].OptA[i].Operand) { in args_match()
839 key->unit[unit].OptA); in emit_texenv()
1046 load_texenv_source( p, key->unit[unit].OptA[i].Source, unit ); in load_texunit_sources()