<div dir="ltr"><div>glsl-fs-loop-nested passes here.<br><br>nstack is 3 and adding 4 to it doesn't help.<br><br></div>Marek<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 10, 2013 at 8:46 AM, Vadim Girlin <span dir="ltr"><<a href="mailto:vadimgirlin@gmail.com" target="_blank">vadimgirlin@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04/10/2013 03:58 AM, Marek Olšák wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Vadim,<br>
<br>
your patch does not fix the test.<br>
</blockquote>
<br></div>
Hmm, I'm out of ideas then. Thanks for testing.<br>
<br>
I've checked the shader dump few times but I don't see anything obviously wrong there, and the same code (except the minor ALU grouping changes due to the VLIW4/VLIW5 difference) works fine for me on evergreen.<br>


<br>
According to the Martin's observations it looks like if the threads that shouldn't execute the loop body were incorrectly left in the active state. LOOP_BREAK should put them into the inactive-break state, but something goes wrong. Do the other piglit tests with nested loops (e.g. glsl-fs-loop-nested) work on cayman? Though possibly there are no other tests with the diverging loops as in this case.<br>


<br>
I'll try to write a simpler test with the diverging loops to see if the issue is really caused by the incorrect control flow handling, and to figure out the exact instruction that results in the incorrect active state.<br>


<br>
Also probably it worth checking if the stack size is correct for that shader (latest mesa should print nstack value in the shader disassemble header, I think it should be 3 for that shader) and maybe try adding some constant, e.g. 4 to the bc->nstack in the r600_bytecode_build just to be sure that we reserve enough of stack space, though I don't think stack size is the cause of this issue.<br>


<br>
Vadim<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
Marek<br>
<br>
<br>
On Tue, Apr 9, 2013 at 11:30 PM, Vadim Girlin <<a href="mailto:vadimgirlin@gmail.com" target="_blank">vadimgirlin@gmail.com</a>> wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On 04/09/2013 10:58 AM, Martin Andersson wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On Tue, Apr 9, 2013 at 3:18 AM, Marek Olšák <<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Pushed, thanks. The transform feedback test still doesn't pass, but at<br>
least<br>
the hardlocks are gone.<br>
<br>
</blockquote>
<br>
Thanks, I have looked into the other issue as well<br>
</div><a href="http://lists.freedesktop.org/**archives/mesa-dev/2013-March/**036941.html" target="_blank">http://lists.freedesktop.org/*<u></u>*archives/mesa-dev/2013-March/<u></u>**036941.html</a><<a href="http://lists.freedesktop.org/archives/mesa-dev/2013-March/036941.html" target="_blank">http://lists.<u></u>freedesktop.org/archives/mesa-<u></u>dev/2013-March/036941.html</a>><div class="im">

<br>
<br>
The problem arises when there are nested loops. If I rework the code<br>
so there are<br>
no nested loops the issue disappears. At least one pixel also needs to<br>
enter the<br>
outer loop. The pixels that should enter the outer loop behaves<br>
correctly. It is those<br>
pixels that should not enter the outer loop that misbehaves. It does<br>
not matter if they<br>
also fails the test for the inner loop, they will still execute the<br>
instruction inside. That<br>
leads to the strange results for that test.<br>
<br>
</div></blockquote><div class="im">
<br>
Please test the attached patch.<br>
<br>
Vadim<br>
<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
The strangeness is easier to see if the NUM_POINTS in the<br>
ext_transform_feedback/<br>
order.c are run with smaller values,like 3, 6 and 9. Disable the code<br>
that fail the test<br>
and print starting_x, shift_reg_final and iteration_count.<br>
<br>
Marek, since you implemented transform feedback for r600, do you think<br>
the issue<br>
is with the tranform feedback code or the shader compiler or some other<br>
thing?<br>
<br>
//Martin<br></div>
______________________________<u></u>**_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/**mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/*<u></u>*mailman/listinfo/mesa-dev</a><<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">htt<u></u>p://lists.freedesktop.org/<u></u>mailman/listinfo/mesa-dev</a>><br>


<br>
<br>
</blockquote><div class="im">
<br>
______________________________<u></u>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/mesa-dev</a><br>
<br>
<br>
</div></blockquote>
<br>
</blockquote>
<br>
</blockquote></div><br></div>