Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h230 BI_SPECIAL_FRCP, enumerator
Dbi_print.c192 case BI_SPECIAL_FRCP: return "frcp"; in bi_special_op_name()
Dbifrost_compile.c1271 alu.op.special = BI_SPECIAL_FRCP; in emit_alu()
1684 .op.special = BI_SPECIAL_FRCP, in bi_lower_cube_coord()
Dbi_pack.c677 case BI_SPECIAL_FRCP: 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()
Dbi_interpret.c289 case BI_SPECIAL_FRCP: return 1.0 / Q; in biti_special()