HomeSort by relevance Sort by last modified time
    Searched refs:assign_slot (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.h 140 void assign_slot(unsigned slot, alu_node *n);
sb_shader.h 339 bool assign_slot(alu_node *n, alu_node *slots[5]);
sb_sched.cpp 329 void alu_group_tracker::assign_slot(unsigned slot, alu_node* n) { function in class:r600_sb::alu_group_tracker
497 assign_slot(slot, n);
506 assign_slot(slot, n);
542 assign_slot(slot, n);
607 assign_slot(slot, n);
    [all...]
sb_bc_parser.cpp 279 if (!sh->assign_slot(n, slots[cgroup])) {
370 if (!sh->assign_slot(n, slots[cgroup])) {
sb_shader.cpp 45 bool shader::assign_slot(alu_node* n, alu_node *slots[5]) { function in class:r600_sb::shader

Completed in 185 milliseconds