Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_postsched.c53 struct ir3_postsched_ctx { struct
54 struct ir3 *ir;
56 struct ir3_shader_variant *v;
58 void *mem_ctx;
59 struct ir3_block *block; /* the current block */
60 struct dag *dag;
84 schedule(struct ir3_postsched_ctx *ctx, struct ir3_instruction *instr) in schedule() argument