Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c1250 nir_op_bcsel,
1326 nir_op_bcsel,
1365 nir_op_bcsel,
1433 nir_op_bcsel,
2085 nir_op_bcsel,
2161 nir_op_bcsel,
2200 nir_op_bcsel,
2268 nir_op_bcsel,
3388 nir_op_bcsel,
3457 nir_op_bcsel,
[all …]
Dnir_opcodes.h46 nir_op_bcsel, enumerator
Dnir_builder_opcodes.h101 return nir_build_alu(build, nir_op_bcsel, src0, src1, src2, NULL); in nir_bcsel()
Dnir_constant_expressions.c13370 case nir_op_bcsel: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_opt_undef.c41 if (instr->op != nir_op_bcsel && instr->op != nir_op_fcsel) in opt_undef_csel()
Dnir_search_helpers.h181 nir_instr_as_alu(use->parent_instr)->op == nir_op_bcsel) in is_not_used_by_conditional()
Dnir_opt_peephole_select.c207 nir_alu_instr *sel = nir_alu_instr_create(shader, nir_op_bcsel); in nir_opt_peephole_select_block()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir_lower_if_else.c267 nir_alu_instr *sel = nir_alu_instr_create(mem_ctx, nir_op_bcsel); in lower_if_else_block()
Dir3_compiler_nir.c1121 case nir_op_bcsel: in emit_alu()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c315 case SpvOpSelect: return nir_op_bcsel; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c594 case nir_op_bcsel: in ntq_emit_comparison()
788 case nir_op_bcsel: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1007 case nir_op_bcsel: in ntq_emit_comparison()
1237 case nir_op_bcsel: in ntq_emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1913 case nir_op_bcsel: in nir_emit_alu()
Dbrw_fs_nir.cpp1430 case nir_op_bcsel: in nir_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1997 case nir_op_bcsel: in visit_alu()