Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp433 atom_of_reg(unsigned reg) const in atom_of_reg() function
541 constrained[p.atom_of_reg(reg)] = true; in shader_reg_constraints()
553 constrained[p.atom_of_reg(127)] = true; in shader_reg_constraints()
562 constrained[p.atom_of_reg(reg_of(inst->dst))] = true; in shader_reg_constraints()
567 constrained[p.atom_of_reg(reg_of(inst->src[i]))] = true; in shader_reg_constraints()
576 constrained[p.atom_of_reg(reg_of(inst->src[0]))] = true; in shader_reg_constraints()
586 constrained[p.atom_of_reg(reg)] = true; in shader_reg_constraints()
649 const unsigned r = p.atom_of_reg(reg_of(inst->src[1])); in shader_conflict_weight_matrix()
650 const unsigned s = p.atom_of_reg(reg_of(inst->src[2])); in shader_conflict_weight_matrix()
899 const unsigned s = p.atom_of_reg(reg); in transform()