Searched defs:fma (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-scheduler-predicates.c44 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero(), BI_ROUND_NONE); local in function:main
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dserialize_tests.cpp168 nir_ssa_def *fma = nir_ffma(b, undef, undef, undef); local in function:TEST_P
190 nir_ssa_def *fma = nir_ffma(b, undef, undef, undef); local in function:TEST_P
219 nir_ssa_def *fma = nir_ffma(b, undef, undef, undef); local in function:TEST_P
247 nir_ssa_def *fma = nir_ffma(b, undef, undef, undef); local in function:TEST_P
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.cpp588 fma(operand a, operand b, operand c) function in namespace:ir_builder
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.cpp588 fma(operand a, operand b, operand c) function in namespace:ir_builder
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_pack.c321 uint64_t fma = bi_pack_fma(tuple->fma, local in function:bi_pack_tuple
[all...]
H A Dbi_schedule.c376 bi_instr *fma = bi_seg_add_to(&b, pinstr->dest[0], pinstr->src[0], local in function:bi_lower_seg_add
903 bi_has_staging_passthrough_hazard(bi_index fma, bi_instr *add) argument
750 bi_update_fau(struct bi_clause_state * clause,struct bi_tuple_state * tuple,bi_instr * instr,bool fma,bool destructive) argument
977 bi_instr_schedulable(bi_instr * instr,struct bi_clause_state * clause,struct bi_tuple_state * tuple,uint64_t live_after_temp,bool fma) argument
1108 bi_choose_index(struct bi_worklist st,struct bi_clause_state * clause,struct bi_tuple_state * tuple,uint64_t live_after_temp,bool fma) argument
1140 bi_pop_instr(struct bi_clause_state * clause,struct bi_tuple_state * tuple,bi_instr * instr,uint64_t live_after_temp,bool fma) argument
1163 bi_take_instr(bi_context * ctx,struct bi_worklist st,struct bi_clause_state * clause,struct bi_tuple_state * tuple,uint64_t live_after_temp,bool fma) argument
1288 bi_rewrite_zero(bi_instr * ins,bool fma) argument
[all...]
H A Dcompiler.h517 bi_instr *fma; member in struct:__anon9a2e09911308
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer.cpp3208 aco_ptr<VOP3P_instruction> fma{ local in function:aco::combine_vop3p
[all...]
H A Daco_instruction_selection.cpp2898 Temp fma = bld.vop3(aco_opcode::v_fma_f64, bld.def(v2), floor, vec, trunc); local in function:aco::__anon562fcc110110::visit_alu_instr
2988 Temp fma = bld.vop3(aco_opcode::v_fma_f64, bld.def(v2), floor, vec, trunc); local in function:aco::__anon562fcc110110::visit_alu_instr
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_opcodes.h674 bool fma : 1; member in struct:bi_op_props

Completed in 38 milliseconds