Searched refs:math_function (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_validate.c | 231 unsigned math_function; in num_sources_from_inst() local 234 math_function = brw_inst_math_function(devinfo, inst); in num_sources_from_inst() 257 switch (math_function) { in num_sources_from_inst() 2138 unsigned math_function = brw_inst_math_function(devinfo, inst); in instruction_restrictions() local 2139 switch (math_function) { in instruction_restrictions()
|
D | brw_disasm.c | 504 static const char *const math_function[16] = { variable 1928 err |= control(file, "function", math_function, in brw_disassemble_inst() 2090 err |= control(file, "math function", math_function, in brw_disassemble_inst()
|
D | brw_inst.h | 306 FC(math_function, /* 4+ */ 27, 24, /* 12+ */ 95, 92, devinfo->ver >= 6)
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_gram.y | 534 %type <integer> negate abs chansel math_function sharedfunction 837 predicate MATH saturate math_function execsize dst src srcimm instoptions 856 math_function:
|