Home
last modified time | relevance | path

Searched refs:nir_op_seq (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h190 nir_op_seq, enumerator
Dnir_builder_opcodes.h821 return nir_build_alu(build, nir_op_seq, src0, src1, NULL, NULL); in nir_seq()
Dnir_opt_algebraic.c1157 nir_op_seq,
5727 nir_op_seq,
5757 nir_op_seq,
19018 case nir_op_seq: in nir_opt_algebraic_block()
Dnir_constant_expressions.c13658 case nir_op_seq: 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()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c536 case nir_op_seq: in ntq_emit_comparison()
586 case nir_op_seq: in ntq_emit_comparison()
769 case nir_op_seq: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c965 case nir_op_seq: in ntq_emit_comparison()
999 case nir_op_seq: in ntq_emit_comparison()
1219 case nir_op_seq: in ntq_emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1507 [TGSI_OPCODE_SEQ] = nir_op_seq,