Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h98 struct r600_bytecode_vtx { struct
99 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 …]
Dr600_asm.c75 static struct r600_bytecode_vtx *r600_bytecode_vtx(void) in r600_bytecode_vtx() function