mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 06:00:14 +01:00
intel/fs: handle interpolation modes for at_sample and at_offset too
Cc: mesa-stable Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15424>
This commit is contained in:
parent
c2d29e940d
commit
5afbb0e730
1 changed files with 2 additions and 0 deletions
|
|
@ -9500,6 +9500,8 @@ brw_compute_barycentric_interp_modes(const struct intel_device_info *devinfo,
|
|||
case nir_intrinsic_load_barycentric_pixel:
|
||||
case nir_intrinsic_load_barycentric_centroid:
|
||||
case nir_intrinsic_load_barycentric_sample:
|
||||
case nir_intrinsic_load_barycentric_at_sample:
|
||||
case nir_intrinsic_load_barycentric_at_offset:
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue