Home
last modified time | relevance | path

Searched refs:math_function (Results 1 – 7 of 7) sorted by relevance

/external/igt-gpu-tools/assembler/
Dgen8_instruction.h169 F(math_function, 27, 24)
Dbrw_disasm.c326 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()
Dgram.y547 %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/
Dbrw_eu_validate.c222 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()
Dbrw_disasm.c487 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()
Dbrw_inst.h304 FC(math_function, /* 4+ */ 27, 24, /* 12+ */ 95, 92, devinfo->gen >= 6)
/external/mesa3d/src/intel/tools/
Di965_gram.y524 %type <integer> negate abs chansel math_function sharedfunction
827 predicate MATH saturate math_function execsize dst src srcimm instoptions
846 math_function: