Home
last modified time | relevance | path

Searched defs:decode_state (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/isaspec/
Disaspec_decode_impl.c119 struct decode_state { struct
120 const struct isa_decode_options *options;
122 struct isa_print_state print;
127 unsigned n;
132 unsigned num_instr;
138 BITSET_WORD *branch_targets;
143 BITSET_WORD *call_targets;
148 BITSET_WORD *entrypoints;
155 int expr_sp;
156 isa_expr_t expr_stack[8];
[all …]
/third_party/mesa3d/src/freedreno/afuc/
Ddisasm.c98 struct decode_state { struct
99 uint32_t immed;
100 uint8_t shift;
101 bool has_immed;
102 bool dst_is_addr;
/third_party/ffmpeg/libavcodec/
Dsnowdec.c514 …int decode_state[MAX_DECOMPOSITIONS][4][1]; /* Stored state info for unpack_coeffs. 1 variable per… in decode_frame() local