Searched refs:r600_bytecode_kcache (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h178 struct r600_bytecode_kcache { struct
196 struct r600_bytecode_kcache kcache[4];
H A Dr600_asm.c956 struct r600_bytecode_kcache *kcache,
976 memmove(&kcache[i+1],&kcache[i], (kcache_banks-i-1)*sizeof(struct r600_bytecode_kcache));
1018 struct r600_bytecode_kcache *kcache,
1042 struct r600_bytecode_kcache * kcache)
1081 struct r600_bytecode_kcache kcache_sets[4];
1082 struct r600_bytecode_kcache *kcache = kcache_sets;
1085 memcpy(kcache, bc->cf_last->kcache, 4 * sizeof(struct r600_bytecode_kcache));
1102 memcpy(bc->cf_last->kcache, kcache, 4 * sizeof(struct r600_bytecode_kcache));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h182 struct r600_bytecode_kcache { struct
200 struct r600_bytecode_kcache kcache[4];
H A Dr600_asm.c961 struct r600_bytecode_kcache *kcache,
981 memmove(&kcache[i+1],&kcache[i], (kcache_banks-i-1)*sizeof(struct r600_bytecode_kcache));
1023 struct r600_bytecode_kcache *kcache,
1047 struct r600_bytecode_kcache * kcache)
1086 struct r600_bytecode_kcache kcache_sets[4];
1087 struct r600_bytecode_kcache *kcache = kcache_sets;
1090 memcpy(kcache, bc->cf_last->kcache, 4 * sizeof(struct r600_bytecode_kcache));
1107 memcpy(bc->cf_last->kcache, kcache, 4 * sizeof(struct r600_bytecode_kcache));

Completed in 10 milliseconds