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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user