Lines Matching defs:function
42 * On Sandybridge, this is no longer the case. This function performs the
471 unsigned function,
480 /* Infer message length from the function */
481 switch (function) {
493 /* Infer response length from the function */
494 switch (function) {
508 brw_inst_set_math_msg_function(devinfo, inst, function);
1466 /* This function is only used for gfx6-style IF instructions with an
2047 /** Extended math function, float[8].
2051 unsigned function,
2077 function,
2085 unsigned function,
2103 if (function == BRW_MATH_FUNCTION_INT_DIV_QUOTIENT ||
2104 function == BRW_MATH_FUNCTION_INT_DIV_REMAINDER ||
2105 function == BRW_MATH_FUNCTION_INT_DIV_QUOTIENT_AND_REMAINDER) {
2111 * INT DIV function does not support source modifiers.
2132 brw_inst_set_math_function(devinfo, insn, function);