Home
last modified time | relevance | path

Searched refs:nir_op_fand (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h75 nir_op_fand, enumerator
Dnir_builder_opcodes.h246 return nir_build_alu(build, nir_op_fand, src0, src1, NULL, NULL); in nir_fand()
Dnir_opt_algebraic.c5478 nir_op_fand,
19216 case nir_op_fand: in nir_opt_algebraic_block()
Dnir_constant_expressions.c13428 case nir_op_fand: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c199 LOWER_REDUCTION(nir_op_fall_equal, nir_op_seq, nir_op_fand); in lower_alu_instr_scalar()