Searched refs:BI_FMA (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_special.c | 41 .type = BI_FMA, in bi_emit_fexp2_new() 149 .type = BI_FMA, in bi_emit_flog2_new()
|
D | bi_tables.c | 40 [BI_FMA] = BI_ROUNDMODE | BI_SCHED_FMA | BI_MODS,
|
D | bi_print.c | 56 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()
|
D | bifrost_compile.c | 993 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()
|
D | compiler.h | 60 BI_FMA, enumerator
|
D | bi_pack.c | 537 case BI_FMA: in bi_pack_fma()
|
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_test_pack.c | 247 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
|
D | bi_interpret.c | 529 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/ |
D | 20.1.0.rst | 507 - pan/bi: Pack BI_FMA ops 594 - pan/bi: Allow BI_FMA to take mods
|