Searched refs:INIT_COMBINER (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_frag.c | 65 #define INIT_COMBINER(chan, ctx, rc, i) do { \ macro 261 INIT_COMBINER(A, ctx, &rc_a, i); in nv04_emit_tex_env() 264 INIT_COMBINER(RGB, ctx, &rc_c, i); in nv04_emit_tex_env()
|
D | nv10_state_frag.c | 81 #define INIT_COMBINER(chan, ctx, rc, i) do { \ macro 320 INIT_COMBINER(RGB, ctx, &rc_c, i); in nv10_get_general_combiner() 325 INIT_COMBINER(A, ctx, &rc_a, i); in nv10_get_general_combiner()
|