Searched refs:nir_op_fcsel (Results 1 – 16 of 16) sorted by relevance
/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_lower_bool_to_float.c | 99 case nir_op_bcsel: alu->op = nir_op_fcsel; break; in lower_alu_instr()
|
D | nir_opt_if.c | 307 bcsel->op != nir_op_fcsel) in is_trivial_bcsel()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 178 nir_op_fcsel, enumerator
|
D | nir_builder_opcodes.h | 761 return nir_build_alu(build, nir_op_fcsel, src0, src1, src2, NULL); in nir_fcsel()
|
D | nir_opt_algebraic.c | 27195 nir_op_fcsel, 322518 [nir_op_fcsel] = {
|
D | nir_constant_expressions.c | 46903 case nir_op_fcsel: in nir_eval_const_opcode()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 313 [nir_op_fcsel] = {-1, CNDEv}, in instr_create_alu() 452 case nir_op_fcsel: in emit_alu() 469 tmp = instr_create_alu(ctx, nir_op_fcsel, ncomp); in emit_alu()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 177 case nir_op_fcsel: in lima_alu_to_scalar_filter_cb()
|
/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | nir.c | 164 [nir_op_fcsel] = gpir_op_select,
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | nir.c | 152 [nir_op_fcsel] = ppir_op_select,
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 865 case nir_op_fcsel: in ntt_emit_alu()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1393 case nir_op_fcsel: in emit_alu()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 1127 case nir_op_fcsel: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1232 case nir_op_fcsel: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 2678 case nir_op_fcsel: in visit()
|