The cryptomatte textures where optimized for samplers, but could trigger UB as they are also used with load/store. This PR will change the dynamic data type of the cryptomatte to always use RGBA32F. Detected with Vulkan validation layers. Pull Request: https://projects.blender.org/blender/blender/pulls/139427