Home
last modified time | relevance | path

Searched refs:nir_op_b32csel (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c140 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()
Dbrw_vec4_nir.cpp1834 case nir_op_b32csel: in nir_emit_alu()
Dbrw_fs_nir.cpp1852 case nir_op_b32csel: in nir_emit_alu()
/external/mesa3d/prebuilt-intermediates/bifrost/
Dbifrost_nir_algebraic.c326 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/
Dnir_opt_rematerialize_compares.c84 alu->op != nir_op_b32csel) in all_uses_are_bcsel()
Dnir_lower_bool_to_int32.c103 case nir_op_bcsel: alu->op = nir_op_b32csel; break; in lower_alu_instr()
Dnir_gather_ssa_types.c124 case nir_op_b32csel: in nir_gather_ssa_types()
Dnir_lower_bool_to_bitsize.c308 bit_size == 16 ? nir_op_b16csel : nir_op_b32csel; in lower_alu_instr()
Dnir_range_analysis.c1132 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()
Dnir_opt_if.c306 bcsel->op != nir_op_b32csel && in is_trivial_bcsel()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h86 nir_op_b32csel, enumerator
Dnir_builder_opcodes.h301 return nir_build_alu(build, nir_op_b32csel, src0, src1, src2, NULL); in nir_b32csel()
Dnir_constant_expressions.c46627 case nir_op_b32csel: in nir_eval_const_opcode()
/external/mesa3d/prebuilt-intermediates/midgard/
Dmidgard_nir_algebraic.c387 nir_op_b32csel,
413 nir_op_b32csel,
2032 [nir_op_b32csel] = {
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c466 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/
Dvc4_program.c1000 case nir_op_b32csel: in ntq_emit_comparison()
1229 case nir_op_b32csel: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp170 case nir_op_b32csel: return emit_alu_op3(instr, op3_cnde, {0, 2, 1}); in do_emit()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c953 case nir_op_b32csel: in bi_class_for_nir_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c854 case nir_op_b32csel: in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c548 case nir_op_b32csel: in do_alu_action()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1120 case nir_op_b32csel: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2679 case nir_op_b32csel: { in visit()