Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp108 struct gl_tex_env_argument ArgsRGB[MAX_COMBINER_TERMS]; member
299 memcpy(key->unit[i].ArgsRGB, comb->ArgsRGB, sizeof comb->ArgsRGB); in make_state_key()
473 if (key->unit[unit].ArgsA[i].Source != key->unit[unit].ArgsRGB[i].Source) in args_match()
478 switch (key->unit[unit].ArgsRGB[i].Operand) { in args_match()
487 switch (key->unit[unit].ArgsRGB[i].Operand) { in args_match()
642 key->unit[unit].ArgsRGB); in emit_texenv()
654 key->unit[unit].ArgsRGB); in emit_texenv()
667 key->unit[unit].ArgsRGB); in emit_texenv()
877 load_texenv_source( p, key->unit[unit].ArgsRGB[i].Source, unit ); in load_texunit_sources()
Dtexstate.c508 packed->ArgsRGB[i].Source = tex_combine_translate_source(state->SourceRGB[i]); in pack_tex_combine()
509 packed->ArgsRGB[i].Operand = tex_combine_translate_operand(state->OperandRGB[i]); in pack_tex_combine()
Dmtypes.h1162 struct gl_tex_env_argument ArgsRGB[MAX_COMBINER_TERMS]; member