Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp108 struct gl_tex_env_argument ArgsRGB[MAX_COMBINER_TERMS]; member
295 memcpy(key->unit[i].ArgsRGB, comb->ArgsRGB, sizeof comb->ArgsRGB); in make_state_key()
477 if (key->unit[unit].ArgsA[i].Source != key->unit[unit].ArgsRGB[i].Source) in args_match()
482 switch (key->unit[unit].ArgsRGB[i].Operand) { in args_match()
491 switch (key->unit[unit].ArgsRGB[i].Operand) { in args_match()
646 key->unit[unit].ArgsRGB); in emit_texenv()
658 key->unit[unit].ArgsRGB); in emit_texenv()
671 key->unit[unit].ArgsRGB); in emit_texenv()
883 load_texenv_source( p, key->unit[unit].ArgsRGB[i].Source, unit ); in load_texunit_sources()
Dtexstate.c493 packed->ArgsRGB[i].Source = tex_combine_translate_source(state->SourceRGB[i]); in pack_tex_combine()
494 packed->ArgsRGB[i].Operand = tex_combine_translate_operand(state->OperandRGB[i]); in pack_tex_combine()
Dmtypes.h1180 struct gl_tex_env_argument ArgsRGB[MAX_COMBINER_TERMS]; member