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.h71 struct r600_bytecode_tex { struct
72 struct list_head list;
73 unsigned op;
74 unsigned inst_mod;
75 unsigned resource_id;
76 unsigned src_gpr;
77 unsigned src_rel;
78 unsigned dst_gpr;
79 unsigned dst_rel;
80 unsigned dst_sel_x;
[all …]
Dr600_asm.c85 static struct r600_bytecode_tex *r600_bytecode_tex(void) in r600_bytecode_tex() function