Home
last modified time | relevance | path

Searched refs:nir_op_uge32 (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_rematerialize_compares.c49 case nir_op_uge32: 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_bitsize.c231 bit_size == 16 ? nir_op_uge16 : nir_op_uge32; in lower_alu_instr()
Dnir_opt_if.c282 case nir_op_uge32: in alu_instr_is_comparison()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h346 nir_op_uge32, enumerator
Dnir_builder_opcodes.h1601 return nir_build_alu(build, nir_op_uge32, src0, src1, NULL, NULL); in nir_uge32()
Dnir_constant_expressions.c47407 case nir_op_uge32: in nir_eval_const_opcode()
/external/mesa3d/prebuilt-intermediates/midgard/
Dmidgard_nir_algebraic.c1717 nir_op_uge32,
1832 nir_op_uge32,
2730 [nir_op_uge32] = {
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1300 case nir_op_uge32: in brw_cmod_for_nir_comparison()
Dbrw_vec4_nir.cpp1431 case nir_op_uge32: in nir_emit_alu()
Dbrw_fs_nir.cpp1422 case nir_op_uge32: in nir_emit_alu()
3446 alu->op == nir_op_ult32 || alu->op == nir_op_uge32)) { in nir_emit_fs_intrinsic()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp472 case nir_op_uge32: in getOperation()
705 case nir_op_uge32: in getCondCode()
2576 case nir_op_uge32: in visit()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c795 case nir_op_uge32: { in emit_alu()
800 instr->op == nir_op_uge32 ? midgard_alu_op_ule : in emit_alu()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c876 case nir_op_uge32: in ntq_emit_comparison()
1108 case nir_op_uge32: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c968 case nir_op_uge32: in ntq_emit_comparison()
1222 case nir_op_uge32: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp99 case nir_op_uge32: in do_emit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c613 [nir_op_uge32] = { TGSI_OPCODE_USGE, TGSI_OPCODE_U64SGE }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c898 case nir_op_uge32: in do_alu_action()