/external/mesa3d/prebuilt-intermediates/compiler/ |
D | brw_nir_trig_workarounds.c | 57 nir_op_fmul, 87 nir_op_fmul,
|
/external/mesa3d/prebuilt-intermediates/ir3/ |
D | ir3_nir_trig.c | 47 nir_op_fmul, 76 nir_op_fmul,
|
/external/mesa3d/prebuilt-intermediates/lima/ |
D | lima_nir_algebraic.c | 42 nir_op_fmul, 225 nir_op_fmul,
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opt_algebraic.c | 2328 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 …]
|
D | nir_opcodes.h | 222 nir_op_fmul, enumerator
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search_helpers.h | 225 return src_alu->op != nir_op_fmul; in is_not_fmul() 241 return src_alu->op == nir_op_fmul; in is_fmul()
|
D | nir_lower_bool_to_float.c | 101 case nir_op_iand: alu->op = nir_op_fmul; break; in lower_alu_instr()
|
D | nir_lower_int_to_float.c | 79 case nir_op_imul: alu->op = nir_op_fmul; break; in lower_alu_instr()
|
D | nir_range_analysis.c | 815 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()
|
D | nir_lower_alu_to_scalar.c | 245 LOWER_REDUCTION(nir_op_fdot, nir_op_fmul, nir_op_fadd); in lower_alu_instr_scalar()
|
D | nir_lower_double_ops.c | 565 case nir_op_fmul: in lower_doubles_instr_to_soft()
|
D | nir_loop_analyze.c | 707 mul_op = nir_op_fmul; in test_iterations()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_opt_peephole_ffma.c | 111 case nir_op_fmul: in get_mul_for_src()
|
D | brw_fs_nir.cpp | 858 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/ |
D | midgard_nir_algebraic.c | 50 nir_op_fmul, 817 nir_op_fmul, 2289 [nir_op_fmul] = {
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_nir.c | 236 nir_alu_instr *mul = nir_alu_instr_create(shader, nir_op_fmul); in etna_lower_alu_impl()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_subgroup.c | 421 reduction_op = nir_op_fmul; in vtn_handle_subgroup()
|
D | vtn_alu.c | 276 case SpvOpFMul: return nir_op_fmul; in vtn_nir_alu_op_for_spirv_opcode()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 299 [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/ |
D | nir.c | 153 [nir_op_fmul] = gpir_op_mul,
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | nir.c | 130 [nir_op_fmul] = ppir_op_mul,
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 992 case nir_op_fmul: in bi_class_for_nir_alu() 1206 case nir_op_fmul: in emit_alu()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 633 [OPCODE_MUL] = nir_op_fmul,
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1798 [TGSI_OPCODE_MUL] = nir_op_fmul, 1957 [TGSI_OPCODE_DMUL] = nir_op_fmul,
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 676 case nir_op_fmul: in init_context()
|