Searched refs:math_function (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_eu.c | 712 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 D | brw_gram.y | 532 %type <integer> negate abs chansel math_function sharedfunction 783 predicate MATH saturate math_function execsize dst src srcimm instoptions 795 math_function:
|
H A D | brw_eu_validate.c | 1946 unsigned math_function = brw_inst_math_function(devinfo, inst); in instruction_restrictions() local 1947 switch (math_function) { in instruction_restrictions()
|
H A D | brw_disasm.c | 427 static const char *const math_function[16] = { variable 1988 err |= control(file, "function", math_function, in brw_disassemble_inst()
|
H A D | brw_inst.h | 374 F(math_function, /* 9+ */ 27, 24, /* 12+ */ 95, 92)
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_eu.c | 784 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 D | elk_disasm.c | 470 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 D | elk_gram.y | 536 %type <integer> negate abs chansel math_function sharedfunction 836 predicate MATH saturate math_function execsize dst src srcimm instoptions 855 math_function:
|
H A D | elk_eu_validate.c | 2046 unsigned math_function = elk_inst_math_function(devinfo, inst); in instruction_restrictions() local 2047 switch (math_function) { in instruction_restrictions()
|
H A D | elk_inst.h | 186 FC(math_function, /* 4+ */ 27, 24, devinfo->ver >= 6)
|
/aosp_15_r20/external/igt-gpu-tools/assembler/ |
H A 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()
|
H A D | gen8_instruction.h | 169 F(math_function, 27, 24)
|
H A 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
|