Results for spec/glsl-1.20/recursion/indirect-complex

Overview

Status: pass
Result: pass

Back to summary

Details

Detail Value
returncode 0
time 0.218277931213
command
/home/mks-hackers/piglit/framework/../bin/recursion -auto -rlimit 268435456 indirect-complex
info
Returncode: 0

Errors:


Output:
Address space limit = 4294967295, max = 4294967295
Resetting limit to 268435456.

Starting test "indirect-complex":
Compilation info log for shader 0:
<empty log>

Link info log:
Vertex info
-----------
0(3) : error C5005: recursive call to function "int A(bool){
  in bool from_b; 
  if (!from_b) {
    return B(true);
  }
  return 0;
} 
"

Done with test "indirect-complex".

Back to summary