diff --git a/src/panfrost/bifrost/bifrost_compile.c b/src/panfrost/bifrost/bifrost_compile.c index 4cfaf911d72..e76fe4cd8a9 100644 --- a/src/panfrost/bifrost/bifrost_compile.c +++ b/src/panfrost/bifrost/bifrost_compile.c @@ -2254,9 +2254,6 @@ enum bifrost_tex_dreg { static void bi_emit_texc(bi_builder *b, nir_tex_instr *instr) { - /* TODO: support more with other encodings */ - assert(instr->sampler_index < 16); - struct bifrost_texture_operation desc = { .op = bi_tex_op(instr->op), .offset_or_bias_disable = false, /* TODO */