Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr.cpp303 bool Block::try_reserve_kcache(const AluGroup& group) in try_reserve_kcache() function in r600::Block
311 if (!try_reserve_kcache(*u, kcache)) { in try_reserve_kcache()
322 bool Block::try_reserve_kcache(const AluInstr& instr) in try_reserve_kcache() function in r600::Block
329 if (!try_reserve_kcache(*u, kcache)) { in try_reserve_kcache()
350 bool Block::try_reserve_kcache(const UniformValue& u, in try_reserve_kcache() function in r600::Block
Dsfn_instr.h199 bool try_reserve_kcache(const AluGroup& instr);
200 bool try_reserve_kcache(const AluInstr& group);
218 bool try_reserve_kcache(const UniformValue& u,
Dsfn_scheduler.cpp505 if (!m_current_block->try_reserve_kcache(*group)) { in schedule_alu()
510 if (!m_current_block->try_reserve_kcache(*group)) in schedule_alu()
664 if (!m_current_block->try_reserve_kcache(**i)) { in schedule_alu_to_group_vec()
697 if (!m_current_block->try_reserve_kcache(**i)) { in schedule_alu_to_group_trans()