Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_rematerialize_compares.c48 case nir_op_uge: in is_two_src_comparison()
Dnir_lower_bool_to_int32.c88 case nir_op_uge: alu->op = nir_op_uge32; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c84 case nir_op_uge: alu->op = nir_op_sge; break; in lower_alu_instr()
Dnir_lower_int_to_float.c75 case nir_op_uge: alu->op = nir_op_fge; break; in lower_alu_instr()
Dnir_lower_int64.c365 case nir_op_uge: in lower_int64_compare()
838 case nir_op_uge: in nir_lower_int64_op_to_options_mask()
935 case nir_op_uge: in lower_int64_alu_instr()
1032 case nir_op_uge: in should_lower_int64_alu_instr()
Dnir_loop_analyze.c626 case nir_op_uge: in get_iteration()
839 case nir_op_uge: in inverse_comparison()
846 return nir_op_uge; in inverse_comparison()
Dnir_lower_bool_to_bitsize.c229 case nir_op_uge: in lower_alu_instr()
Dnir_range_analysis.c951 case nir_op_uge: in analyze_expression()
Dnir.h1417 case nir_op_uge: in nir_alu_instr_is_comparison()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h344 nir_op_uge, enumerator
Dnir_opt_algebraic.c8305 nir_op_uge,
10584 nir_op_uge,
15135 nir_op_uge,
15147 nir_op_uge,
15177 nir_op_uge,
15189 nir_op_uge,
15201 nir_op_uge,
15231 nir_op_uge,
15462 nir_op_uge,
15495 nir_op_uge,
[all …]
Dnir_builder_opcodes.h1591 return nir_build_alu(build, nir_op_uge, src0, src1, NULL, NULL); in nir_uge()
Dnir_constant_expressions.c47401 case nir_op_uge: in nir_eval_const_opcode()
/external/mesa3d/docs/relnotes/
D11.0.6.rst77 - vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.
D20.2.0.rst1071 - bifrost: Add support for nir_op_uge
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c338 case SpvOpULessThanEqual: *swap = true; return nir_op_uge; in vtn_nir_alu_op_for_spirv_opcode()
342 case SpvOpUGreaterThanEqual: return nir_op_uge; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c947 BI_CASE_CMP(nir_op_uge) in bi_class_for_nir_alu()
1042 BI_CASE_CMP(nir_op_uge) in bi_cond_for_nir()
1284 BI_CASE_CMP(nir_op_uge) in emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1299 case nir_op_uge: in brw_cmod_for_nir_comparison()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp100 case nir_op_uge: return emit_alu_op2_int(instr, op2_setge_uint); in do_emit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1910 [TGSI_OPCODE_USGE] = nir_op_uge,
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1300 BINOP(nir_op_uge, SpvOpUGreaterThanEqual) in emit_alu()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c610 case nir_op_uge: in emit_alu()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3028 case nir_op_uge: in lower_bit_size_callback()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c715 case nir_op_uge: in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2920 case nir_op_uge: { in visit_alu_instr()