Searched refs:nir_op_b32csel (Results 1 – 22 of 22) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_analyze_boolean_resolves.c | 140 case nir_op_b32csel: in analyze_boolean_resolves_block() 144 const unsigned first = alu->op == nir_op_b32csel ? 1 : 0; in analyze_boolean_resolves_block() 151 if (alu->op == nir_op_b32csel) in analyze_boolean_resolves_block()
|
D | brw_vec4_nir.cpp | 1834 case nir_op_b32csel: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1852 case nir_op_b32csel: in nir_emit_alu()
|
/external/mesa3d/prebuilt-intermediates/bifrost/ |
D | bifrost_nir_algebraic.c | 326 nir_op_b32csel, 350 nir_op_b32csel, 374 nir_op_b32csel, 719 nir_op_b32csel, 755 nir_op_b32csel, 791 nir_op_b32csel, 827 nir_op_b32csel,
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_rematerialize_compares.c | 84 alu->op != nir_op_b32csel) in all_uses_are_bcsel()
|
D | nir_lower_bool_to_int32.c | 103 case nir_op_bcsel: alu->op = nir_op_b32csel; break; in lower_alu_instr()
|
D | nir_gather_ssa_types.c | 124 case nir_op_b32csel: in nir_gather_ssa_types()
|
D | nir_lower_bool_to_bitsize.c | 308 bit_size == 16 ? nir_op_b16csel : nir_op_b32csel; in lower_alu_instr()
|
D | nir_range_analysis.c | 1132 if ((op == nir_op_bcsel || op == nir_op_b32csel) && buf_size >= 2) { in search_phi_bcsel() 1324 case nir_op_b32csel: in nir_unsigned_upper_bound() 1404 case nir_op_b32csel: in nir_unsigned_upper_bound()
|
D | nir_opt_if.c | 306 bcsel->op != nir_op_b32csel && in is_trivial_bcsel()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 86 nir_op_b32csel, enumerator
|
D | nir_builder_opcodes.h | 301 return nir_build_alu(build, nir_op_b32csel, src0, src1, src2, NULL); in nir_b32csel()
|
D | nir_constant_expressions.c | 46627 case nir_op_b32csel: in nir_eval_const_opcode()
|
/external/mesa3d/prebuilt-intermediates/midgard/ |
D | midgard_nir_algebraic.c | 387 nir_op_b32csel, 413 nir_op_b32csel, 2032 [nir_op_b32csel] = {
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 466 case nir_op_b32csel: in nir_accepts_inot() 808 case nir_op_b32csel: { in emit_alu() 886 if (instr->op == nir_op_b32csel) { in emit_alu() 905 if (instr->op == nir_op_b32csel && ins.src_invert[2]) { in emit_alu()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1000 case nir_op_b32csel: in ntq_emit_comparison() 1229 case nir_op_b32csel: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 170 case nir_op_b32csel: return emit_alu_op3(instr, op3_cnde, {0, 2, 1}); in do_emit()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 953 case nir_op_b32csel: in bi_class_for_nir_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 854 case nir_op_b32csel: in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 548 case nir_op_b32csel: in do_alu_action()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 1120 case nir_op_b32csel: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 2679 case nir_op_b32csel: { in visit()
|