Searched refs:nir_op_bcsel (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opt_algebraic.c | 1250 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 …]
|
D | nir_opcodes.h | 46 nir_op_bcsel, enumerator
|
D | nir_builder_opcodes.h | 101 return nir_build_alu(build, nir_op_bcsel, src0, src1, src2, NULL); in nir_bcsel()
|
D | nir_constant_expressions.c | 13370 case nir_op_bcsel: in nir_eval_const_opcode()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_undef.c | 41 if (instr->op != nir_op_bcsel && instr->op != nir_op_fcsel) in opt_undef_csel()
|
D | nir_search_helpers.h | 181 nir_instr_as_alu(use->parent_instr)->op == nir_op_bcsel) in is_not_used_by_conditional()
|
D | nir_opt_peephole_select.c | 207 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/ |
D | ir3_nir_lower_if_else.c | 267 nir_alu_instr *sel = nir_alu_instr_create(mem_ctx, nir_op_bcsel); in lower_if_else_block()
|
D | ir3_compiler_nir.c | 1121 case nir_op_bcsel: in emit_alu()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 315 case SpvOpSelect: return nir_op_bcsel; in vtn_nir_alu_op_for_spirv_opcode()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 594 case nir_op_bcsel: in ntq_emit_comparison() 788 case nir_op_bcsel: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1007 case nir_op_bcsel: in ntq_emit_comparison() 1237 case nir_op_bcsel: in ntq_emit_alu()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1913 case nir_op_bcsel: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1430 case nir_op_bcsel: in nir_emit_alu()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1997 case nir_op_bcsel: in visit_alu()
|