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.h102 struct r600_bytecode_vtx { struct
103 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 …]
Dr600_asm.c75 static struct r600_bytecode_vtx *r600_bytecode_vtx(void) in r600_bytecode_vtx() function