Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c944 int i, kcache_banks = bc->chip_class >= EVERGREEN ? 4 : 2; in r600_bytecode_alloc_kcache_line() local
946 for (i = 0; i < kcache_banks; i++) { in r600_bytecode_alloc_kcache_line()
956 if (kcache[kcache_banks-1].mode) { in r600_bytecode_alloc_kcache_line()
961 memmove(&kcache[i+1],&kcache[i], (kcache_banks-i-1)*sizeof(struct r600_bytecode_kcache)); in r600_bytecode_alloc_kcache_line()