Skip to content

intel/compiler: Don't use half float param for sample_b

Sagar Ghuge requested to merge sagarghuge/mesa:fix/txb into main

What does this MR do and why?

Looks like some of the tests uses the bias which does not fit into half
float parameter, so it's better to use float param for sample_b.

If we have cube arrays, we anyway combine BIAS and array index properly
so we don't have to worry about the first parameter.

This fixes: GTF-GL46.gtf21.GL3Tests.texture_lod_bias.texture_lod_bias_clamp_m_g_M

Merge request reports