Home
last modified time | relevance | path

Searched refs:aligned_bary_class (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp77 * Size of a register from the aligned_bary_class register class.
125 struct ra_class *aligned_bary_class = NULL; in brw_alloc_reg_set() local
158 aligned_bary_class = ra_alloc_contig_reg_class(regs, contig_len); in brw_alloc_reg_set()
161 ra_class_add_reg(aligned_bary_class, i); in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
711 * special register class aligned_bary_class to handle this case. in build_interference_graph()
713 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
719 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
H A Dbrw_compiler.h80 struct ra_class *aligned_bary_class; member

Completed in 6 milliseconds