Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
121 memset(compiler->fs_reg_sets[index].class_to_ra_reg_range, 0, in brw_alloc_reg_set()
122 sizeof(compiler->fs_reg_sets[index].class_to_ra_reg_range)); in brw_alloc_reg_set()
123 int *class_to_ra_reg_range = compiler->fs_reg_sets[index].class_to_ra_reg_range; in brw_alloc_reg_set()
293 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
294 for (unsigned i = 0; i < ARRAY_SIZE(compiler->fs_reg_sets[index].classes); i++) in brw_alloc_reg_set()
295 compiler->fs_reg_sets[index].classes[i] = -1; in brw_alloc_reg_set()
297 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
298 compiler->fs_reg_sets[index].ra_reg_to_grf = ra_reg_to_grf; in brw_alloc_reg_set()
299 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
[all …]
Dbrw_compiler.h92 } fs_reg_sets[3]; member