diff --git a/src/gallium/frontends/clover/core/device.cpp b/src/gallium/frontends/clover/core/device.cpp index 7d3b0d61a2a..6f46222dbdc 100644 --- a/src/gallium/frontends/clover/core/device.cpp +++ b/src/gallium/frontends/clover/core/device.cpp @@ -109,7 +109,7 @@ device::vendor_id() const { size_t device::max_images_read() const { - return PIPE_MAX_SHADER_IMAGES; + return PIPE_MAX_SHADER_SAMPLER_VIEWS; } size_t