Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_frag.c257 struct combiner_state rc_a = {}, rc_c = {}; in nv04_emit_tex_env() local
264 INIT_COMBINER(RGB, ctx, &rc_c, i); in nv04_emit_tex_env()
265 setup_combiner(&rc_c); in nv04_emit_tex_env()
270 INPUT_SRC(&rc_c, 0, PRIMARY_COLOR, 0); in nv04_emit_tex_env()
273 INPUT_SRC(&rc_c, 0, PREVIOUS, 0); in nv04_emit_tex_env()
277 INPUT_SRC(&rc_c, 1, ZERO, INVERT); in nv04_emit_tex_env()
279 INPUT_SRC(&rc_c, 2, ZERO, 0); in nv04_emit_tex_env()
281 INPUT_SRC(&rc_c, 3, ZERO, 0); in nv04_emit_tex_env()
284 UNSIGNED_OP(&rc_c); in nv04_emit_tex_env()
296 nv04->color[i] = rc_c.hw; in nv04_emit_tex_env()
Dnv10_state_frag.c317 struct combiner_state rc_a, rc_c; in nv10_get_general_combiner() local
320 INIT_COMBINER(RGB, ctx, &rc_c, i); in nv10_get_general_combiner()
322 if (rc_c.mode == GL_DOT3_RGBA || rc_c.mode == GL_DOT3_RGBA_EXT) in nv10_get_general_combiner()
323 rc_a = rc_c; in nv10_get_general_combiner()
327 setup_combiner(&rc_c); in nv10_get_general_combiner()
331 rc_a.in = rc_a.out = rc_c.in = rc_c.out = 0; in nv10_get_general_combiner()
338 *c_in = rc_c.in; in nv10_get_general_combiner()
339 *c_out = rc_c.out; in nv10_get_general_combiner()