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()
550 constrained[p.atom_of_reg(reg_of(inst->dst))] = true; in shader_reg_constraints()
555 constrained[p.atom_of_reg(reg_of(inst->src[i]))] = true; in shader_reg_constraints()
566 constrained[p.atom_of_reg(reg)] = true; in shader_reg_constraints()
629 const unsigned r = p.atom_of_reg(reg_of(inst->src[1])); in shader_conflict_weight_matrix()
630 const unsigned s = p.atom_of_reg(reg_of(inst->src[2])); in shader_conflict_weight_matrix()
879 const unsigned s = p.atom_of_reg(reg); in transform()