Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr.cpp359 auto kcache = m_kcache; in try_reserve_kcache() local
379 auto kcache = m_kcache; in try_reserve_kcache() local
Dsfn_valuefactory.cpp207 ValueFactory::uniform(uint32_t index, int chan, int kcache) in uniform()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c998 struct r600_bytecode_kcache *kcache, in r600_bytecode_alloc_kcache_line()
1060 struct r600_bytecode_kcache *kcache, in r600_bytecode_alloc_inst_kcache_lines()
1084 struct r600_bytecode_kcache * kcache) in r600_bytecode_assign_kcache_banks()
1124 struct r600_bytecode_kcache *kcache = kcache_sets; in r600_bytecode_alloc_kcache_lines() local
Dr600_asm.h191 struct r600_bytecode_kcache kcache[4]; member