Mateusz Kielan

Results 135 issues of Mateusz Kielan

## Description ## Testing ## TODO list:

**Is your feature request related to a problem? Please describe.** In SPIR-V certain Result IDs (immediate SSA values) can be `OpDecorate`d with very useful things like: - `Uniform` / `UniformID`...

enhancement
needs-triage

**Description** I'd expect if I only use 16bit storage and immediately `OpFConvert` to 32bit floats, I would not get the Vulkan `shaderFloat16` a.k.a. `Float16` SPIR-V capability emitted. To quote the...

bug
spirv

**Description** After #7786 by @GinShio got merged as a fix for #7049 we are constantly hitting this assert https://github.com/microsoft/DirectXShaderCompiler/blob/18f51e9575291960e08952e9283f6bf6711e4519/tools/clang/lib/SPIRV/DeclResultIdMapper.cpp#L4898 **Repro** Not possible on Godbolt because you don't have a "with...

bug
spirv

**Is your feature request related to a problem? Please describe.** I'm trying to use `VK_KHR_shader_untyped_pointers` with HLSL's Inline SPIR-V, but I've hit a roadblock ```cpp template //[[vk::ext_extension("SPV_KHR_untyped_pointers")]] https://github.com/microsoft/DirectXShaderCompiler/issues/6958 //[[vk::ext_capability(spv::CapabilityUntypedPointersKHR)]] https://github.com/microsoft/DirectXShaderCompiler/issues/6958...

enhancement
spirv