microsoft/clc: Set features that are used by CL tests

Reviewed-by: Karol Herbst <kherbst@redhat.com>
(cherry picked from commit e9ab33c9a1)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21467>
This commit is contained in:
Jesse Natalie 2023-02-07 11:17:03 -08:00 committed by Marge Bot
parent 785cf85296
commit f6a8dfe7e1

View file

@ -795,6 +795,9 @@ ComputeTest::compile(const std::vector<const char *> &sources,
};
args.args = compile_args.data();
args.num_args = (unsigned)compile_args.size();
args.features.images = true;
args.features.images_read_write = true;
args.features.int64 = true;
ComputeTest::Shader shader;
std::vector<Shader> shaders;