Aitor Camacho

Results 15 comments of Aitor Camacho

More detailed information on the issue: Test allocates a buffer to store 2 attributes that will use later when drawing. The first attribute's type is short3 (in Vulkan terms `VK_FORMAT_R16G16B16_SINT`)....

I think it would be beneficial to rework how samplers are passed to Metal so that we pass the following data per sampler: - sampler - bias - border_color Then...

Due to change #1373, input attachment usage images with transient usage return different memory types compared to non input attachment usage images with transient usage. This goes against the Vulkan...

Trying to bring some life into the issue. As of now, the following changes to CTS are required to be able to test MoltenVK's Vulkan 1.0 with portability: https://gerrit.khronos.org/c/vk-gl-cts/+/13509 and...

> Can you add instructions here about how you generated the failure list file, please? I have the following script to extract test failures from the full run: [GetFailingTests.txt](https://github.com/KhronosGroup/MoltenVK/files/13963555/GetFailingTests.txt) (Definitely...

So, the reason why these tests fail is because Metal does not support atomic operations for cube textures. In MoltenVK we report that the format supports atomic operations since that's...

> [@aitor-lunarg](https://github.com/aitor-lunarg) They are now available on Metal4 on Apple10 family GPUs.. so a19 and M5 have it.. curious if exposing the new support, needs spirv-cross support or cts tests...

Those tests were added with CTS 1.3.8 if I recall correctly

I just checked and it does make it fail. I'll provide a PR to revert that part of the change and investigate later

Closing this issue since the revert was done