Searched defs:emit (Results 1 – 7 of 7) sorted by relevance
290 drm_radeon_irq_emit_t *emit = data; in radeon_irq_emit() local
248 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() function
38 int (*emit)(struct nouveau_fence *); member
38 __u32 emit : 1; member
68 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() function
155 static inline void emit(u32 inst, struct jit_ctx *ctx) in emit() function
258 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()