Home
last modified time | relevance | path

Searched refs:r600_bytecode_kcache (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h134 struct r600_bytecode_kcache { struct
160 struct r600_bytecode_kcache kcache[4]; argument
Dr600_asm.c1204 struct r600_bytecode_kcache *kcache, in r600_bytecode_alloc_kcache_line()
1224 memmove(&kcache[i+1],&kcache[i], (kcache_banks-i-1)*sizeof(struct r600_bytecode_kcache)); in r600_bytecode_alloc_kcache_line()
1264 struct r600_bytecode_kcache *kcache, in r600_bytecode_alloc_inst_kcache_lines()
1286 struct r600_bytecode_kcache * kcache) in r600_bytecode_assign_kcache_banks()
1323 struct r600_bytecode_kcache kcache_sets[4]; in r600_bytecode_alloc_kcache_lines()
1324 struct r600_bytecode_kcache *kcache = kcache_sets; in r600_bytecode_alloc_kcache_lines()
1327 memcpy(kcache, bc->cf_last->kcache, 4 * sizeof(struct r600_bytecode_kcache)); in r600_bytecode_alloc_kcache_lines()
1344 memcpy(bc->cf_last->kcache, kcache, 4 * sizeof(struct r600_bytecode_kcache)); in r600_bytecode_alloc_kcache_lines()