Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_eu.c712 unsigned math_function; in brw_num_sources_from_inst() local
715 math_function = brw_inst_math_function(devinfo, inst); in brw_num_sources_from_inst()
721 switch (math_function) { in brw_num_sources_from_inst()
H A Dbrw_gram.y532 %type <integer> negate abs chansel math_function sharedfunction
783 predicate MATH saturate math_function execsize dst src srcimm instoptions
795 math_function:
H A Dbrw_eu_validate.c1946 unsigned math_function = brw_inst_math_function(devinfo, inst); in instruction_restrictions() local
1947 switch (math_function) { in instruction_restrictions()
H A Dbrw_disasm.c427 static const char *const math_function[16] = { variable
1988 err |= control(file, "function", math_function, in brw_disassemble_inst()
H A Dbrw_inst.h374 F(math_function, /* 9+ */ 27, 24, /* 12+ */ 95, 92)
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_eu.c784 unsigned math_function; in elk_num_sources_from_inst() local
787 math_function = elk_inst_math_function(devinfo, inst); in elk_num_sources_from_inst()
810 switch (math_function) { in elk_num_sources_from_inst()
H A Delk_disasm.c470 static const char *const math_function[16] = { variable
1550 err |= control(file, "function", math_function, in elk_disassemble_inst()
1686 err |= control(file, "math function", math_function, in elk_disassemble_inst()
H A Delk_gram.y536 %type <integer> negate abs chansel math_function sharedfunction
836 predicate MATH saturate math_function execsize dst src srcimm instoptions
855 math_function:
H A Delk_eu_validate.c2046 unsigned math_function = elk_inst_math_function(devinfo, inst); in instruction_restrictions() local
2047 switch (math_function) { in instruction_restrictions()
H A Delk_inst.h186 FC(math_function, /* 4+ */ 27, 24, devinfo->ver >= 6)
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A 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()
H A Dgen8_instruction.h169 F(math_function, 27, 24)
H A 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