[Mesa-dev] [Bug 104119] radv: OpBitFieldInsert produces 0 with a loop counter for Insert
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Dec 5 17:34:07 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=104119
--- Comment #4 from Samuel Pitoiset <samuel.pitoiset at gmail.com> ---
Possible fix:
diff --git i/src/amd/vulkan/radv_shader.c w/src/amd/vulkan/radv_shader.c
index 4a3fdfa80e..0b19d23fa2 100644
--- i/src/amd/vulkan/radv_shader.c
+++ w/src/amd/vulkan/radv_shader.c
@@ -66,6 +66,7 @@ static const struct nir_shader_compiler_options nir_options =
{
.lower_extract_byte = true,
.lower_extract_word = true,
.lower_ffma = true,
+ .lower_bitfield_insert = true,
.max_unroll_iterations = 32
};
--
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/20171205/7f0bb75f/attachment.html>
More information about the mesa-dev
mailing list