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