Searched refs:nir_op_seq (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 190 nir_op_seq, enumerator
|
D | nir_builder_opcodes.h | 821 return nir_build_alu(build, nir_op_seq, src0, src1, NULL, NULL); in nir_seq()
|
D | nir_opt_algebraic.c | 1157 nir_op_seq, 5727 nir_op_seq, 5757 nir_op_seq, 19018 case nir_op_seq: in nir_opt_algebraic_block()
|
D | nir_constant_expressions.c | 13658 case nir_op_seq: in nir_eval_const_opcode()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_alu_to_scalar.c | 199 LOWER_REDUCTION(nir_op_fall_equal, nir_op_seq, nir_op_fand); in lower_alu_instr_scalar()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 536 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/ |
D | vc4_program.c | 965 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/ |
D | tgsi_to_nir.c | 1507 [TGSI_OPCODE_SEQ] = nir_op_seq,
|