Home
last modified time | relevance | path

Searched refs:nir_op_fcsel (Results 1 – 16 of 16) sorted by relevance

/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_lower_bool_to_float.c99 case nir_op_bcsel: alu->op = nir_op_fcsel; break; in lower_alu_instr()
Dnir_opt_if.c307 bcsel->op != nir_op_fcsel) in is_trivial_bcsel()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h178 nir_op_fcsel, enumerator
Dnir_builder_opcodes.h761 return nir_build_alu(build, nir_op_fcsel, src0, src1, src2, NULL); in nir_fcsel()
Dnir_opt_algebraic.c27195 nir_op_fcsel,
322518 [nir_op_fcsel] = {
Dnir_constant_expressions.c46903 case nir_op_fcsel: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c313 [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/
Dlima_program.c177 case nir_op_fcsel: in lima_alu_to_scalar_filter_cb()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c164 [nir_op_fcsel] = gpir_op_select,
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c152 [nir_op_fcsel] = ppir_op_select,
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c865 case nir_op_fcsel: in ntt_emit_alu()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1393 case nir_op_fcsel: in emit_alu()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1127 case nir_op_fcsel: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1232 case nir_op_fcsel: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2678 case nir_op_fcsel: in visit()