Searched refs:math_function (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/assembler/ |
D | gen8_instruction.h | 169 F(math_function, 27, 24)
|
D | brw_disasm.c | 326 static const char * const math_function[16] = { variable 1069 err |= control (file, "function", math_function, in brw_disasm() 1168 err |= control (file, "math function", math_function, in brw_disasm()
|
D | gram.y | 547 %type <integer> math_function math_signed math_scalar 1464 mathinstruction: predicate MATH_INST execsize dst src srcimm math_function instoptions 1591 | MATH math_function saturate math_signed math_scalar 1987 math_function: INV | LOG | EXP | SQRT | POW | SIN | COS | SINCOS | INTDIV
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_validate.c | 222 unsigned math_function; in num_sources_from_inst() local 225 math_function = brw_inst_math_function(devinfo, inst); in num_sources_from_inst() 248 switch (math_function) { in num_sources_from_inst()
|
D | brw_disasm.c | 487 static const char *const math_function[16] = { variable 1717 err |= control(file, "function", math_function, in brw_disassemble_inst() 1878 err |= control(file, "math function", math_function, in brw_disassemble_inst()
|
D | brw_inst.h | 304 FC(math_function, /* 4+ */ 27, 24, /* 12+ */ 95, 92, devinfo->gen >= 6)
|
/external/mesa3d/src/intel/tools/ |
D | i965_gram.y | 524 %type <integer> negate abs chansel math_function sharedfunction 827 predicate MATH saturate math_function execsize dst src srcimm instoptions 846 math_function:
|