Home
last modified time | relevance | path

Searched refs:alu_depth (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dfp-long-alu.c88 if (!alu_depth || alu_depth > 16384 || alu_depth + 1 > max_alu_instructions) { in test()
98 for(i = 0; i < alu_depth; ++i) { in test()
124 expected[0] = (alu_depth % 16) * 0.0625; in test()
127 expected[3] = (alu_depth/4096) * 0.0625; in test()
128 for(i = 0; i < ((alu_depth+3) % 4); ++i) { in test()
155 unsigned int alu_depth; in piglit_display() local
160 alu_depth = 1; in piglit_display()
162 result = test(alu_depth); in piglit_display()
168 if (alu_depth < 8) { in piglit_display()
169 alu_depth++; in piglit_display()
[all …]