Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_frag.c145 if (is_color_operand(operand)) in get_input_mapping()
177 if (is_color_operand(operand)) in get_input_arg()
183 if (!is_color_operand(operand)) in get_input_arg()
190 if (!is_color_operand(operand)) in get_input_arg()
Dnv04_state_frag.c122 if (!is_color_operand(operand) && !rc->alpha) in get_input_mapping()
146 if (is_color_operand(operand)) in get_input_arg()
152 if (!is_color_operand(operand)) in get_input_arg()
Dnouveau_util.h178 is_color_operand(int op) in is_color_operand() function