If you're implementing these soon, the [sm6_rebase branch](https://gitlab.winehq.org/cmccarthy/vkd3d/-/tree/sm6_rebase) has `ACOS`, `ASIN` and `ATAN` (which only require table additions in `spirv_compiler_map_ext_glsl_instruction()`), but not `SIN` and `COS` since it uses the existing `SINCOS` for those. I expect it won't be long before these are upstream.