Searched defs:fd6_emit (Results 1 – 1 of 1) sorted by relevance
85 struct fd6_emit { struct86 struct fd_context *ctx;87 const struct fd_vertex_state *vtx;88 const struct pipe_draw_info *info;89 struct ir3_cache_key key;90 enum fd_dirty_3d_state dirty;115 fd6_emit_get_prog(struct fd6_emit *emit) in fd6_emit_get_prog() argument