intel/compiler: Remove unused fs_visitor::emit_percomp()

Since 7ef7738a61 ("i965: Write gl_FragCoord directly to the destination.") this
is not used.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19586>
This commit is contained in:
Caio Oliveira
2022-11-07 12:26:22 -08:00
committed by Marge Bot
parent 90861e6fea
commit 22d8ed84b8
2 changed files with 0 additions and 21 deletions

View File

@@ -383,9 +383,6 @@ public:
fs_reg get_tcs_multi_patch_icp_handle(const brw::fs_builder &bld,
nir_intrinsic_instr *instr);
void emit_percomp(const brw::fs_builder &bld, const fs_inst &inst,
unsigned wr_mask);
bool optimize_extract_to_float(nir_alu_instr *instr,
const fs_reg &result);
bool optimize_frontfacing_ternary(nir_alu_instr *instr,