Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr.cpp305 auto kcache = m_kcache; in try_reserve_kcache() local
324 auto kcache = m_kcache; in try_reserve_kcache() local
Dsfn_valuefactory.cpp247 PVirtualValue ValueFactory::uniform(uint32_t index, int chan, int kcache) in uniform()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h175 rp_kcache_tracker& kcache() { return kc; } in kcache() function
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c1011 struct r600_bytecode_kcache *kcache, in r600_bytecode_alloc_kcache_line()
1073 struct r600_bytecode_kcache *kcache, in r600_bytecode_alloc_inst_kcache_lines()
1097 struct r600_bytecode_kcache * kcache) in r600_bytecode_assign_kcache_banks()
1137 struct r600_bytecode_kcache *kcache = kcache_sets; in r600_bytecode_alloc_kcache_lines() local
Dr600_asm.h200 struct r600_bytecode_kcache kcache[4]; member