HomeSort by relevance Sort by last modified time
    Searched refs:combiner_state (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 44 struct combiner_state { struct
63 /* Initialize a combiner_state struct from the texture unit
82 get_input_source(struct combiner_state *rc, int source)
118 get_input_mapping(struct combiner_state *rc, int operand, int flags)
132 get_input_arg(struct combiner_state *rc, int arg, int flags)
184 setup_combiner(struct combiner_state *rc)
257 struct combiner_state rc_a = {}, rc_c = {};
nv10_state_frag.c 63 struct combiner_state { struct
79 /* Initialize a combiner_state struct from the texture unit
97 get_input_source(struct combiner_state *rc, int source)
141 get_input_mapping(struct combiner_state *rc, int operand, int flags)
163 get_input_arg(struct combiner_state *rc, int arg, int flags)
218 setup_combiner(struct combiner_state *rc)
317 struct combiner_state rc_a, rc_c;
345 struct combiner_state rc = {};

Completed in 326 milliseconds