Searched defs:r600_bytecode_vtx (Results 1 – 2 of 2) sorted by relevance
98 struct r600_bytecode_vtx { struct99 struct list_head list;100 unsigned op;101 unsigned fetch_type;102 unsigned buffer_id;103 unsigned src_gpr;104 unsigned src_sel_x;105 unsigned mega_fetch_count;106 unsigned dst_gpr;107 unsigned dst_sel_x;[all …]
75 static struct r600_bytecode_vtx *r600_bytecode_vtx(void) in r600_bytecode_vtx() function