Home
last modified time | relevance | path

Searched refs:nir_op_feq (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_rematerialize_compares.c38 case nir_op_feq: in is_two_src_comparison()
Dnir_lower_bool_to_int32.c81 case nir_op_feq: alu->op = nir_op_feq32; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c77 case nir_op_feq: alu->op = nir_op_seq; break; in lower_alu_instr()
Dnir_lower_int_to_float.c72 case nir_op_ieq: alu->op = nir_op_feq; break; in lower_alu_instr()
Dnir_opt_comparison_pre.c323 case nir_op_feq: in comparison_pre_block()
Dnir_loop_analyze.c636 case nir_op_feq: in get_iteration()
847 case nir_op_feq: in inverse_comparison()
852 return nir_op_feq; in inverse_comparison()
Dnir_lower_bool_to_bitsize.c194 case nir_op_feq: in lower_alu_instr()
Dnir_lower_alu_to_scalar.c246 LOWER_REDUCTION(nir_op_ball_fequal, nir_op_feq, nir_op_iand); in lower_alu_instr_scalar()
Dnir_lower_double_ops.c540 case nir_op_feq: in lower_doubles_instr_to_soft()
Dnir_range_analysis.c944 case nir_op_feq: in analyze_expression()
Dnir.h1412 case nir_op_feq: in nir_alu_instr_is_comparison()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h198 nir_op_feq, enumerator
Dnir_opt_algebraic.c8203 nir_op_feq,
8403 nir_op_feq,
8609 nir_op_feq,
8621 nir_op_feq,
8785 nir_op_feq,
8797 nir_op_feq,
8938 nir_op_feq,
9439 nir_op_feq,
9469 nir_op_feq,
9493 nir_op_feq,
[all …]
Dnir_builder_opcodes.h861 return nir_build_alu(build, nir_op_feq, src0, src1, NULL, NULL); in nir_feq()
Dnir_constant_expressions.c46963 case nir_op_feq: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c324 case SpvOpFOrdEqual: *exact = true; return nir_op_feq; in vtn_nir_alu_op_for_spirv_opcode()
325 case SpvOpFUnordEqual: *exact = true; return nir_op_feq; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c941 BI_CASE_CMP(nir_op_feq) in bi_class_for_nir_alu()
1045 BI_CASE_CMP(nir_op_feq) in bi_cond_for_nir()
1280 BI_CASE_CMP(nir_op_feq) in emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1303 case nir_op_feq: in brw_cmod_for_nir_comparison()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp138 case nir_op_feq: return emit_alu_op2(instr, op2_sete_dx10); in do_emit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1883 [TGSI_OPCODE_FSEQ] = nir_op_feq,
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1303 BINOP(nir_op_feq, SpvOpFOrdEqual) in emit_alu()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c483 case nir_op_feq: in emit_alu()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c718 case nir_op_feq: in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2884 case nir_op_feq: { in visit_alu_instr()