lvp: Fix vtn warnings about unsupported image read/write without format.

These are just warnings printed to the console and don't affect testcase
pass/fail, but clog up the deqp-runner job logs.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8188>
This commit is contained in:
Eric Anholt 2020-12-21 11:08:11 -08:00 committed by Marge Bot
parent 463dbbffa8
commit bb4ade40e4
1 changed files with 2 additions and 0 deletions

View File

@ -500,6 +500,8 @@ lvp_shader_compile_to_ir(struct lvp_pipeline *pipeline,
.int64 = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_INT64) == 1),
.tessellation = true,
.image_ms_array = true,
.image_read_without_format = true,
.image_write_without_format = true,
.storage_image_ms = true,
.geometry_streams = true,
.storage_16bit = true,