Lines Matching refs:func
103 *lima_get_compare_func_string(int func) {
104 if ((func >= 0) && (func <= 7))
105 return PIPE_COMPARE_FUNC_STRING[func];
111 *lima_get_stencil_op_string(int func) {
112 if ((func >= 0) && (func <= 7))
113 return PIPE_STENCIL_OP_STRING[func];
119 *lima_get_blend_func_string(int func) {
120 if ((func >= 0) && (func <= 5))
121 return PIPE_BLEND_FUNC_STRING[func];
127 *lima_get_blendfactor_string(int func) {
128 if ((func >= 0) && (func <= 26))
129 return PIPE_BLENDFACTOR_STRING[func];