Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_int_to_float.c71 case nir_op_ige: alu->op = nir_op_fge; break; in lower_alu_instr()
75 case nir_op_uge: alu->op = nir_op_fge; break; in lower_alu_instr()
Dnir_opt_rematerialize_compares.c36 case nir_op_fge: in is_two_src_comparison()
Dnir_lower_bool_to_int32.c80 case nir_op_fge: alu->op = nir_op_fge32; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c76 case nir_op_fge: alu->op = nir_op_sge; break; in lower_alu_instr()
Dnir_loop_analyze.c634 case nir_op_fge: in get_iteration()
835 case nir_op_fge: in inverse_comparison()
842 return nir_op_fge; in inverse_comparison()
Dnir_opt_comparison_pre.c321 case nir_op_fge: in comparison_pre_block()
Dnir_lower_bool_to_bitsize.c189 case nir_op_fge: in lower_alu_instr()
Dnir_lower_double_ops.c552 case nir_op_fge: in lower_doubles_instr_to_soft()
Dnir_range_analysis.c943 case nir_op_fge: in analyze_expression()
Dnir.h1411 case nir_op_fge: in nir_alu_instr_is_comparison()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c340 case SpvOpFOrdLessThanEqual: *swap = true; *exact = true; return nir_op_fge; in vtn_nir_alu_op_for_spirv_opcode()
341 case SpvOpFUnordLessThanEqual: *swap = true; *exact = true; return nir_op_fge; in vtn_nir_alu_op_for_spirv_opcode()
344 case SpvOpFOrdGreaterThanEqual: *exact = true; return nir_op_fge; in vtn_nir_alu_op_for_spirv_opcode()
345 case SpvOpFUnordGreaterThanEqual: *exact = true; return nir_op_fge; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c8173 nir_op_fge,
8583 nir_op_fge,
8595 nir_op_fge,
8710 nir_op_fge,
8722 nir_op_fge,
8735 nir_op_fge,
8747 nir_op_fge,
8895 nir_op_fge,
8913 nir_op_fge,
8925 nir_op_fge,
[all …]
Dnir_opcodes.h206 nir_op_fge, enumerator
Dnir_builder_opcodes.h901 return nir_build_alu(build, nir_op_fge, src0, src1, NULL, NULL); in nir_fge()
Dnir_constant_expressions.c46987 case nir_op_fge: in nir_eval_const_opcode()
/external/mesa3d/prebuilt-intermediates/midgard/
Dmidgard_nir_algebraic.c1621 nir_op_fge,
2604 [nir_op_fge] = {
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c940 BI_CASE_CMP(nir_op_fge) in bi_class_for_nir_alu()
1040 BI_CASE_CMP(nir_op_fge) in bi_cond_for_nir()
1278 BI_CASE_CMP(nir_op_fge) in emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1295 case nir_op_fge: in brw_cmod_for_nir_comparison()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c792 case nir_op_fge: in emit_alu()
797 instr->op == nir_op_fge ? midgard_alu_op_fle : in emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp134 case nir_op_fge: return emit_alu_op2(instr, op2_setge_dx10); in do_emit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1884 [TGSI_OPCODE_FSGE] = nir_op_fge,
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1302 BINOP(nir_op_fge, SpvOpFOrdGreaterThanEqual) in emit_alu()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c479 case nir_op_fge: in emit_alu()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c727 case nir_op_fge: in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2880 case nir_op_fge: { in visit_alu_instr()