Searched refs:rc_a (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_frag.c | 257 struct combiner_state rc_a = {}, rc_c = {}; in nv04_emit_tex_env() local 261 INIT_COMBINER(A, ctx, &rc_a, i); in nv04_emit_tex_env() 262 setup_combiner(&rc_a); in nv04_emit_tex_env() 269 INPUT_SRC(&rc_a, 0, PRIMARY_COLOR, 0); in nv04_emit_tex_env() 272 INPUT_SRC(&rc_a, 0, PREVIOUS, 0); in nv04_emit_tex_env() 276 INPUT_SRC(&rc_a, 1, ZERO, INVERT); in nv04_emit_tex_env() 278 INPUT_SRC(&rc_a, 2, ZERO, 0); in nv04_emit_tex_env() 280 INPUT_SRC(&rc_a, 3, ZERO, 0); in nv04_emit_tex_env() 283 UNSIGNED_OP(&rc_a); in nv04_emit_tex_env() 295 nv04->alpha[i] = rc_a.hw; in nv04_emit_tex_env()
|
D | nv10_state_frag.c | 317 struct combiner_state rc_a, rc_c; in nv10_get_general_combiner() local 323 rc_a = rc_c; in nv10_get_general_combiner() 325 INIT_COMBINER(A, ctx, &rc_a, i); in nv10_get_general_combiner() 328 setup_combiner(&rc_a); in nv10_get_general_combiner() 331 rc_a.in = rc_a.out = rc_c.in = rc_c.out = 0; in nv10_get_general_combiner() 336 *a_in = rc_a.in; in nv10_get_general_combiner() 337 *a_out = rc_a.out; in nv10_get_general_combiner()
|