Searched refs:next_tag (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_emit.c | 963 int next_tag) 965 int lookahead = next_tag << 4; 1012 .next_type = next_tag, 1032 ins->texture.next_type = next_tag; 959 emit_binary_bundle(compiler_context * ctx,midgard_block * block,midgard_bundle * bundle,struct util_dynarray * emission,int next_tag) argument
|
| H A D | compiler.h | 658 int next_tag);
|
| H A D | disassemble.c | 1915 unsigned next_tag = (words[i] >> 4) & 0xF; local in function:disassemble_midgard 1926 /* Check the tag. The idea is to ensure that next_tag is 1928 * safely omit printing next_tag. To show this, we first 1944 if (next_tag == TAG_INVALID) 1953 last_next_tag = next_tag; 2009 if (next_tag == TAG_BREAK) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 2928 emit_binary_bundle(compiler_context *ctx, midgard_bundle *bundle, struct util_dynarray *emission, int next_tag) argument 2930 int lookahead = next_tag << 4; 2995 .next_type = next_tag, 3012 ins->texture.next_type = next_tag;
|
Completed in 12 milliseconds