Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_lower_simd_width.cpp724 fs_inst split_inst = *inst; in brw_fs_lower_simd_width() local
725 split_inst.exec_size = lower_width; in brw_fs_lower_simd_width()
726 split_inst.eot = inst->eot && i == int(n - 1); in brw_fs_lower_simd_width()
735 split_inst.src[j] = emit_unzip(lbld.at(block, inst), inst, j); in brw_fs_lower_simd_width()
737 split_inst.dst = emit_zip(lbld.at(block, inst), in brw_fs_lower_simd_width()
739 split_inst.size_written = in brw_fs_lower_simd_width()
740 split_inst.dst.component_size(lower_width) * dst_size + in brw_fs_lower_simd_width()
743 lbld.at(block, inst->next).emit(split_inst); in brw_fs_lower_simd_width()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs.cpp5030 elk_fs_inst split_inst = *inst; in lower_simd_width() local
5031 split_inst.exec_size = lower_width; in lower_simd_width()
5032 split_inst.eot = inst->eot && i == int(n - 1); in lower_simd_width()
5041 split_inst.src[j] = emit_unzip(lbld.at(block, inst), inst, j); in lower_simd_width()
5043 split_inst.dst = emit_zip(lbld.at(block, inst), in lower_simd_width()
5045 split_inst.size_written = in lower_simd_width()
5046 split_inst.dst.component_size(lower_width) * dst_size + in lower_simd_width()
5049 lbld.at(block, inst->next).emit(split_inst); in lower_simd_width()