Home
last modified time | relevance | path

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

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp96 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
120 memset(compiler->fs_reg_sets[index].class_to_ra_reg_range, 0, in brw_alloc_reg_set()
121 sizeof(compiler->fs_reg_sets[index].class_to_ra_reg_range)); in brw_alloc_reg_set()
292 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
294 compiler->fs_reg_sets[index].classes[i] = -1; in brw_alloc_reg_set()
297 compiler->fs_reg_sets[index].ra_reg_to_grf = ra_reg_to_grf; in brw_alloc_reg_set()
298 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
788 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
792 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
799 if (compiler->fs_reg_sets[rsi].aligned_bary_class >= 0) { in build_interference_graph()
[all …]
H A Dbrw_compiler.h90 } fs_reg_sets[3]; member
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h78 } fs_reg_sets[3]; member
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp97 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0]; in brw_alloc_reg_set()
166 compiler->fs_reg_sets[index].regs = regs; in brw_alloc_reg_set()
168 compiler->fs_reg_sets[index].classes[i] = NULL; in brw_alloc_reg_set()
170 compiler->fs_reg_sets[index].classes[class_sizes[i] - 1] = classes[i]; in brw_alloc_reg_set()
171 compiler->fs_reg_sets[index].aligned_bary_class = aligned_bary_class; in brw_alloc_reg_set()
697 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph()
701 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph()
708 if (compiler->fs_reg_sets[rsi].aligned_bary_class) { in build_interference_graph()
714 compiler->fs_reg_sets[rsi].aligned_bary_class); in build_interference_graph()
969 compiler->fs_reg_sets[rsi].classes[0]); in alloc_scratch_header()
[all …]
H A Dbrw_compiler.h70 } fs_reg_sets[3]; member