/external/mesa3d/src/compiler/nir/ |
D | nir_lower_to_source_mods.c | 81 if (parent->op != nir_op_fabs && parent->op != nir_op_fneg) in nir_lower_to_source_mods_block() 113 if (parent->op == nir_op_fneg || parent->op == nir_op_ineg) in nir_lower_to_source_mods_block()
|
D | nir_search_helpers.h | 222 if (src_alu->op == nir_op_fneg) in is_not_fmul() 238 if (src_alu->op == nir_op_fneg) in is_fmul() 254 if (src_alu->op == nir_op_fneg) in is_fsign()
|
D | nir_lower_int_to_float.c | 86 case nir_op_ineg: alu->op = nir_op_fneg; break; in lower_alu_instr()
|
D | nir_opt_peephole_select.c | 115 case nir_op_fneg: in block_check_for_allowed_instrs()
|
D | nir_lower_double_ops.c | 522 case nir_op_fneg: in lower_doubles_instr_to_soft()
|
D | nir_instr_set.c | 363 return alu != NULL && (alu->op == nir_op_fneg || alu->op == nir_op_ineg) in get_neg_instr()
|
D | nir_search.c | 758 (instr->op == nir_op_fneg || instr->op == nir_op_fabs || in nir_replace_instr()
|
D | nir_range_analysis.c | 849 case nir_op_fneg: in analyze_expression()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_opt_peephole_ffma.c | 54 case nir_op_fneg: in are_all_uses_fadd() 98 case nir_op_fneg: in get_mul_for_src()
|
D | brw_vec4_nir.cpp | 1161 case nir_op_fneg: in nir_emit_alu()
|
/external/mesa3d/prebuilt-intermediates/lima/ |
D | lima_nir_algebraic.c | 201 nir_op_fneg,
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 223 nir_op_fneg, enumerator
|
D | nir_opt_algebraic.c | 2088 nir_op_fneg, 2096 nir_op_fneg, 2636 nir_op_fneg, 3375 nir_op_fneg, 3515 nir_op_fneg, 3575 nir_op_fneg, 3687 nir_op_fneg, 3711 nir_op_fneg, 3952 nir_op_fneg, 4092 nir_op_fneg, [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 293 [nir_op_fneg] = {MAXs, MAXv}, in instr_create_alu() 438 case nir_op_fneg: in emit_alu()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 520 if (pan_has_source_mod(&src, nir_op_fneg)) in mir_copy_src() 570 nir_op_fabs, nir_op_fneg, in mir_is_bcsel_float() 912 if (instr->op == nir_op_fneg || instr->op == nir_op_fabs) { in emit_alu() 914 if (instr->op == nir_op_fneg) in emit_alu()
|
/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | nir.c | 155 [nir_op_fneg] = gpir_op_neg,
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 486 src.neg = asrc->negate || (alu->op == nir_op_fneg); in emit_alu() 489 assert(!asrc->negate && alu->op != nir_op_fneg); in emit_alu()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 269 case SpvOpFNegate: return nir_op_fneg; in vtn_nir_alu_op_for_spirv_opcode()
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | nir.c | 132 [nir_op_fneg] = ppir_op_neg,
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 1004 case nir_op_fneg: in bi_class_for_nir_alu() 1213 case nir_op_fneg: in emit_alu()
|
/external/mesa3d/prebuilt-intermediates/midgard/ |
D | midgard_nir_algebraic.c | 348 nir_op_fneg,
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 566 [nir_op_fneg] = { 0, TGSI_OPCODE_DNEG }, in ntt_emit_alu() 728 case nir_op_fneg: in ntt_emit_alu()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 681 case nir_op_fneg: in init_context()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 453 case nir_op_fneg: in getOperation() 2494 case nir_op_fneg: in visit()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 65 case nir_op_fneg: return emit_alu_op1(instr, op1_mov, {1 << alu_src0_neg}); in do_emit()
|