Searched refs:nir_op_uge32 (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_rematerialize_compares.c | 49 case nir_op_uge32: in is_two_src_comparison()
|
D | nir_lower_bool_to_int32.c | 88 case nir_op_uge: alu->op = nir_op_uge32; break; in lower_alu_instr()
|
D | nir_lower_bool_to_bitsize.c | 231 bit_size == 16 ? nir_op_uge16 : nir_op_uge32; in lower_alu_instr()
|
D | nir_opt_if.c | 282 case nir_op_uge32: in alu_instr_is_comparison()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 346 nir_op_uge32, enumerator
|
D | nir_builder_opcodes.h | 1601 return nir_build_alu(build, nir_op_uge32, src0, src1, NULL, NULL); in nir_uge32()
|
D | nir_constant_expressions.c | 47407 case nir_op_uge32: in nir_eval_const_opcode()
|
/external/mesa3d/prebuilt-intermediates/midgard/ |
D | midgard_nir_algebraic.c | 1717 nir_op_uge32, 1832 nir_op_uge32, 2730 [nir_op_uge32] = {
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 1300 case nir_op_uge32: in brw_cmod_for_nir_comparison()
|
D | brw_vec4_nir.cpp | 1431 case nir_op_uge32: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1422 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/ |
D | nv50_ir_from_nir.cpp | 472 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/ |
D | midgard_compile.c | 795 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/ |
D | nir_to_vir.c | 876 case nir_op_uge32: in ntq_emit_comparison() 1108 case nir_op_uge32: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 968 case nir_op_uge32: in ntq_emit_comparison() 1222 case nir_op_uge32: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 99 case nir_op_uge32: in do_emit()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 613 [nir_op_uge32] = { TGSI_OPCODE_USGE, TGSI_OPCODE_U64SGE }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 898 case nir_op_uge32: in do_alu_action()
|