[Mesa-dev] [Bug 106922] Tangrams demo: LLVM ERROR: Cannot select: 0x7e8d8750: i16 = bitcast 0x7e8d8af8
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jun 14 21:34:38 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=106922
--- Comment #2 from Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl> ---
If this is any indication it may just be not checking exts:
SPIR-V WARNING:
In file ../mesa/src/compiler/spirv/spirv_to_nir.c:3312
Unsupported SPIR-V capability: SpvCapabilityInt16
28 bytes into the SPIR-V binary
SPIR-V WARNING:
In file ../mesa/src/compiler/spirv/spirv_to_nir.c:3394
Unsupported SPIR-V capability: SpvCapabilityStorageBuffer16BitAccess
36 bytes into the SPIR-V binary
SPIR-V WARNING:
In file ../mesa/src/compiler/spirv/spirv_to_nir.c:3394
Unsupported SPIR-V capability:
SpvCapabilityUniformAndStorageBuffer16BitAccess
44 bytes into the SPIR-V binary
Since we don't support these.
(or the undef is messing things up, let me find out where it gets introduced)
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180614/f8165fc2/attachment.html>
More information about the mesa-dev
mailing list