<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - anv_nir_apply_dynamic_offsets.c: error: too few arguments to function ‘nir_build_imm’"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95182">95182</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>anv_nir_apply_dynamic_offsets.c: error: too few arguments to function ‘nir_build_imm’
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Drivers/Vulkan/intel
</td>
</tr>
<tr>
<th>Assignee</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>lonewolf@xs4all.nl
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>Build failure, git version 7e7710a .
CC libvulkan_intel_la-anv_wsi_x11.lo
anv_nir_apply_dynamic_offsets.c: In function ‘apply_dynamic_offsets_block’:
anv_nir_apply_dynamic_offsets.c:123:13: error: incompatible type for argument 3
of ‘nir_build_imm’
(nir_const_value) { .u32 = { 0, 0, 0, 0 } });
^
In file included from anv_nir_apply_dynamic_offsets.c:25:0:
../../../src/compiler/nir/nir_builder.h:91:1: note: expected ‘unsigned int’ but
argument is of type ‘nir_const_value {aka struct <anonymous>}’
nir_build_imm(nir_builder *build, unsigned num_components,
^
anv_nir_apply_dynamic_offsets.c:122:30: error: too few arguments to function
‘nir_build_imm’
nir_ssa_def *zero = nir_build_imm(b, intrin->num_components,
^
In file included from anv_nir_apply_dynamic_offsets.c:25:0:
../../../src/compiler/nir/nir_builder.h:91:1: note: declared here
nir_build_imm(nir_builder *build, unsigned num_components,
^
Makefile:1514: recipe for target
'libvulkan_intel_la-anv_nir_apply_dynamic_offsets.lo' failed
make[4]: *** [libvulkan_intel_la-anv_nir_apply_dynamic_offsets.lo] Error 1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>