Searched defs:kcache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c717 /* CB constants start at 512, and get translated to a kcache index when ALU
718 * clauses are constructed. Note that we handle kcache constants the same way
1202 /* we'll keep kcache sets sorted by bank & addr */
1204 struct r600_bytecode_kcache *kcache,
1210 if (kcache[i].mode) {
1213 if (kcache[i].bank < bank)
1216 if ((kcache[i].bank == bank && kcache[i].addr > line+1) ||
1217 kcache[i].bank > bank) {
1219 if (kcache[kcache_bank
1203 r600_bytecode_alloc_kcache_line(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, unsigned bank, unsigned line) argument
1263 r600_bytecode_alloc_inst_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, struct r600_bytecode_alu *alu) argument
1284 r600_bytecode_assign_kcache_banks(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct r600_bytecode_kcache * kcache) argument
1324 struct r600_bytecode_kcache *kcache = kcache_sets; local
[all...]
H A Dr600_asm.h160 struct r600_bytecode_kcache kcache[4]; member in struct:r600_bytecode_cf
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c717 /* CB constants start at 512, and get translated to a kcache index when ALU
718 * clauses are constructed. Note that we handle kcache constants the same way
1202 /* we'll keep kcache sets sorted by bank & addr */
1204 struct r600_bytecode_kcache *kcache,
1210 if (kcache[i].mode) {
1213 if (kcache[i].bank < bank)
1216 if ((kcache[i].bank == bank && kcache[i].addr > line+1) ||
1217 kcache[i].bank > bank) {
1219 if (kcache[kcache_bank
1203 r600_bytecode_alloc_kcache_line(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, unsigned bank, unsigned line) argument
1263 r600_bytecode_alloc_inst_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, struct r600_bytecode_alu *alu) argument
1284 r600_bytecode_assign_kcache_banks(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct r600_bytecode_kcache * kcache) argument
1324 struct r600_bytecode_kcache *kcache = kcache_sets; local
[all...]
H A Dr600_asm.h160 struct r600_bytecode_kcache kcache[4]; member in struct:r600_bytecode_cf

Completed in 89 milliseconds