Home
last modified time | relevance | path

Searched refs:BI_SPECIAL_EXP2_LOW (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_special.c80 .op = { .special = BI_SPECIAL_EXP2_LOW }, in bi_emit_fexp2_new()
Dcompiler.h236 BI_SPECIAL_EXP2_LOW, enumerator
Dbi_print.c194 case BI_SPECIAL_EXP2_LOW: return "exp2_low"; in bi_special_op_name()
Dbi_pack.c683 case BI_SPECIAL_EXP2_LOW: in bi_pack_add_special()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c301 for (enum bi_special_op op = BI_SPECIAL_FRCP; op <= BI_SPECIAL_EXP2_LOW; ++op) { in bit_special_helper()
302 if (op == BI_SPECIAL_EXP2_LOW) { in bit_special_helper()
317 op == BI_SPECIAL_EXP2_LOW ? exp_input : input, in bit_special_helper()
Dbi_interpret.c590 if (ins->op.special == BI_SPECIAL_EXP2_LOW) { in bit_step()