r600/sfn: Remove unused sampler reference in emit_tex_lod

Signed-off-by: Vitaliy Triang3l Kuzmin <triang3l@yandex.ru>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26068>
This commit is contained in:
Vitaliy Triang3l Kuzmin
2023-11-06 16:30:15 +03:00
committed by Marge Bot
parent 4f86353f4f
commit bae7538a02

View File

@@ -895,8 +895,6 @@ bool
TexInstr::emit_tex_lod(nir_tex_instr *tex, Inputs& src, Shader& shader)
{
auto& vf = shader.value_factory();
auto sampler = get_sampler_id(tex->sampler_index, src.sampler_deref);
assert(!sampler.indirect && "Indirect sampler selection not yet supported");
auto dst = shader.value_factory().dest_vec4(tex->def, pin_group);