Home
last modified time | relevance | path

Searched refs:last_flags (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
Dvir_opt_redundant_flags.c99 struct qinst *last_flags = NULL; in vir_opt_redundant_flags_block() local
106 last_flags = NULL; in vir_opt_redundant_flags_block()
116 last_flags = NULL; in vir_opt_redundant_flags_block()
121 if (last_flags && in vir_opt_redundant_flags_block()
122 vir_instr_flags_op_equal(inst, last_flags)) { in vir_opt_redundant_flags_block()
126 last_flags = inst; in vir_opt_redundant_flags_block()
130 if (last_flags && vir_sources_modified(last_flags, inst)) { in vir_opt_redundant_flags_block()
131 last_flags = NULL; in vir_opt_redundant_flags_block()
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.c548 compiler->last_flags = 0; in sljit_set_current_flags()
550 …compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z… in sljit_set_current_flags()
1062 compiler->last_flags = 0; in check_sljit_emit_enter()
1113 compiler->last_flags = 0; in check_sljit_set_context()
1144 compiler->last_flags = 0; in check_sljit_emit_return()
1164 compiler->last_flags = 0; in check_sljit_emit_fast_enter()
1184 compiler->last_flags = 0; in check_sljit_emit_op0()
1237 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z)); in check_sljit_emit_op1()
1304 CHECK_ARGUMENT((compiler->last_flags & 0xff) == GET_FLAG_TYPE(SLJIT_SET_CARRY)); in check_sljit_emit_op2()
1305 CHECK_ARGUMENT((op & SLJIT_I32_OP) == (compiler->last_flags & SLJIT_I32_OP)); in check_sljit_emit_op2()
[all …]
DsljitLir.h478 sljit_s32 last_flags; member
/third_party/ffmpeg/libavformat/
Dnut.h76 int last_flags; member
Dnutdec.c1076 stc->last_flags = flags; in decode_frame_header()
1098 if (stc->last_flags & FLAG_KEY) in decode_frame()
1103 if ((discard >= AVDISCARD_NONKEY && !(stc->last_flags & FLAG_KEY)) || in decode_frame()
1118 if (stc->last_flags & FLAG_SM_DATA) { in decode_frame()
1141 if (stc->last_flags & FLAG_KEY) in decode_frame()
Dnutenc.c994 if (key_frame && !(nus->last_flags & FLAG_KEY)) in nut_write_packet()
1148 nus->last_flags = flags; in nut_write_packet()
Ddashenc.c116 int last_flags; member
2199 !(os->last_flags & AV_PKT_FLAG_KEY)) || in dash_write_packet()
2226 os->last_flags = pkt->flags; in dash_write_packet()