Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h75 nir_op_fcsel, enumerator
Dnir_builder_opcodes.h246 return nir_build_alu(build, nir_op_fcsel, src0, src1, src2, NULL); in nir_fcsel()
Dnir_opt_algebraic.c10692 nir_op_fcsel,
20259 case nir_op_fcsel: in nir_opt_algebraic_block()
Dnir_constant_expressions.c10053 case nir_op_fcsel: 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()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1229 case nir_op_fcsel: in ntq_emit_alu()