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:

committed by
Marge Bot

parent
4f86353f4f
commit
bae7538a02
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user