Home
last modified time | relevance | path

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

12

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c3354 nir_op_bcsel,
3626 nir_op_bcsel,
3931 nir_op_bcsel,
4196 nir_op_bcsel,
4515 nir_op_bcsel,
4780 nir_op_bcsel,
5070 nir_op_bcsel,
5511 nir_op_bcsel,
6288 nir_op_bcsel,
6349 nir_op_bcsel,
[all …]
Dnir_opcodes.h128 nir_op_bcsel, enumerator
Dnir_builder_opcodes.h511 return nir_build_alu(build, nir_op_bcsel, src0, src1, src2, NULL); in nir_bcsel()
/external/mesa3d/src/compiler/nir/
Dnir_opt_intrinsics.c58 assert(alu->op == nir_op_bcsel); in try_opt_bcsel_of_shuffle()
96 case nir_op_bcsel: in opt_intrinsics_alu()
Dnir_lower_bool_to_bitsize.c133 case nir_op_bcsel: in lower_alu_instr()
306 case nir_op_bcsel: in lower_alu_instr()
Dnir_opt_rematerialize_compares.c83 if (alu->op != nir_op_bcsel && in all_uses_are_bcsel()
Dnir_opt_undef.c41 if (instr->op != nir_op_bcsel && instr->op != nir_op_fcsel) in opt_undef_csel()
Dnir_range_analysis.c431 if (alu->op != nir_op_mov && alu->op != nir_op_bcsel) { in analyze_expression()
554 case nir_op_bcsel: { in analyze_expression()
1132 if ((op == nir_op_bcsel || op == nir_op_b32csel) && buf_size >= 2) { in search_phi_bcsel()
1323 case nir_op_bcsel: in nir_unsigned_upper_bound()
1403 case nir_op_bcsel: in nir_unsigned_upper_bound()
Dnir_lower_bool_to_int32.c103 case nir_op_bcsel: alu->op = nir_op_b32csel; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c99 case nir_op_bcsel: alu->op = nir_op_fcsel; break; in lower_alu_instr()
Dnir_lower_int_to_float.c59 case nir_op_bcsel: in lower_alu_instr()
Dnir_opt_peephole_select.c263 nir_alu_instr *sel = nir_alu_instr_create(shader, nir_op_bcsel); in nir_opt_peephole_select_block()
Dnir_gather_ssa_types.c123 case nir_op_bcsel: in nir_gather_ssa_types()
Dnir_lower_int64.c832 case nir_op_bcsel: in nir_lower_int64_op_to_options_mask()
929 case nir_op_bcsel: in lower_int64_alu_instr()
1020 case nir_op_bcsel: in should_lower_int64_alu_instr()
Dnir_opt_if.c305 if (bcsel->op != nir_op_bcsel && in is_trivial_bcsel()
1170 case nir_op_bcsel: in can_propagate_through_alu()
/external/mesa3d/src/gallium/drivers/zink/
Dnir_lower_dynamic_bo_access.c71 …return nir_build_alu(b, nir_op_bcsel, nir_build_alu(b, nir_op_ilt, index, nir_imm_int(b, mid), NUL… in recursive_generate_bo_ssa_def()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c176 case nir_op_bcsel: in lima_alu_to_scalar_filter_cb()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c297 case SpvOpSelect: return nir_op_bcsel; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/docs/relnotes/
D19.2.0.rst248 nir_op_bcsel
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp741 case nir_op_bcsel: in init_context()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c615 case nir_op_bcsel: { in emit_alu()
716 case nir_op_bcsel: in emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp171 case nir_op_bcsel: return emit_alu_op3(instr, op3_cnde, {0, 2, 1}); in do_emit()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1403 case nir_op_bcsel: in emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp3439 alu->op != nir_op_bcsel && in nir_emit_fs_intrinsic()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c984 case nir_op_bcsel: in visit_alu()

12