Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h62 struct r600_bytecode_tex { struct
63 struct list_head list;
64 unsigned op;
65 unsigned inst_mod;
66 unsigned resource_id;
67 unsigned src_gpr;
68 unsigned src_rel;
69 unsigned dst_gpr;
70 unsigned dst_rel;
71 unsigned dst_sel_x;
[all …]
H A Dr600_asm.c66 static struct r600_bytecode_tex *r600_bytecode_tex(void) in r600_bytecode_tex() function