Home
last modified time | relevance | path

Searched refs:assign_slot (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h142 void assign_slot(unsigned slot, alu_node *n);
H A Dsb_sched.cpp329 void alu_group_tracker::assign_slot(unsigned slot, alu_node* n) { in assign_slot() function in r600_sb::alu_group_tracker
501 assign_slot(slot, n); in try_reserve()
510 assign_slot(slot, n); in try_reserve()
546 assign_slot(slot, n); in try_reserve()
611 assign_slot(slot, n); in try_reserve()
H A Dsb_shader.h339 bool assign_slot(alu_node *n, alu_node *slots[5]);
H A Dsb_bc_parser.cpp287 if (!sh->assign_slot(n, slots[cgroup])) { in decode_alu_group()
378 if (!sh->assign_slot(n, slots[cgroup])) { in prepare_alu_group()
H A Dsb_shader.cpp45 bool shader::assign_slot(alu_node* n, alu_node *slots[5]) { in assign_slot() function in r600_sb::shader

Completed in 7 milliseconds