Home
last modified time | relevance | path

Searched refs:nir_op_fmul (Results 1 – 25 of 41) sorted by relevance

12

/external/mesa3d/prebuilt-intermediates/compiler/
Dbrw_nir_trig_workarounds.c57 nir_op_fmul,
87 nir_op_fmul,
/external/mesa3d/prebuilt-intermediates/ir3/
Dir3_nir_trig.c47 nir_op_fmul,
76 nir_op_fmul,
/external/mesa3d/prebuilt-intermediates/lima/
Dlima_nir_algebraic.c42 nir_op_fmul,
225 nir_op_fmul,
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c2328 nir_op_fmul,
2347 nir_op_fmul,
2377 nir_op_fmul,
2735 nir_op_fmul,
2794 nir_op_fmul,
2825 nir_op_fmul,
2868 nir_op_fmul,
2876 nir_op_fmul,
2889 nir_op_fmul,
2902 nir_op_fmul,
[all …]
Dnir_opcodes.h222 nir_op_fmul, enumerator
/external/mesa3d/src/compiler/nir/
Dnir_search_helpers.h225 return src_alu->op != nir_op_fmul; in is_not_fmul()
241 return src_alu->op == nir_op_fmul; in is_fmul()
Dnir_lower_bool_to_float.c101 case nir_op_iand: alu->op = nir_op_fmul; break; in lower_alu_instr()
Dnir_lower_int_to_float.c79 case nir_op_imul: alu->op = nir_op_fmul; break; in lower_alu_instr()
Dnir_range_analysis.c815 case nir_op_fmul: { in analyze_expression()
1328 case nir_op_fmul: in nir_unsigned_upper_bound()
1432 case nir_op_fmul: in nir_unsigned_upper_bound()
Dnir_lower_alu_to_scalar.c245 LOWER_REDUCTION(nir_op_fdot, nir_op_fmul, nir_op_fadd); in lower_alu_instr_scalar()
Dnir_lower_double_ops.c565 case nir_op_fmul: in lower_doubles_instr_to_soft()
Dnir_loop_analyze.c707 mul_op = nir_op_fmul; in test_iterations()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_opt_peephole_ffma.c111 case nir_op_fmul: in get_mul_for_src()
Dbrw_fs_nir.cpp858 assert(instr->op == nir_op_fsign || instr->op == nir_op_fmul); in emit_fsign()
982 assert(instr->op == nir_op_fmul); in can_fuse_fmul_fsign()
1274 case nir_op_fmul: in nir_emit_alu()
3936 case nir_op_fmul: return BRW_OPCODE_MUL; in brw_op_for_nir_reduction_op()
3958 case nir_op_fmul: return BRW_CONDITIONAL_NONE; in brw_cond_mod_for_nir_reduction_op()
/external/mesa3d/prebuilt-intermediates/midgard/
Dmidgard_nir_algebraic.c50 nir_op_fmul,
817 nir_op_fmul,
2289 [nir_op_fmul] = {
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_nir.c236 nir_alu_instr *mul = nir_alu_instr_create(shader, nir_op_fmul); in etna_lower_alu_impl()
/external/mesa3d/src/compiler/spirv/
Dvtn_subgroup.c421 reduction_op = nir_op_fmul; in vtn_handle_subgroup()
Dvtn_alu.c276 case SpvOpFMul: return nir_op_fmul; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c299 [nir_op_fmul] = {MULs, MULv}, in instr_create_alu()
840 sc = instr_create_alu(ctx, nir_op_fmul, 4); in extra_position_exports()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c153 [nir_op_fmul] = gpir_op_mul,
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c130 [nir_op_fmul] = ppir_op_mul,
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c992 case nir_op_fmul: in bi_class_for_nir_alu()
1206 case nir_op_fmul: in emit_alu()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c633 [OPCODE_MUL] = nir_op_fmul,
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1798 [TGSI_OPCODE_MUL] = nir_op_fmul,
1957 [TGSI_OPCODE_DMUL] = nir_op_fmul,
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp676 case nir_op_fmul: in init_context()

12