Aitor Camacho

Results 8 issues of Aitor Camacho

Affected CTS tests: ``` dEQP-VK.pipeline.monolithic.vertex_input.multiple_attributes.binding_one_to_many.attributes.vec3.mat2.mat3 ``` Vulkan states (https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#fxvertex-input-extraction): `If format is a packed format, attribAddress must be a multiple of the size in bytes of the whole attribute data...

CTS
Needs Triage

#2142 tries to tackle this issue exposing internal Metal SPIs. Unfortunately, even with `MVK_USE_METAL_PRIVATE_API` enabled, there are still CTS tests failing in the M3 chip family. Proposed solution is to...

Bug
CTS

Extension and api version was missing from the check

In short, MoltenVK does not account for unused vertex input binding locations which may lead to no free location for extra buffers MoltenVK requires like implicit buffers. We need to...

Enhancement

Incomplete draft since it requires reworking how VkImage and VkBuffer handle the memory, but should be enough to provide an overview of the proposed changes. @billhollings would like to know...

There are some UNASSIGNED VUIDs that I thought would be useful for the user but I'm not sure under which struct they should be. Any suggestions are more than welcome!...

I just did a new run on CTS 1.0 and found out that there mentioned test family `dEQP-VK.image.atomic_operations.*.cube*` is now failing. Testing with https://github.com/KhronosGroup/MoltenVK/commit/872d13dcee3a942f23c6965a49e43f0fc6a5e69b and vulkan-cts-1.3.8 ToT (6129a7e275ed24851aab2357c13761d034cc4212). Creating the...

CTS