Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h66 struct r600_bytecode_tex { struct
67 struct list_head list;
68 unsigned op;
69 unsigned inst_mod;
70 unsigned resource_id;
71 unsigned src_gpr;
72 unsigned src_rel;
73 unsigned dst_gpr;
74 unsigned dst_rel;
75 unsigned dst_sel_x;
[all …]
Dr600_asm.c89 static struct r600_bytecode_tex *r600_bytecode_tex(void) in r600_bytecode_tex() function