Home
last modified time | relevance | path

Searched refs:BI_FMA (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_special.c41 .type = BI_FMA, in bi_emit_fexp2_new()
149 .type = BI_FMA, in bi_emit_flog2_new()
Dbi_tables.c40 [BI_FMA] = BI_ROUNDMODE | BI_SCHED_FMA | BI_MODS,
Dbi_print.c56 case BI_FMA: return "fma"; in bi_class_name()
276 if ((ins->type == BI_ADD || ins->type == BI_FMA) && ins->op.mscale) in bi_print_instruction()
Dbifrost_compile.c993 return BI_FMA; in bi_class_for_nir_alu()
1502 .type = BI_FMA, in bi_emit_lod_88()
1516 .type = BI_FMA, in bi_emit_lod_88()
1693 .type = BI_FMA, in bi_lower_cube_coord()
1703 .type = BI_FMA, in bi_lower_cube_coord()
1714 .type = BI_FMA, in bi_lower_cube_coord()
Dcompiler.h60 BI_FMA, enumerator
Dbi_pack.c537 case BI_FMA: in bi_pack_fma()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c247 bi_instruction ins = bit_ins(BI_FMA, 3, nir_type_float, size); in bit_fma_helper()
263 bi_instruction ins = bit_ins(BI_FMA, 4, nir_type_float, 32); in bit_fma_mscale_helper()
510 enum bi_class C[3] = { BI_MOV, BI_ADD, BI_FMA }; in bit_constant_helper() enumerator
Dbi_interpret.c529 case BI_FMA: { in bit_step()
680 if ((ins->type == BI_FMA || ins->type == BI_ADD) && ins->op.mscale) { in bit_step()
681 unsigned idx = (ins->type == BI_FMA) ? 3 : 2; in bit_step()
/external/mesa3d/docs/relnotes/
D20.1.0.rst507 - pan/bi: Pack BI_FMA ops
594 - pan/bi: Allow BI_FMA to take mods