Navigate to the top level Navigate up one level

xemu-0.7.98-master-7bfb7c85378f64f93556c365ea0cc18cb2181dc8:Linux_x86_64:gl_Mesa_NV134:gslv_4.30 vs Xbox_Hardware

2D_Lines

Description
Tests various NV04_SOLID_LINE_* 2D graphics acceleration functions by rendering lines into buffers of different color depths.
Suite class def
src/tests/two_d_line_tests.h

2DLine-15-C000003E0-400_200-400_400

Difference
200
Description

XRGB 555 color depth - green vertical line from 400, 200 - 400, 400.

Diff result for 2D_Lines::2DLine-15-C000003E0-400_200-400_400

2DLine-16-C000007E0-400_200-400_400

Difference
200
Description

XRGB 565 color depth - green vertical line from 400, 200 - 400, 400.

Diff result for 2D_Lines::2DLine-16-C000007E0-400_200-400_400

2DLine-24-C0000FF00-400_200-400_400

Difference
200
Description

XRGB 888 - green vertical line from 400, 200 - 400, 400

Diff result for 2D_Lines::2DLine-24-C0000FF00-400_200-400_400

2DLine-24-C0000FF00-444_222-444_444

Difference
222
Description

XRGB 888 - green vertical line from 444, 222 - 444, 444

Diff result for 2D_Lines::2DLine-24-C0000FF00-444_222-444_444

2DLine-24-C00FF0000-400_200-400_400

Difference
200
Description

XRGB 888 - red vertical line from 400, 200 - 400, 400

Diff result for 2D_Lines::2DLine-24-C00FF0000-400_200-400_400

2DLine-24-C00FFFFFF-0_0-639_479

Difference
627
Description

XRGB 888 - white diagonal line from 0, 0, - 639, 479 (one pixel short of bottom right corner)

Diff result for 2D_Lines::2DLine-24-C00FFFFFF-0_0-639_479

2DLine-24-C00FFFFFF-400_0-400_479

Difference
479
Description

XRGB 888 - white vertical line from 400, 0 - 400, 479 (one pixel short of bottom)

Diff result for 2D_Lines::2DLine-24-C00FFFFFF-400_0-400_479

2DLine-24-C00FFFFFF-639_479-0_0

Difference
627
Description

XRGB 888 - white diagonal line from 639, 479 - 0, 0 (one pixel short of the upper left corner)

Diff result for 2D_Lines::2DLine-24-C00FFFFFF-639_479-0_0

2DLine-24-CFFFFFFFF-100_100-100_400

Difference
300
Description

XRGB 888 - white vertical line from 100, 100 - 100, 400 - alpha is ignored

Diff result for 2D_Lines::2DLine-24-CFFFFFFFF-100_100-100_400

3D_primitive

Description
Tests behavior when rendering various 3D primitives.
Suite class def
src/tests/three_d_primitive_tests.h

LineLoop

Difference
613
Description

Draws vertices as a line loop using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::LineLoop

LineLoop-inlinearrays

Difference
613
Description

Draws vertices as a line loop using NV097_INLINE_ARRAY

Diff result for 3D_primitive::LineLoop-inlinearrays

LineLoop-inlinearrays-ls

Difference
1941
Description

Draws vertices as a line loop using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlinearrays-ls

LineLoop-inlinearrays-ls-ps

Difference
1241
Description

Draws vertices as a line loop using NV097_INLINE_ARRAY with line smoothing and polygon smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlinearrays-ls-ps

LineLoop-inlinearrays-ps

Difference
894
Description

Draws vertices as a line loop using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlinearrays-ps

LineLoop-inlinebuf

Difference
613
Description

Draws vertices as a line loop using NV097_SET_VERTEX3F

Diff result for 3D_primitive::LineLoop-inlinebuf

LineLoop-inlinebuf-ls

Difference
730
Description

Draws vertices as a line loop using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlinebuf-ls

LineLoop-inlinebuf-ls-ps

Difference
1274
Description

Draws vertices as a line loop using NV097_SET_VERTEX3F with line smoothing and polygon smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlinebuf-ls-ps

LineLoop-inlinebuf-ps

Difference
894
Description

Draws vertices as a line loop using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlinebuf-ps

LineLoop-inlineelements

Difference
613
Description

Draws vertices as a line loop using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::LineLoop-inlineelements

LineLoop-inlineelements-ls

Difference
728
Description

Draws vertices as a line loop using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlineelements-ls

LineLoop-inlineelements-ls-ps

Difference
1274
Description

Draws vertices as a line loop using NV097_ARRAY_ELEMENT16 with line smoothing and polygon smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlineelements-ls-ps

LineLoop-inlineelements-ps

Difference
894
Description

Draws vertices as a line loop using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::LineLoop-inlineelements-ps

LineLoop-ls

Difference
736
Description

Draws vertices as a line loop using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::LineLoop-ls

LineLoop-ls-ps

Difference
728
Description

Draws vertices as a line loop using NV097_DRAW_ARRAYS with line smoothing and polygon smoothing enabled.

Diff result for 3D_primitive::LineLoop-ls-ps

LineLoop-ps

Difference
894
Description

Draws vertices as a line loop using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::LineLoop-ps

Lines

Difference
533
Description

Draws vertices as lines using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::Lines

Lines-inlinearrays

Difference
533
Description

Draws vertices as lines using NV097_INLINE_ARRAY

Diff result for 3D_primitive::Lines-inlinearrays

Lines-inlinearrays-ls

Difference
714
Description

Draws vertices as lines using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::Lines-inlinearrays-ls

Lines-inlinearrays-ls-ps

Difference
713
Description

Draws vertices as lines using NV097_INLINE_ARRAY with line and polygon smoothing enabled.

Diff result for 3D_primitive::Lines-inlinearrays-ls-ps

Lines-inlinearrays-ps

Difference
680
Description

Draws vertices as lines using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::Lines-inlinearrays-ps

Lines-inlinebuf

Difference
533
Description

Draws vertices as lines using NV097_SET_VERTEX3F

Diff result for 3D_primitive::Lines-inlinebuf

Lines-inlinebuf-ls

Difference
217
Description

Draws vertices as lines using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::Lines-inlinebuf-ls

Lines-inlinebuf-ls-ps

Difference
714
Description

Draws vertices as lines using NV097_SET_VERTEX3F with line and polygon smoothing enabled.

Diff result for 3D_primitive::Lines-inlinebuf-ls-ps

Lines-inlinebuf-ps

Difference
680
Description

Draws vertices as lines using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::Lines-inlinebuf-ps

Lines-inlineelements

Difference
533
Description

Draws vertices as lines using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::Lines-inlineelements

Lines-inlineelements-ls

Difference
217
Description

Draws vertices as lines using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::Lines-inlineelements-ls

Lines-inlineelements-ls-ps

Difference
714
Description

Draws vertices as lines using NV097_ARRAY_ELEMENT16 with line and polygon smoothing enabled.

Diff result for 3D_primitive::Lines-inlineelements-ls-ps

Lines-inlineelements-ps

Difference
680
Description

Draws vertices as lines using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::Lines-inlineelements-ps

Lines-ls

Difference
222
Description

Draws vertices as lines using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::Lines-ls

Lines-ls-ps

Difference
217
Description

Draws vertices as lines using NV097_DRAW_ARRAYS with line and polygon smoothing enabled.

Diff result for 3D_primitive::Lines-ls-ps

Lines-ps

Difference
680
Description

Draws vertices as lines using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::Lines-ps

LineStrip

Difference
612
Description

Draws vertices as a line strip using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::LineStrip

LineStrip-inlinearrays

Difference
612
Description

Draws vertices as a line strip using NV097_INLINE_ARRAY

Diff result for 3D_primitive::LineStrip-inlinearrays

LineStrip-inlinearrays-ls

Difference
1046
Description

Draws vertices as a line strip using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlinearrays-ls

LineStrip-inlinearrays-ls-ps

Difference
1034
Description

Draws vertices as a line strip using NV097_INLINE_ARRAY with line and polygon smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlinearrays-ls-ps

LineStrip-inlinearrays-ps

Difference
777
Description

Draws vertices as a line strip using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlinearrays-ps

LineStrip-inlinebuf

Difference
612
Description

Draws vertices as a line strip using NV097_SET_VERTEX3F

Diff result for 3D_primitive::LineStrip-inlinebuf

LineStrip-inlinebuf-ls

Difference
491
Description

Draws vertices as a line strip using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlinebuf-ls

LineStrip-inlinebuf-ls-ps

Difference
1047
Description

Draws vertices as a line strip using NV097_SET_VERTEX3F with line and polygon smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlinebuf-ls-ps

LineStrip-inlinebuf-ps

Difference
777
Description

Draws vertices as a line strip using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlinebuf-ps

LineStrip-inlineelements

Difference
612
Description

Draws vertices as a line strip using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::LineStrip-inlineelements

LineStrip-inlineelements-ls

Difference
490
Description

Draws vertices as a line strip using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlineelements-ls

LineStrip-inlineelements-ls-ps

Difference
1047
Description

Draws vertices as a line strip using NV097_ARRAY_ELEMENT16 with line and polygon smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlineelements-ls-ps

LineStrip-inlineelements-ps

Difference
777
Description

Draws vertices as a line strip using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::LineStrip-inlineelements-ps

LineStrip-ls

Difference
501
Description

Draws vertices as a line strip using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::LineStrip-ls

LineStrip-ls-ps

Difference
490
Description

Draws vertices as a line strip using NV097_DRAW_ARRAYS with line and polygon smoothing enabled.

Diff result for 3D_primitive::LineStrip-ls-ps

LineStrip-ps

Difference
777
Description

Draws vertices as a line strip using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::LineStrip-ps

Polygon

Difference
2091
Description

Draws vertices as a polygon using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::Polygon

Polygon-inlinearrays

Difference
2091
Description

Draws vertices as a polygon using NV097_INLINE_ARRAY

Diff result for 3D_primitive::Polygon-inlinearrays

Polygon-inlinearrays-ls

Difference
3467
Description

Draws vertices as a polygon using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::Polygon-inlinearrays-ls

Polygon-inlinearrays-ls-ps

Difference
3886
Description

Draws vertices as a polygon using NV097_INLINE_ARRAY with line and polygon smoothing enabled.

Diff result for 3D_primitive::Polygon-inlinearrays-ls-ps

Polygon-inlinearrays-ps

Difference
3886
Description

Draws vertices as a polygon using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::Polygon-inlinearrays-ps

Polygon-inlinebuf

Difference
2091
Description

Draws vertices as a polygon using NV097_SET_VERTEX3F

Diff result for 3D_primitive::Polygon-inlinebuf

Polygon-inlinebuf-ls

Difference
3467
Description

Draws vertices as a polygon using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::Polygon-inlinebuf-ls

Polygon-inlinebuf-ls-ps

Difference
3895
Description

Draws vertices as a polygon using NV097_SET_VERTEX3F with line and polygon smoothing enabled.

Diff result for 3D_primitive::Polygon-inlinebuf-ls-ps

Polygon-inlinebuf-ps

Difference
3886
Description

Draws vertices as a polygon using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::Polygon-inlinebuf-ps

Polygon-inlineelements

Difference
2091
Description

Draws vertices as a polygon using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::Polygon-inlineelements

Polygon-inlineelements-ls

Difference
3467
Description

Draws vertices as a polygon using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::Polygon-inlineelements-ls

Polygon-inlineelements-ls-ps

Difference
3895
Description

Draws vertices as a polygon using NV097_ARRAY_ELEMENT16 with line and polygon smoothing enabled.

Diff result for 3D_primitive::Polygon-inlineelements-ls-ps

Polygon-inlineelements-ps

Difference
3886
Description

Draws vertices as a polygon using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::Polygon-inlineelements-ps

Polygon-ls

Difference
3467
Description

Draws vertices as a polygon using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::Polygon-ls

Polygon-ls-ps

Difference
3891
Description

Draws vertices as a polygon using NV097_DRAW_ARRAYS with line and polygon smoothing enabled.

Diff result for 3D_primitive::Polygon-ls-ps

Polygon-ps

Difference
3895
Description

Draws vertices as a polygon using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::Polygon-ps

Quads

Difference
573
Description

Draws vertices as quads using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::Quads

Quads-inlinearrays

Difference
573
Description

Draws vertices as quads using NV097_INLINE_ARRAY

Diff result for 3D_primitive::Quads-inlinearrays

Quads-inlinearrays-ls

Difference
297
Description

Draws vertices as quads using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::Quads-inlinearrays-ls

Quads-inlinearrays-ls-ps

Difference
722
Description

Draws vertices as quads using NV097_INLINE_ARRAY with line and polygon smoothing enabled.

Diff result for 3D_primitive::Quads-inlinearrays-ls-ps

Quads-inlinearrays-ps

Difference
722
Description

Draws vertices as quads using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::Quads-inlinearrays-ps

Quads-inlinebuf

Difference
573
Description

Draws vertices as quads using NV097_SET_VERTEX3F

Diff result for 3D_primitive::Quads-inlinebuf

Quads-inlinebuf-ls

Difference
297
Description

Draws vertices as quads using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::Quads-inlinebuf-ls

Quads-inlinebuf-ls-ps

Difference
759
Description

Draws vertices as quads using NV097_SET_VERTEX3F with line and polygon smoothing enabled.

Diff result for 3D_primitive::Quads-inlinebuf-ls-ps

Quads-inlinebuf-ps

Difference
722
Description

Draws vertices as quads using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::Quads-inlinebuf-ps

Quads-inlineelements

Difference
573
Description

Draws vertices as quads using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::Quads-inlineelements

Quads-inlineelements-ls

Difference
297
Description

Draws vertices as quads using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::Quads-inlineelements-ls

Quads-inlineelements-ls-ps

Difference
759
Description

Draws vertices as quads using NV097_ARRAY_ELEMENT16 with line and polygon smoothing enabled.

Diff result for 3D_primitive::Quads-inlineelements-ls-ps

Quads-inlineelements-ps

Difference
722
Description

Draws vertices as quads using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::Quads-inlineelements-ps

Quads-ls

Difference
297
Description

Draws vertices as quads using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::Quads-ls

Quads-ls-ps

Difference
760
Description

Draws vertices as quads using NV097_DRAW_ARRAYS with line and polygon smoothing enabled.

Diff result for 3D_primitive::Quads-ls-ps

Quads-ps

Difference
759
Description

Draws vertices as quads using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::Quads-ps

QuadStrip

Difference
2210
Description

Draws vertices as a strip of quads using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::QuadStrip

QuadStrip-inlinearrays

Difference
2210
Description

Draws vertices as a strip of quads using NV097_INLINE_ARRAY

Diff result for 3D_primitive::QuadStrip-inlinearrays

QuadStrip-inlinearrays-ls

Difference
4041
Description

Draws vertices as a strip of quads using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlinearrays-ls

QuadStrip-inlinearrays-ls-ps

Difference
4642
Description

Draws vertices as a strip of quads using NV097_INLINE_ARRAY with line and polygon smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlinearrays-ls-ps

QuadStrip-inlinearrays-ps

Difference
4642
Description

Draws vertices as a strip of quads using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlinearrays-ps

QuadStrip-inlinebuf

Difference
2210
Description

Draws vertices as a strip of quads using NV097_SET_VERTEX3F

Diff result for 3D_primitive::QuadStrip-inlinebuf

QuadStrip-inlinebuf-ls

Difference
4041
Description

Draws vertices as a strip of quads using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlinebuf-ls

QuadStrip-inlinebuf-ls-ps

Difference
4657
Description

Draws vertices as a strip of quads using NV097_SET_VERTEX3F with line and polygon smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlinebuf-ls-ps

QuadStrip-inlinebuf-ps

Difference
4642
Description

Draws vertices as a strip of quads using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlinebuf-ps

QuadStrip-inlineelements

Difference
2210
Description

Draws vertices as a strip of quads using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::QuadStrip-inlineelements

QuadStrip-inlineelements-ls

Difference
4041
Description

Draws vertices as a strip of quads using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlineelements-ls

QuadStrip-inlineelements-ls-ps

Difference
4657
Description

Draws vertices as a strip of quads using NV097_ARRAY_ELEMENT16 with line and polygon smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlineelements-ls-ps

QuadStrip-inlineelements-ps

Difference
4642
Description

Draws vertices as a strip of quads using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::QuadStrip-inlineelements-ps

QuadStrip-ls

Difference
4041
Description

Draws vertices as a strip of quads using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::QuadStrip-ls

QuadStrip-ls-ps

Difference
4659
Description

Draws vertices as a strip of quads using NV097_DRAW_ARRAYS with line and polygon smoothing enabled.

Diff result for 3D_primitive::QuadStrip-ls-ps

QuadStrip-ps

Difference
4657
Description

Draws vertices as a strip of quads using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::QuadStrip-ps

Triangles

Difference
1797
Description

Draws vertices as triangles using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::Triangles

Triangles-inlinearrays

Difference
1797
Description

Draws vertices as triangles using NV097_INLINE_ARRAY

Diff result for 3D_primitive::Triangles-inlinearrays

Triangles-inlinearrays-ls

Difference
1378
Description

Draws vertices as triangles using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::Triangles-inlinearrays-ls

Triangles-inlinearrays-ls-ps

Difference
1751
Description

Draws vertices as triangles using NV097_INLINE_ARRAY with line and polygon smoothing enabled.

Diff result for 3D_primitive::Triangles-inlinearrays-ls-ps

Triangles-inlinearrays-ps

Difference
1751
Description

Draws vertices as triangles using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::Triangles-inlinearrays-ps

Triangles-inlinebuf

Difference
1797
Description

Draws vertices as triangles using NV097_SET_VERTEX3F

Diff result for 3D_primitive::Triangles-inlinebuf

Triangles-inlinebuf-ls

Difference
1378
Description

Draws vertices as triangles using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::Triangles-inlinebuf-ls

Triangles-inlinebuf-ls-ps

Difference
1710
Description

Draws vertices as triangles using NV097_SET_VERTEX3F with line and polygon smoothing enabled.

Diff result for 3D_primitive::Triangles-inlinebuf-ls-ps

Triangles-inlinebuf-ps

Difference
1751
Description

Draws vertices as triangles using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::Triangles-inlinebuf-ps

Triangles-inlineelements

Difference
1797
Description

Draws vertices as triangles using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::Triangles-inlineelements

Triangles-inlineelements-ls

Difference
1378
Description

Draws vertices as triangles using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::Triangles-inlineelements-ls

Triangles-inlineelements-ls-ps

Difference
1710
Description

Draws vertices as triangles using NV097_ARRAY_ELEMENT16 with line and polygon smoothing enabled.

Diff result for 3D_primitive::Triangles-inlineelements-ls-ps

Triangles-inlineelements-ps

Difference
1751
Description

Draws vertices as triangles using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::Triangles-inlineelements-ps

Triangles-ls

Difference
1378
Description

Draws vertices as triangles using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::Triangles-ls

Triangles-ls-ps

Difference
1704
Description

Draws vertices as triangles using NV097_DRAW_ARRAYS with line and polygon smoothing enabled.

Diff result for 3D_primitive::Triangles-ls-ps

Triangles-ps

Difference
1710
Description

Draws vertices as triangles using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::Triangles-ps

TriFan

Difference
3432
Description

Draws vertices as a triangle fan using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::TriFan

TriFan-inlinearrays

Difference
3432
Description

Draws vertices as a triangle fan using NV097_INLINE_ARRAY

Diff result for 3D_primitive::TriFan-inlinearrays

TriFan-inlinearrays-ls

Difference
6989
Description

Draws vertices as a triangle fan using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::TriFan-inlinearrays-ls

TriFan-inlinearrays-ls-ps

Difference
7109
Description

Draws vertices as a triangle fan using NV097_INLINE_ARRAY with line and polygon smoothing enabled.

Diff result for 3D_primitive::TriFan-inlinearrays-ls-ps

TriFan-inlinearrays-ps

Difference
7109
Description

Draws vertices as a triangle fan using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::TriFan-inlinearrays-ps

TriFan-inlinebuf

Difference
3432
Description

Draws vertices as a triangle fan using NV097_SET_VERTEX3F

Diff result for 3D_primitive::TriFan-inlinebuf

TriFan-inlinebuf-ls

Difference
6989
Description

Draws vertices as a triangle fan using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::TriFan-inlinebuf-ls

TriFan-inlinebuf-ls-ps

Difference
7093
Description

Draws vertices as a triangle fan using NV097_SET_VERTEX3F with line and polygon smoothing enabled.

Diff result for 3D_primitive::TriFan-inlinebuf-ls-ps

TriFan-inlinebuf-ps

Difference
7109
Description

Draws vertices as a triangle fan using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::TriFan-inlinebuf-ps

TriFan-inlineelements

Difference
3432
Description

Draws vertices as a triangle fan using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::TriFan-inlineelements

TriFan-inlineelements-ls

Difference
6989
Description

Draws vertices as a triangle fan using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::TriFan-inlineelements-ls

TriFan-inlineelements-ls-ps

Difference
7093
Description

Draws vertices as a triangle fan using NV097_ARRAY_ELEMENT16 with line and polygon smoothing enabled.

Diff result for 3D_primitive::TriFan-inlineelements-ls-ps

TriFan-inlineelements-ps

Difference
7109
Description

Draws vertices as a triangle fan using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::TriFan-inlineelements-ps

TriFan-ls

Difference
6989
Description

Draws vertices as a triangle fan using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::TriFan-ls

TriFan-ls-ps

Difference
7093
Description

Draws vertices as a triangle fan using NV097_DRAW_ARRAYS with line and polygon smoothing enabled.

Diff result for 3D_primitive::TriFan-ls-ps

TriFan-ps

Difference
7093
Description

Draws vertices as a triangle fan using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::TriFan-ps

TriStrip

Difference
1501
Description

Draws vertices as a strip of triangles using NV097_DRAW_ARRAYS

Diff result for 3D_primitive::TriStrip

TriStrip-inlinearrays

Difference
1501
Description

Draws vertices as a strip of triangles using NV097_INLINE_ARRAY

Diff result for 3D_primitive::TriStrip-inlinearrays

TriStrip-inlinearrays-ls

Difference
4021
Description

Draws vertices as a strip of triangles using NV097_INLINE_ARRAY with line smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlinearrays-ls

TriStrip-inlinearrays-ls-ps

Difference
4374
Description

Draws vertices as a strip of triangles using NV097_INLINE_ARRAY with line and polygon smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlinearrays-ls-ps

TriStrip-inlinearrays-ps

Difference
4374
Description

Draws vertices as a strip of triangles using NV097_INLINE_ARRAY with polygon smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlinearrays-ps

TriStrip-inlinebuf

Difference
1501
Description

Draws vertices as a strip of triangles using NV097_SET_VERTEX3F

Diff result for 3D_primitive::TriStrip-inlinebuf

TriStrip-inlinebuf-ls

Difference
4021
Description

Draws vertices as a strip of triangles using NV097_SET_VERTEX3F with line smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlinebuf-ls

TriStrip-inlinebuf-ls-ps

Difference
4387
Description

Draws vertices as a strip of triangles using NV097_SET_VERTEX3F with line and polygon smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlinebuf-ls-ps

TriStrip-inlinebuf-ps

Difference
4374
Description

Draws vertices as a strip of triangles using NV097_SET_VERTEX3F with polygon smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlinebuf-ps

TriStrip-inlineelements

Difference
1501
Description

Draws vertices as a strip of triangles using NV097_ARRAY_ELEMENT16

Diff result for 3D_primitive::TriStrip-inlineelements

TriStrip-inlineelements-ls

Difference
4021
Description

Draws vertices as a strip of triangles using NV097_ARRAY_ELEMENT16 with line smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlineelements-ls

TriStrip-inlineelements-ls-ps

Difference
4387
Description

Draws vertices as a strip of triangles using NV097_ARRAY_ELEMENT16 with line and polygon smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlineelements-ls-ps

TriStrip-inlineelements-ps

Difference
4374
Description

Draws vertices as a strip of triangles using NV097_ARRAY_ELEMENT16 with polygon smoothing enabled.

Diff result for 3D_primitive::TriStrip-inlineelements-ps

TriStrip-ls

Difference
4021
Description

Draws vertices as a strip of triangles using NV097_DRAW_ARRAYS with line smoothing enabled.

Diff result for 3D_primitive::TriStrip-ls

TriStrip-ls-ps

Difference
4377
Description

Draws vertices as a strip of triangles using NV097_DRAW_ARRAYS with line and polygon smoothing enabled.

Diff result for 3D_primitive::TriStrip-ls-ps

TriStrip-ps

Difference
4387
Description

Draws vertices as a strip of triangles using NV097_DRAW_ARRAYS with polygon smoothing enabled.

Diff result for 3D_primitive::TriStrip-ps

Antialiasing_tests

Description
Tests the effects of NV097_SET_SURFACE_FORMAT_ANTI_ALIASING in various scenarios.
Many of these tests were created to demonstrate specific bugs in xemu and are not of practical value in typical hardware use cases.
Suite class def
src/tests/antialiasing_tests.h

CPUWriteIgnoresSurfaceConfig

Difference
16367
Description

This test verifies that direct writes to VRAM bypass any surface configuration. It sets up a texture surface with antialiasing enabled, then writes directly to texture memory and renders the texture to the screen. It is expected that antialiasing has no effect.

Diff result for Antialiasing_tests::CPUWriteIgnoresSurfaceConfig

FBSurfaceWithCenterCorner2

Difference
352
Diff result for Antialiasing_tests::FBSurfaceWithCenterCorner2

FramebufferNotModifiedBySurfaceState

Difference
inf
No source result
Golden - No source result
Golden image for Antialiasing_tests::FramebufferNotModifiedBySurfaceState

GPUAAWriteAfterCPUWrite

Difference
134
Diff result for Antialiasing_tests::GPUAAWriteAfterCPUWrite

NonAACPURoundTrip

Difference
42060
Diff result for Antialiasing_tests::NonAACPURoundTrip

Attrib_carryover

L-bd0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-bd0.1_0.0_1.0_1.0-da

L-bd0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-bd0.2_0.0_0.6_1.0-ie

L-bd0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-bd0.5_0.0_0.0_1.0-ia

L-bd0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-bd0.8_0.0_0.0_1.0-ib

L-bs0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-bs0.1_0.0_1.0_1.0-da

L-bs0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-bs0.2_0.0_0.6_1.0-ie

L-bs0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-bs0.5_0.0_0.0_1.0-ia

L-bs0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-bs0.8_0.0_0.0_1.0-ib

L-d0.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::L-d0.0_0.0_1.0_1.0-da

L-d0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-d0.1_0.0_1.0_1.0-da

L-d0.2_0.0_0.6_1.0-ie

Difference
1177
Diff result for Attrib_carryover::L-d0.2_0.0_0.6_1.0-ie

L-d0.5_0.0_0.0_1.0-ia

Difference
381
Diff result for Attrib_carryover::L-d0.5_0.0_0.0_1.0-ia

L-d0.8_0.0_0.0_1.0-ib

Difference
388
Diff result for Attrib_carryover::L-d0.8_0.0_0.0_1.0-ib

L-fc0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-fc0.1_0.0_1.0_1.0-da

L-fc0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-fc0.2_0.0_0.6_1.0-ie

L-fc0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-fc0.5_0.0_0.0_1.0-ia

L-fc0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-fc0.8_0.0_0.0_1.0-ib

L-n0.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::L-n0.0_0.0_1.0_1.0-da

L-n0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-n0.1_0.0_1.0_1.0-da

L-n0.2_0.0_0.6_1.0-ie

Difference
1536
Diff result for Attrib_carryover::L-n0.2_0.0_0.6_1.0-ie

L-n0.5_0.0_0.0_1.0-ia

Difference
768
Diff result for Attrib_carryover::L-n0.5_0.0_0.0_1.0-ia

L-n0.8_0.0_0.0_1.0-ib

Difference
768
Diff result for Attrib_carryover::L-n0.8_0.0_0.0_1.0-ib

L-ps0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-ps0.1_0.0_1.0_1.0-da

L-ps0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-ps0.2_0.0_0.6_1.0-ie

L-ps0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-ps0.5_0.0_0.0_1.0-ia

L-ps0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-ps0.8_0.0_0.0_1.0-ib

L-s0.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::L-s0.0_0.0_1.0_1.0-da

L-s0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-s0.1_0.0_1.0_1.0-da

L-s0.2_0.0_0.6_1.0-ie

Difference
1536
Diff result for Attrib_carryover::L-s0.2_0.0_0.6_1.0-ie

L-s0.5_0.0_0.0_1.0-ia

Difference
768
Diff result for Attrib_carryover::L-s0.5_0.0_0.0_1.0-ia

L-s0.8_0.0_0.0_1.0-ib

Difference
768
Diff result for Attrib_carryover::L-s0.8_0.0_0.0_1.0-ib

L-t00.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::L-t00.0_0.0_1.0_1.0-da

L-t00.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-t00.1_0.0_1.0_1.0-da

L-t00.2_0.0_0.6_1.0-ie

Difference
1536
Diff result for Attrib_carryover::L-t00.2_0.0_0.6_1.0-ie

L-t00.5_0.0_0.0_1.0-ia

Difference
768
Diff result for Attrib_carryover::L-t00.5_0.0_0.0_1.0-ia

L-t00.8_0.0_0.0_1.0-ib

Difference
768
Diff result for Attrib_carryover::L-t00.8_0.0_0.0_1.0-ib

L-t10.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::L-t10.0_0.0_1.0_1.0-da

L-t10.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-t10.1_0.0_1.0_1.0-da

L-t10.2_0.0_0.6_1.0-ie

Difference
1536
Diff result for Attrib_carryover::L-t10.2_0.0_0.6_1.0-ie

L-t10.5_0.0_0.0_1.0-ia

Difference
768
Diff result for Attrib_carryover::L-t10.5_0.0_0.0_1.0-ia

L-t10.8_0.0_0.0_1.0-ib

Difference
768
Diff result for Attrib_carryover::L-t10.8_0.0_0.0_1.0-ib

L-t20.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::L-t20.0_0.0_1.0_1.0-da

L-t20.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-t20.1_0.0_1.0_1.0-da

L-t20.2_0.0_0.6_1.0-ie

Difference
1536
Diff result for Attrib_carryover::L-t20.2_0.0_0.6_1.0-ie

L-t20.5_0.0_0.0_1.0-ia

Difference
768
Diff result for Attrib_carryover::L-t20.5_0.0_0.0_1.0-ia

L-t20.8_0.0_0.0_1.0-ib

Difference
768
Diff result for Attrib_carryover::L-t20.8_0.0_0.0_1.0-ib

L-t30.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::L-t30.0_0.0_1.0_1.0-da

L-t30.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-t30.1_0.0_1.0_1.0-da

L-t30.2_0.0_0.6_1.0-ie

Difference
1536
Diff result for Attrib_carryover::L-t30.2_0.0_0.6_1.0-ie

L-t30.5_0.0_0.0_1.0-ia

Difference
768
Diff result for Attrib_carryover::L-t30.5_0.0_0.0_1.0-ia

L-t30.8_0.0_0.0_1.0-ib

Difference
768
Diff result for Attrib_carryover::L-t30.8_0.0_0.0_1.0-ib

L-w0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-w0.1_0.0_1.0_1.0-da

L-w0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-w0.2_0.0_0.6_1.0-ie

L-w0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-w0.5_0.0_0.0_1.0-ia

L-w0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::L-w0.8_0.0_0.0_1.0-ib

T-bd0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-bd0.1_0.0_1.0_1.0-da

T-bd0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-bd0.2_0.0_0.6_1.0-ie

T-bd0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-bd0.5_0.0_0.0_1.0-ia

T-bd0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-bd0.8_0.0_0.0_1.0-ib

T-bs0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-bs0.1_0.0_1.0_1.0-da

T-bs0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-bs0.2_0.0_0.6_1.0-ie

T-bs0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-bs0.5_0.0_0.0_1.0-ia

T-bs0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-bs0.8_0.0_0.0_1.0-ib

T-d0.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::T-d0.0_0.0_1.0_1.0-da

T-d0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-d0.1_0.0_1.0_1.0-da

T-d0.2_0.0_0.6_1.0-ie

Difference
766
Diff result for Attrib_carryover::T-d0.2_0.0_0.6_1.0-ie

T-d0.5_0.0_0.0_1.0-ia

Difference
4429
Diff result for Attrib_carryover::T-d0.5_0.0_0.0_1.0-ia

T-d0.8_0.0_0.0_1.0-ib

Difference
7471
Diff result for Attrib_carryover::T-d0.8_0.0_0.0_1.0-ib

T-fc0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-fc0.1_0.0_1.0_1.0-da

T-fc0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-fc0.2_0.0_0.6_1.0-ie

T-fc0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-fc0.5_0.0_0.0_1.0-ia

T-fc0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-fc0.8_0.0_0.0_1.0-ib

T-n0.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::T-n0.0_0.0_1.0_1.0-da

T-n0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-n0.1_0.0_1.0_1.0-da

T-n0.5_0.0_0.0_1.0-ia

Difference
9410
Diff result for Attrib_carryover::T-n0.5_0.0_0.0_1.0-ia

T-n0.8_0.0_0.0_1.0-ib

Difference
9410
Diff result for Attrib_carryover::T-n0.8_0.0_0.0_1.0-ib

T-ps0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-ps0.1_0.0_1.0_1.0-da

T-ps0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-ps0.2_0.0_0.6_1.0-ie

T-ps0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-ps0.5_0.0_0.0_1.0-ia

T-ps0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-ps0.8_0.0_0.0_1.0-ib

T-s0.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::T-s0.0_0.0_1.0_1.0-da

T-s0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-s0.1_0.0_1.0_1.0-da

T-s0.5_0.0_0.0_1.0-ia

Difference
9410
Diff result for Attrib_carryover::T-s0.5_0.0_0.0_1.0-ia

T-s0.8_0.0_0.0_1.0-ib

Difference
9410
Diff result for Attrib_carryover::T-s0.8_0.0_0.0_1.0-ib

T-t00.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::T-t00.0_0.0_1.0_1.0-da

T-t00.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-t00.1_0.0_1.0_1.0-da

T-t00.5_0.0_0.0_1.0-ia

Difference
9410
Diff result for Attrib_carryover::T-t00.5_0.0_0.0_1.0-ia

T-t00.8_0.0_0.0_1.0-ib

Difference
9410
Diff result for Attrib_carryover::T-t00.8_0.0_0.0_1.0-ib

T-t10.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::T-t10.0_0.0_1.0_1.0-da

T-t10.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-t10.1_0.0_1.0_1.0-da

T-t10.5_0.0_0.0_1.0-ia

Difference
9410
Diff result for Attrib_carryover::T-t10.5_0.0_0.0_1.0-ia

T-t10.8_0.0_0.0_1.0-ib

Difference
9410
Diff result for Attrib_carryover::T-t10.8_0.0_0.0_1.0-ib

T-t20.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::T-t20.0_0.0_1.0_1.0-da

T-t20.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-t20.1_0.0_1.0_1.0-da

T-t20.5_0.0_0.0_1.0-ia

Difference
9410
Diff result for Attrib_carryover::T-t20.5_0.0_0.0_1.0-ia

T-t20.8_0.0_0.0_1.0-ib

Difference
9410
Diff result for Attrib_carryover::T-t20.8_0.0_0.0_1.0-ib

T-t30.0_0.0_1.0_1.0-da

Difference
inf
No source result
Source - No golden result
Source image for Attrib_carryover::T-t30.0_0.0_1.0_1.0-da

T-t30.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-t30.1_0.0_1.0_1.0-da

T-t30.5_0.0_0.0_1.0-ia

Difference
9410
Diff result for Attrib_carryover::T-t30.5_0.0_0.0_1.0-ia

T-t30.8_0.0_0.0_1.0-ib

Difference
9410
Diff result for Attrib_carryover::T-t30.8_0.0_0.0_1.0-ib

T-w0.1_0.0_1.0_1.0-da

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-w0.1_0.0_1.0_1.0-da

T-w0.2_0.0_0.6_1.0-ie

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-w0.2_0.0_0.6_1.0-ie

T-w0.5_0.0_0.0_1.0-ia

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-w0.5_0.0_0.0_1.0-ia

T-w0.8_0.0_0.0_1.0-ib

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_carryover::T-w0.8_0.0_0.0_1.0-ib

Attrib_float

-1_1

Difference
29376
Diff result for Attrib_float::-1_1

-8_1

Difference
29376
Diff result for Attrib_float::-8_1

-INF_INF

Difference
29376
Diff result for Attrib_float::-INF_INF

-Max_Max

Difference
29376
Diff result for Attrib_float::-Max_Max

-MinN_MinN

Difference
29376
Diff result for Attrib_float::-MinN_MinN

-NaNq_NaNq

Difference
86388
Diff result for Attrib_float::-NaNq_NaNq

-NaNs_NaNs

Difference
86448
Diff result for Attrib_float::-NaNs_NaNs

0_1

Difference
25896
Diff result for Attrib_float::0_1

0_8

Difference
25896
Diff result for Attrib_float::0_8

Colors

Difference
inf
No source result
Golden - No source result
Golden image for Attrib_float::Colors

Attrib_setter

Setters-alpha

Difference
942
Diff result for Attrib_setter::Setters-alpha

Setters-visible

Difference
1213
Diff result for Attrib_setter::Setters-visible

Color_key

Description
Tests NV097_SET_COLOR_KEY_COLOR (0x0AE0) and the NV097_SET_TEXTURE_CONTROL0_COLOR_KEY_MODE color key functions.
NV097_SET_TEXTURE_CONTROL0_COLOR_KEY_MODE is used to instruct the hardware what to do when a texel's value matches a color key. See ColorKeyMode for the supported modes.
NV097_SET_COLOR_KEY_COLOR is used to instruct the hardware which texels should have the color key mode applied.
Each test renders a series of quads, with each quad being divided into four subcomponents (NW = northwest/top left, etc...):
NW: Checkerboard alternating a color-keyed color and a light grey. NE: Checkerboard alternating a dark grey and an alpha-keyed color. SW: Checkerboard alternating the color-keyed color with alpha from the alpha key and the color keyed color with 0xFF alpha that matches none of the keys. SE: Checkerboard alternating a non-keyed color with alpha from the color key and a non-keyed color with alpha from the alpha key.
Suite class def
src/tests/color_key_tests.h

FixedTex_Alpha

Difference
16100
Description

With the fixed function pipeline, zero out just the alpha channel for all places where the colorkey matches the value of a texel. RGB channels are unaffected. This should omit all texels that match the color key.

Diff result for Color_key::FixedTex_Alpha

FixedTex_AlphaColor

Difference
16100
Description

With the fixed function pipeline, kill the texel completely for wherever the color key matches the value of a texel. This completely masks the texel rather than simply zero-ing out values. See IgnAlphaCh_FixedTex_AlphaColor. This should omit all texels that match the color key.

Diff result for Color_key::FixedTex_AlphaColor

FixedTex_Color

Difference
16100
Description

With the fixed function pipeline, zero out the color and alpha channels for all places where the color key matches the value of a texel. Note that the Alpha channel is also set to zero. This should omit all texels that match the color key.

Diff result for Color_key::FixedTex_Color

FixedTex_Disabled

Difference
1257
Description

With the fixed function pipeline, make no changes to any texel whose value matches the color key. This should render all texels as fully opaque with their original colors.

Diff result for Color_key::FixedTex_Disabled

IgnAlphaCh_FixedTex_Alpha

Difference
1106
Description

With the fixed function pipeline, set the color key mode to clear just the alpha channel for matching texels. When rendering, set the final combiner to use an alpha value of 0xFF for all texels, forcing pixels to be rendered opaque despite matching the color key. This should render all texels fully opaque with their original colors, since the texel alpha is ignored during texturing.

Diff result for Color_key::IgnAlphaCh_FixedTex_Alpha

IgnAlphaCh_FixedTex_AlphaColor

Difference
15990
Description

With the fixed function pipeline, kill the texel completely for wherever the color key matches the value of a texel. This completely masks the texel rather than simply zero-ing out values. When rendering, set the final combiner to use an alpha value of 0xFF for all texels. This omits killed texels even though the combiner sets them to fully opaque during texturing.

Diff result for Color_key::IgnAlphaCh_FixedTex_AlphaColor

IgnAlphaCh_FixedTex_Color

Difference
14467
Description

With the fixed function pipeline, zero out the color and alpha channels for all places where the color key matches the value of a texel. When rendering, set the final combiner to use an alpha value of 0xFF for all texels, forcing pixels to be rendered opaque despite matching the color key. This should render matching texels as fully black, since their RGB values were zeroed out and the zeroed alpha channel is ignored.

Diff result for Color_key::IgnAlphaCh_FixedTex_Color

IgnAlphaCh_FixedTex_Disabled

Difference
1106
Description

With the fixed function pipeline, make no changes to any texel whose value matches the color key. When rendering, set the final combiner to use an alpha value of 0xFF for all texels. This should render all texels as fully opaque with their original colors.

Diff result for Color_key::IgnAlphaCh_FixedTex_Disabled

IgnAlphaCh_ProgTex_Alpha

Difference
122
Description

With a programmable shader, set the color key mode to clear just the alpha channel for matching texels. When rendering, set the final combiner to use an alpha value of 0xFF for all texels, forcing pixels to be rendered opaque despite matching the color key. This should render all texels fully opaque with their original colors, since the texel alpha is ignored during texturing.

Diff result for Color_key::IgnAlphaCh_ProgTex_Alpha

IgnAlphaCh_ProgTex_AlphaColor

Difference
15068
Description

With a programmable shader, kill the texel completely for wherever the color key matches the value of a texel. This completely masks the texel rather than simply zero-ing out values. When rendering, set the final combiner to use an alpha value of 0xFF for all texels. This omits killed texels even though the combiner sets them to fully opaque during texturing.

Diff result for Color_key::IgnAlphaCh_ProgTex_AlphaColor

IgnAlphaCh_ProgTex_Color

Difference
13526
Description

With a programmable shader, zero out the color and alpha channels for all places where the color key matches the value of a texel. When rendering, set the final combiner to use an alpha value of 0xFF for all texels, forcing pixels to be rendered opaque despite matching the color key. This should render matching texels as fully black, since their RGB values were zeroed out and the zeroed alpha channel is ignored.

Diff result for Color_key::IgnAlphaCh_ProgTex_Color

IgnAlphaCh_ProgTex_Disabled

Difference
122
Description

With a programmable shader, make no changes to any texel whose value matches the color key. When rendering, set the final combiner to use an alpha value of 0xFF for all texels. This should render all texels as fully opaque with their original colors.

Diff result for Color_key::IgnAlphaCh_ProgTex_Disabled

ProgTex_Alpha

Difference
15135
Description

With a programmable shader, zero out just the alpha channel for all places where the colorkey matches the value of a texel. RGB channels are unaffected. This should omit all texels that match the color key.

Diff result for Color_key::ProgTex_Alpha

ProgTex_AlphaColor

Difference
15135
Description

With a programmable shader, kill the texel completely for wherever the color key matches the value of a texel. This completely masks the texel rather than simply zero-ing out values. See IgnAlphaCh_FixedTex_AlphaColor. This should omit all texels that match the color key.

Diff result for Color_key::ProgTex_AlphaColor

ProgTex_Color

Difference
15135
Description

With a programmable shader, zero out the color and alpha channels for all places where the color key matches the value of a texel. Note that the Alpha channel is also set to zero. This should omit all texels that match the color key.

Diff result for Color_key::ProgTex_Color

ProgTex_Disabled

Difference
189
Description

With a programmable shader, make no changes to any texel whose value matches the color key. This should render all texels as fully opaque with their original colors.

Diff result for Color_key::ProgTex_Disabled

UnsampledTex

Difference
5795
Description

Demonstrates that the color keys are independent of whether the associated texture stage is used in the final composition or not. With a programable shader, draw two quads with the color key mode set to kill matching texels. In both cases, the final color combiner only samples from texture 0. The left quad renders with the blue color key as key 0. The right quad enables the second texture stage, keeps key 0, and adds the magenta color key with an alpha value forced to 0xFF as key 1. The left image should have the blue color in the NW checkerboard killed. The right image should have the blue color in the NW checkerboard killed, but also the secondary blue color in the SW checkerboard killed. This is because the unsampled magenta texture's SW secondary color matches the magenta + 0xFF alpha enabled as a color key in the second operation.

Diff result for Color_key::UnsampledTex

XAlphaFormat

Difference
inf
Description

Demonstrates that the alpha component of textures using an "X" alpha mode (e.g., NV097_SET_TEXTURE_FORMAT_COLOR_LU_IMAGE_X8R8G8B8) are matched against color keys without respect to their alpha value.

No source result
Golden - No source result
Golden image for Color_key::XAlphaFormat

Color_mask_blend

Suite class def
src/tests/color_mask_blend_tests.h

C00010101_O32774_S772_D0

Difference
226
Diff result for Color_mask_blend::C00010101_O32774_S772_D0

Color_zeta_overlap

Description
Tests behavior when the color buffer and z/stencil buffers overlap in RAM.
WARNING: These tests are non-deterministic on Xbox hardware. The primary intent of these tests is to verify that emulators do not crash.
Suite class def
src/tests/color_zeta_overlap_tests.h

AdjacentWithAA

Difference
inf
No source result
Golden - No source result
Golden image for Color_zeta_overlap::AdjacentWithAA

ColorIntoZeta_ZB

Difference
10766
Diff result for Color_zeta_overlap::ColorIntoZeta_ZB

ZetaIntoColor

Difference
inf
No source result
Golden - No source result
Golden image for Color_zeta_overlap::ZetaIntoColor

ZetaIntoColor_ZB

Difference
inf
No source result
Golden - No source result
Golden image for Color_zeta_overlap::ZetaIntoColor_ZB

Combiner

Description
Tests behavior of NV097_SET_COMBINER_* and NV097_SET_SPECULAR_* final combiner operations.
Suite class def
src/tests/combiner_tests.h

AlphaFromBlue

Difference
inf
Description

Demonstrates behavior of the "blue to alpha" flags.

No source result
Golden - No source result
Golden image for Combiner::AlphaFromBlue

CombinerOps

Difference
inf
Description

Tests the various output operations.

No source result
Golden - No source result
Golden image for Combiner::CombinerOps

Flags

Difference
164
Description

Tests behavior of specular_add_invert_r0, specular_add_invert_v1, and specular_clamp on final combiners.

Diff result for Combiner::Flags

Independence

Difference
164
Description

Demonstrates that setting a register's value in a combiner stage does not mutate the value until after it is assigned as an output. The test performs several draws where R0 is initialized to some color then both mutated and copied into R1, demonstrating that the original value of R0 is copied into R1 before being replaced with the new value.

Diff result for Combiner::Independence

SpecialInputs

Difference
inf
Description

Tests the special input registers in the final combiner.

No source result
Golden - No source result
Golden image for Combiner::SpecialInputs

UnboundTexSampler

Difference
inf
No source result
Golden - No source result
Golden image for Combiner::UnboundTexSampler

Depth_buffer

DepthFmt_z16_Cn_FZn_M000564_ZB

Difference
571
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M000564_ZB

DepthFmt_z16_Cn_FZn_M000ab9_ZB

Difference
1083
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M000ab9_ZB

DepthFmt_z16_Cn_FZn_M00100e_ZB

Difference
1325
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00100e_ZB

DepthFmt_z16_Cn_FZn_M001563_ZB

Difference
2455
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M001563_ZB

DepthFmt_z16_Cn_FZn_M001ab8_ZB

Difference
2990
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M001ab8_ZB

DepthFmt_z16_Cn_FZn_M00200d_ZB

Difference
2664
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00200d_ZB

DepthFmt_z16_Cn_FZn_M002562_ZB

Difference
4240
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M002562_ZB

DepthFmt_z16_Cn_FZn_M002ab7_ZB

Difference
4869
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M002ab7_ZB

DepthFmt_z16_Cn_FZn_M00300c_ZB

Difference
4067
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00300c_ZB

DepthFmt_z16_Cn_FZn_M003561_ZB

Difference
6073
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M003561_ZB

DepthFmt_z16_Cn_FZn_M003ab6_ZB

Difference
6706
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M003ab6_ZB

DepthFmt_z16_Cn_FZn_M00400b_ZB

Difference
5461
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00400b_ZB

DepthFmt_z16_Cn_FZn_M004560_ZB

Difference
8007
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M004560_ZB

DepthFmt_z16_Cn_FZn_M004ab5_ZB

Difference
8553
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M004ab5_ZB

DepthFmt_z16_Cn_FZn_M00500a_ZB

Difference
6743
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00500a_ZB

DepthFmt_z16_Cn_FZn_M00555f_ZB

Difference
9949
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00555f_ZB

DepthFmt_z16_Cn_FZn_M005ab4_ZB

Difference
10458
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M005ab4_ZB

DepthFmt_z16_Cn_FZn_M006009_ZB

Difference
8046
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M006009_ZB

DepthFmt_z16_Cn_FZn_M00655e_ZB

Difference
11770
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00655e_ZB

DepthFmt_z16_Cn_FZn_M006ab3_ZB

Difference
12306
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M006ab3_ZB

DepthFmt_z16_Cn_FZn_M007008_ZB

Difference
9393
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M007008_ZB

DepthFmt_z16_Cn_FZn_M00755d_ZB

Difference
13560
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00755d_ZB

DepthFmt_z16_Cn_FZn_M007ab2_ZB

Difference
13976
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M007ab2_ZB

DepthFmt_z16_Cn_FZn_M008007_ZB

Difference
10799
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M008007_ZB

DepthFmt_z16_Cn_FZn_M00855c_ZB

Difference
15339
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00855c_ZB

DepthFmt_z16_Cn_FZn_M008ab1_ZB

Difference
15571
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M008ab1_ZB

DepthFmt_z16_Cn_FZn_M009006_ZB

Difference
12069
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M009006_ZB

DepthFmt_z16_Cn_FZn_M00955b_ZB

Difference
16825
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00955b_ZB

DepthFmt_z16_Cn_FZn_M009ab0_ZB

Difference
17019
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M009ab0_ZB

DepthFmt_z16_Cn_FZn_M00a005_ZB

Difference
13389
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00a005_ZB

DepthFmt_z16_Cn_FZn_M00a55a_ZB

Difference
18220
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00a55a_ZB

DepthFmt_z16_Cn_FZn_M00aaaf_ZB

Difference
18354
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00aaaf_ZB

DepthFmt_z16_Cn_FZn_M00b004_ZB

Difference
17501
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00b004_ZB

DepthFmt_z16_Cn_FZn_M00b559_ZB

Difference
23175
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00b559_ZB

DepthFmt_z16_Cn_FZn_M00baae

Difference
106
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00baae

DepthFmt_z16_Cn_FZn_M00baae_ZB

Difference
24975
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00baae_ZB

DepthFmt_z16_Cn_FZn_M00c003

Difference
237
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00c003

DepthFmt_z16_Cn_FZn_M00c003_ZB

Difference
24704
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00c003_ZB

DepthFmt_z16_Cn_FZn_M00c558

Difference
430
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00c558

DepthFmt_z16_Cn_FZn_M00c558_ZB

Difference
28006
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00c558_ZB

DepthFmt_z16_Cn_FZn_M00caad

Difference
578
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00caad

DepthFmt_z16_Cn_FZn_M00caad_ZB

Difference
29479
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00caad_ZB

DepthFmt_z16_Cn_FZn_M00d002

Difference
711
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00d002

DepthFmt_z16_Cn_FZn_M00d002_ZB

Difference
31014
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00d002_ZB

DepthFmt_z16_Cn_FZn_M00d557

Difference
770
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00d557

DepthFmt_z16_Cn_FZn_M00d557_ZB

Difference
32485
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00d557_ZB

DepthFmt_z16_Cn_FZn_M00daac

Difference
826
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00daac

DepthFmt_z16_Cn_FZn_M00daac_ZB

Difference
33885
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00daac_ZB

DepthFmt_z16_Cn_FZn_M00e001

Difference
885
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00e001

DepthFmt_z16_Cn_FZn_M00e001_ZB

Difference
36022
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00e001_ZB

DepthFmt_z16_Cn_FZn_M00e556

Difference
948
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00e556

DepthFmt_z16_Cn_FZn_M00e556_ZB

Difference
36948
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00e556_ZB

DepthFmt_z16_Cn_FZn_M00eaab

Difference
1012
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00eaab

DepthFmt_z16_Cn_FZn_M00eaab_ZB

Difference
38239
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00eaab_ZB

DepthFmt_z16_Cn_FZn_M00f000

Difference
1069
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00f000

DepthFmt_z16_Cn_FZn_M00f000_ZB

Difference
39912
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00f000_ZB

DepthFmt_z16_Cn_FZn_M00f555

Difference
1131
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00f555

DepthFmt_z16_Cn_FZn_M00f555_ZB

Difference
40422
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00f555_ZB

DepthFmt_z16_Cn_FZn_M00faaa

Difference
1155
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00faaa

DepthFmt_z16_Cn_FZn_M00faaa_ZB

Difference
41568
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00faaa_ZB

DepthFmt_z16_Cn_FZn_M00ffff

Difference
1170
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00ffff

DepthFmt_z16_Cn_FZn_M00ffff_ZB

Difference
42833
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZn_M00ffff_ZB

DepthFmt_z16_Cn_FZy_M00000f

Difference
3856
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00000f

DepthFmt_z16_Cn_FZy_M00000f_ZB

Difference
302165
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00000f_ZB

DepthFmt_z16_Cn_FZy_M000564

Difference
2590
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M000564

DepthFmt_z16_Cn_FZy_M000564_ZB

Difference
306757
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M000564_ZB

DepthFmt_z16_Cn_FZy_M000ab9

Difference
1304
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M000ab9

DepthFmt_z16_Cn_FZy_M000ab9_ZB

Difference
304584
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M000ab9_ZB

DepthFmt_z16_Cn_FZy_M00100e_ZB

Difference
293783
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00100e_ZB

DepthFmt_z16_Cn_FZy_M001563_ZB

Difference
305600
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M001563_ZB

DepthFmt_z16_Cn_FZy_M001ab8_ZB

Difference
306272
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M001ab8_ZB

DepthFmt_z16_Cn_FZy_M00200d_ZB

Difference
304370
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00200d_ZB

DepthFmt_z16_Cn_FZy_M002562_ZB

Difference
306870
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M002562_ZB

DepthFmt_z16_Cn_FZy_M002ab7_ZB

Difference
306839
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M002ab7_ZB

DepthFmt_z16_Cn_FZy_M00300c_ZB

Difference
291465
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00300c_ZB

DepthFmt_z16_Cn_FZy_M003561_ZB

Difference
306207
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M003561_ZB

DepthFmt_z16_Cn_FZy_M003ab6_ZB

Difference
304633
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M003ab6_ZB

DepthFmt_z16_Cn_FZy_M00400b_ZB

Difference
304329
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00400b_ZB

DepthFmt_z16_Cn_FZy_M004560_ZB

Difference
306837
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M004560_ZB

DepthFmt_z16_Cn_FZy_M004ab5_ZB

Difference
306786
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M004ab5_ZB

DepthFmt_z16_Cn_FZy_M00500a_ZB

Difference
283720
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00500a_ZB

DepthFmt_z16_Cn_FZy_M00555f_ZB

Difference
306892
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00555f_ZB

DepthFmt_z16_Cn_FZy_M005ab4_ZB

Difference
303685
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M005ab4_ZB

DepthFmt_z16_Cn_FZy_M006009_ZB

Difference
303850
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M006009_ZB

DepthFmt_z16_Cn_FZy_M00655e_ZB

Difference
307094
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00655e_ZB

DepthFmt_z16_Cn_FZy_M006ab3_ZB

Difference
306754
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M006ab3_ZB

DepthFmt_z16_Cn_FZy_M007008_ZB

Difference
275889
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M007008_ZB

DepthFmt_z16_Cn_FZy_M00755d_ZB

Difference
306829
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00755d_ZB

DepthFmt_z16_Cn_FZy_M007ab2_ZB

Difference
302873
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M007ab2_ZB

DepthFmt_z16_Cn_FZy_M008007_ZB

Difference
303359
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M008007_ZB

DepthFmt_z16_Cn_FZy_M00855c_ZB

Difference
307082
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00855c_ZB

DepthFmt_z16_Cn_FZy_M008ab1_ZB

Difference
306730
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M008ab1_ZB

DepthFmt_z16_Cn_FZy_M009006_ZB

Difference
267571
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M009006_ZB

DepthFmt_z16_Cn_FZy_M00955b_ZB

Difference
306798
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00955b_ZB

DepthFmt_z16_Cn_FZy_M009ab0_ZB

Difference
301640
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M009ab0_ZB

DepthFmt_z16_Cn_FZy_M00a005_ZB

Difference
303045
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00a005_ZB

DepthFmt_z16_Cn_FZy_M00a55a_ZB

Difference
307080
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00a55a_ZB

DepthFmt_z16_Cn_FZy_M00aaaf_ZB

Difference
306722
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00aaaf_ZB

DepthFmt_z16_Cn_FZy_M00b004_ZB

Difference
259803
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00b004_ZB

DepthFmt_z16_Cn_FZy_M00b559_ZB

Difference
306722
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00b559_ZB

DepthFmt_z16_Cn_FZy_M00baae_ZB

Difference
302230
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00baae_ZB

DepthFmt_z16_Cn_FZy_M00c003_ZB

Difference
301176
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00c003_ZB

DepthFmt_z16_Cn_FZy_M00c558_ZB

Difference
306545
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00c558_ZB

DepthFmt_z16_Cn_FZy_M00caad_ZB

Difference
306512
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00caad_ZB

DepthFmt_z16_Cn_FZy_M00d002_ZB

Difference
266056
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00d002_ZB

DepthFmt_z16_Cn_FZy_M00d557_ZB

Difference
306498
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00d557_ZB

DepthFmt_z16_Cn_FZy_M00daac

Difference
106
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00daac

DepthFmt_z16_Cn_FZy_M00daac_ZB

Difference
305263
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00daac_ZB

DepthFmt_z16_Cn_FZy_M00e001

Difference
216
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00e001

DepthFmt_z16_Cn_FZy_M00e001_ZB

Difference
304087
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00e001_ZB

DepthFmt_z16_Cn_FZy_M00e556

Difference
437
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00e556

DepthFmt_z16_Cn_FZy_M00e556_ZB

Difference
306493
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00e556_ZB

DepthFmt_z16_Cn_FZy_M00eaab

Difference
632
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00eaab

DepthFmt_z16_Cn_FZy_M00eaab_ZB

Difference
306493
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00eaab_ZB

DepthFmt_z16_Cn_FZy_M00f000

Difference
773
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00f000

DepthFmt_z16_Cn_FZy_M00f000_ZB

Difference
284687
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00f000_ZB

DepthFmt_z16_Cn_FZy_M00f555

Difference
910
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00f555

DepthFmt_z16_Cn_FZy_M00f555_ZB

Difference
306413
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00f555_ZB

DepthFmt_z16_Cn_FZy_M00faaa

Difference
1122
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00faaa

DepthFmt_z16_Cn_FZy_M00faaa_ZB

Difference
306375
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00faaa_ZB

DepthFmt_z16_Cn_FZy_M00ffff

Difference
1185
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00ffff

DepthFmt_z16_Cn_FZy_M00ffff_ZB

Difference
306417
Diff result for Depth_buffer::DepthFmt_z16_Cn_FZy_M00ffff_ZB

DepthFmt_z16_Cy_FZn_M000564_ZB

Difference
571
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M000564_ZB

DepthFmt_z16_Cy_FZn_M000ab9_ZB

Difference
1083
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M000ab9_ZB

DepthFmt_z16_Cy_FZn_M00100e_ZB

Difference
1325
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00100e_ZB

DepthFmt_z16_Cy_FZn_M001563_ZB

Difference
2455
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M001563_ZB

DepthFmt_z16_Cy_FZn_M001ab8_ZB

Difference
2990
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M001ab8_ZB

DepthFmt_z16_Cy_FZn_M00200d_ZB

Difference
2664
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00200d_ZB

DepthFmt_z16_Cy_FZn_M002562_ZB

Difference
4240
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M002562_ZB

DepthFmt_z16_Cy_FZn_M002ab7_ZB

Difference
4869
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M002ab7_ZB

DepthFmt_z16_Cy_FZn_M00300c_ZB

Difference
4067
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00300c_ZB

DepthFmt_z16_Cy_FZn_M003561_ZB

Difference
6073
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M003561_ZB

DepthFmt_z16_Cy_FZn_M003ab6_ZB

Difference
6706
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M003ab6_ZB

DepthFmt_z16_Cy_FZn_M00400b_ZB

Difference
5461
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00400b_ZB

DepthFmt_z16_Cy_FZn_M004560_ZB

Difference
8007
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M004560_ZB

DepthFmt_z16_Cy_FZn_M004ab5_ZB

Difference
8553
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M004ab5_ZB

DepthFmt_z16_Cy_FZn_M00500a_ZB

Difference
6743
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00500a_ZB

DepthFmt_z16_Cy_FZn_M00555f_ZB

Difference
9949
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00555f_ZB

DepthFmt_z16_Cy_FZn_M005ab4_ZB

Difference
10458
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M005ab4_ZB

DepthFmt_z16_Cy_FZn_M006009_ZB

Difference
8046
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M006009_ZB

DepthFmt_z16_Cy_FZn_M00655e_ZB

Difference
11770
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00655e_ZB

DepthFmt_z16_Cy_FZn_M006ab3_ZB

Difference
12306
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M006ab3_ZB

DepthFmt_z16_Cy_FZn_M007008_ZB

Difference
9393
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M007008_ZB

DepthFmt_z16_Cy_FZn_M00755d_ZB

Difference
13560
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00755d_ZB

DepthFmt_z16_Cy_FZn_M007ab2_ZB

Difference
13976
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M007ab2_ZB

DepthFmt_z16_Cy_FZn_M008007_ZB

Difference
10799
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M008007_ZB

DepthFmt_z16_Cy_FZn_M00855c_ZB

Difference
15339
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00855c_ZB

DepthFmt_z16_Cy_FZn_M008ab1_ZB

Difference
15571
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M008ab1_ZB

DepthFmt_z16_Cy_FZn_M009006_ZB

Difference
12069
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M009006_ZB

DepthFmt_z16_Cy_FZn_M00955b_ZB

Difference
16825
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00955b_ZB

DepthFmt_z16_Cy_FZn_M009ab0_ZB

Difference
17019
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M009ab0_ZB

DepthFmt_z16_Cy_FZn_M00a005_ZB

Difference
13389
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00a005_ZB

DepthFmt_z16_Cy_FZn_M00a55a_ZB

Difference
18220
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00a55a_ZB

DepthFmt_z16_Cy_FZn_M00aaaf_ZB

Difference
18354
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00aaaf_ZB

DepthFmt_z16_Cy_FZn_M00b004_ZB

Difference
17501
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00b004_ZB

DepthFmt_z16_Cy_FZn_M00b559_ZB

Difference
23175
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00b559_ZB

DepthFmt_z16_Cy_FZn_M00baae

Difference
106
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00baae

DepthFmt_z16_Cy_FZn_M00baae_ZB

Difference
24975
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00baae_ZB

DepthFmt_z16_Cy_FZn_M00c003

Difference
237
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00c003

DepthFmt_z16_Cy_FZn_M00c003_ZB

Difference
24704
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00c003_ZB

DepthFmt_z16_Cy_FZn_M00c558

Difference
430
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00c558

DepthFmt_z16_Cy_FZn_M00c558_ZB

Difference
28006
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00c558_ZB

DepthFmt_z16_Cy_FZn_M00caad

Difference
578
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00caad

DepthFmt_z16_Cy_FZn_M00caad_ZB

Difference
29479
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00caad_ZB

DepthFmt_z16_Cy_FZn_M00d002

Difference
711
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00d002

DepthFmt_z16_Cy_FZn_M00d002_ZB

Difference
31014
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00d002_ZB

DepthFmt_z16_Cy_FZn_M00d557

Difference
770
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00d557

DepthFmt_z16_Cy_FZn_M00d557_ZB

Difference
32485
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00d557_ZB

DepthFmt_z16_Cy_FZn_M00daac

Difference
826
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00daac

DepthFmt_z16_Cy_FZn_M00daac_ZB

Difference
33885
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00daac_ZB

DepthFmt_z16_Cy_FZn_M00e001

Difference
885
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00e001

DepthFmt_z16_Cy_FZn_M00e001_ZB

Difference
36022
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00e001_ZB

DepthFmt_z16_Cy_FZn_M00e556

Difference
948
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00e556

DepthFmt_z16_Cy_FZn_M00e556_ZB

Difference
36948
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00e556_ZB

DepthFmt_z16_Cy_FZn_M00eaab

Difference
1012
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00eaab

DepthFmt_z16_Cy_FZn_M00eaab_ZB

Difference
38239
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00eaab_ZB

DepthFmt_z16_Cy_FZn_M00f000

Difference
1069
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00f000

DepthFmt_z16_Cy_FZn_M00f000_ZB

Difference
39912
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00f000_ZB

DepthFmt_z16_Cy_FZn_M00f555

Difference
1131
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00f555

DepthFmt_z16_Cy_FZn_M00f555_ZB

Difference
40422
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00f555_ZB

DepthFmt_z16_Cy_FZn_M00faaa

Difference
1155
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00faaa

DepthFmt_z16_Cy_FZn_M00faaa_ZB

Difference
41568
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00faaa_ZB

DepthFmt_z16_Cy_FZn_M00ffff

Difference
1170
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00ffff

DepthFmt_z16_Cy_FZn_M00ffff_ZB

Difference
42833
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZn_M00ffff_ZB

DepthFmt_z16_Cy_FZy_M00000f

Difference
3856
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00000f

DepthFmt_z16_Cy_FZy_M00000f_ZB

Difference
302165
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00000f_ZB

DepthFmt_z16_Cy_FZy_M000564

Difference
2590
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M000564

DepthFmt_z16_Cy_FZy_M000564_ZB

Difference
306757
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M000564_ZB

DepthFmt_z16_Cy_FZy_M000ab9

Difference
1304
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M000ab9

DepthFmt_z16_Cy_FZy_M000ab9_ZB

Difference
304584
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M000ab9_ZB

DepthFmt_z16_Cy_FZy_M00100e_ZB

Difference
293783
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00100e_ZB

DepthFmt_z16_Cy_FZy_M001563_ZB

Difference
305600
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M001563_ZB

DepthFmt_z16_Cy_FZy_M001ab8_ZB

Difference
306272
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M001ab8_ZB

DepthFmt_z16_Cy_FZy_M00200d_ZB

Difference
304370
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00200d_ZB

DepthFmt_z16_Cy_FZy_M002562_ZB

Difference
306870
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M002562_ZB

DepthFmt_z16_Cy_FZy_M002ab7_ZB

Difference
306839
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M002ab7_ZB

DepthFmt_z16_Cy_FZy_M00300c_ZB

Difference
291465
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00300c_ZB

DepthFmt_z16_Cy_FZy_M003561_ZB

Difference
306207
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M003561_ZB

DepthFmt_z16_Cy_FZy_M003ab6_ZB

Difference
304633
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M003ab6_ZB

DepthFmt_z16_Cy_FZy_M00400b_ZB

Difference
304329
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00400b_ZB

DepthFmt_z16_Cy_FZy_M004560_ZB

Difference
306837
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M004560_ZB

DepthFmt_z16_Cy_FZy_M004ab5_ZB

Difference
306786
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M004ab5_ZB

DepthFmt_z16_Cy_FZy_M00500a_ZB

Difference
283720
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00500a_ZB

DepthFmt_z16_Cy_FZy_M00555f_ZB

Difference
306892
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00555f_ZB

DepthFmt_z16_Cy_FZy_M005ab4_ZB

Difference
303685
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M005ab4_ZB

DepthFmt_z16_Cy_FZy_M006009_ZB

Difference
303850
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M006009_ZB

DepthFmt_z16_Cy_FZy_M00655e_ZB

Difference
307094
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00655e_ZB

DepthFmt_z16_Cy_FZy_M006ab3_ZB

Difference
306754
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M006ab3_ZB

DepthFmt_z16_Cy_FZy_M007008_ZB

Difference
275889
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M007008_ZB

DepthFmt_z16_Cy_FZy_M00755d_ZB

Difference
306829
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00755d_ZB

DepthFmt_z16_Cy_FZy_M007ab2_ZB

Difference
302873
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M007ab2_ZB

DepthFmt_z16_Cy_FZy_M008007_ZB

Difference
303359
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M008007_ZB

DepthFmt_z16_Cy_FZy_M00855c_ZB

Difference
307082
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00855c_ZB

DepthFmt_z16_Cy_FZy_M008ab1_ZB

Difference
306730
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M008ab1_ZB

DepthFmt_z16_Cy_FZy_M009006_ZB

Difference
267571
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M009006_ZB

DepthFmt_z16_Cy_FZy_M00955b_ZB

Difference
306798
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00955b_ZB

DepthFmt_z16_Cy_FZy_M009ab0_ZB

Difference
301640
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M009ab0_ZB

DepthFmt_z16_Cy_FZy_M00a005_ZB

Difference
303045
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00a005_ZB

DepthFmt_z16_Cy_FZy_M00a55a_ZB

Difference
307080
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00a55a_ZB

DepthFmt_z16_Cy_FZy_M00aaaf_ZB

Difference
306722
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00aaaf_ZB

DepthFmt_z16_Cy_FZy_M00b004_ZB

Difference
259803
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00b004_ZB

DepthFmt_z16_Cy_FZy_M00b559_ZB

Difference
306722
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00b559_ZB

DepthFmt_z16_Cy_FZy_M00baae_ZB

Difference
302230
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00baae_ZB

DepthFmt_z16_Cy_FZy_M00c003_ZB

Difference
301176
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00c003_ZB

DepthFmt_z16_Cy_FZy_M00c558_ZB

Difference
306545
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00c558_ZB

DepthFmt_z16_Cy_FZy_M00caad_ZB

Difference
306512
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00caad_ZB

DepthFmt_z16_Cy_FZy_M00d002_ZB

Difference
266056
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00d002_ZB

DepthFmt_z16_Cy_FZy_M00d557_ZB

Difference
306498
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00d557_ZB

DepthFmt_z16_Cy_FZy_M00daac

Difference
106
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00daac

DepthFmt_z16_Cy_FZy_M00daac_ZB

Difference
305263
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00daac_ZB

DepthFmt_z16_Cy_FZy_M00e001

Difference
216
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00e001

DepthFmt_z16_Cy_FZy_M00e001_ZB

Difference
304087
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00e001_ZB

DepthFmt_z16_Cy_FZy_M00e556

Difference
437
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00e556

DepthFmt_z16_Cy_FZy_M00e556_ZB

Difference
306493
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00e556_ZB

DepthFmt_z16_Cy_FZy_M00eaab

Difference
632
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00eaab

DepthFmt_z16_Cy_FZy_M00eaab_ZB

Difference
306493
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00eaab_ZB

DepthFmt_z16_Cy_FZy_M00f000

Difference
773
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00f000

DepthFmt_z16_Cy_FZy_M00f000_ZB

Difference
284687
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00f000_ZB

DepthFmt_z16_Cy_FZy_M00f555

Difference
910
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00f555

DepthFmt_z16_Cy_FZy_M00f555_ZB

Difference
306413
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00f555_ZB

DepthFmt_z16_Cy_FZy_M00faaa

Difference
1122
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00faaa

DepthFmt_z16_Cy_FZy_M00faaa_ZB

Difference
306375
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00faaa_ZB

DepthFmt_z16_Cy_FZy_M00ffff

Difference
1185
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00ffff

DepthFmt_z16_Cy_FZy_M00ffff_ZB

Difference
306417
Diff result for Depth_buffer::DepthFmt_z16_Cy_FZy_M00ffff_ZB

DepthFmt_z24_Cn_FZn_M600009_ZB

Difference
112
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_M600009_ZB

DepthFmt_z24_Cn_FZn_M700008_ZB

Difference
137
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_M700008_ZB

DepthFmt_z24_Cn_FZn_M800007_ZB

Difference
163
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_M800007_ZB

DepthFmt_z24_Cn_FZn_M900006_ZB

Difference
164
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_M900006_ZB

DepthFmt_z24_Cn_FZn_Ma00005_ZB

Difference
164
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Ma00005_ZB

DepthFmt_z24_Cn_FZn_Mb00004_ZB

Difference
156
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mb00004_ZB

DepthFmt_z24_Cn_FZn_Mbaaaae

Difference
106
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mbaaaae

DepthFmt_z24_Cn_FZn_Mc00003

Difference
237
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mc00003

DepthFmt_z24_Cn_FZn_Mc00003_ZB

Difference
152
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mc00003_ZB

DepthFmt_z24_Cn_FZn_Mc55558

Difference
430
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mc55558

DepthFmt_z24_Cn_FZn_Mcaaaad

Difference
578
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mcaaaad

DepthFmt_z24_Cn_FZn_Md00002

Difference
711
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Md00002

DepthFmt_z24_Cn_FZn_Md00002_ZB

Difference
135
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Md00002_ZB

DepthFmt_z24_Cn_FZn_Md55557

Difference
770
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Md55557

DepthFmt_z24_Cn_FZn_Mdaaaac

Difference
826
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mdaaaac

DepthFmt_z24_Cn_FZn_Me00001

Difference
885
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Me00001

DepthFmt_z24_Cn_FZn_Me00001_ZB

Difference
140
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Me00001_ZB

DepthFmt_z24_Cn_FZn_Me55556

Difference
948
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Me55556

DepthFmt_z24_Cn_FZn_Meaaaab

Difference
1012
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Meaaaab

DepthFmt_z24_Cn_FZn_Meaaaab_ZB

Difference
103
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Meaaaab_ZB

DepthFmt_z24_Cn_FZn_Mf00000

Difference
1069
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mf00000

DepthFmt_z24_Cn_FZn_Mf00000_ZB

Difference
153
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mf00000_ZB

DepthFmt_z24_Cn_FZn_Mf55555

Difference
1131
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mf55555

DepthFmt_z24_Cn_FZn_Mf55555_ZB

Difference
100
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mf55555_ZB

DepthFmt_z24_Cn_FZn_Mfaaaaa

Difference
1155
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mfaaaaa

DepthFmt_z24_Cn_FZn_Mfaaaaa_ZB

Difference
126
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mfaaaaa_ZB

DepthFmt_z24_Cn_FZn_Mffffff

Difference
1170
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mffffff

DepthFmt_z24_Cn_FZn_Mffffff_ZB

Difference
118
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZn_Mffffff_ZB

DepthFmt_z24_Cn_FZy_M00002f

Difference
208
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M00002f

DepthFmt_z24_Cn_FZy_M05502e

Difference
1292
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M05502e

DepthFmt_z24_Cn_FZy_M05502e_ZB

Difference
107
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M05502e_ZB

DepthFmt_z24_Cn_FZy_M0aa02d

Difference
2596
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M0aa02d

DepthFmt_z24_Cn_FZy_M0aa02d_ZB

Difference
296461
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M0aa02d_ZB

DepthFmt_z24_Cn_FZy_M0ff02c

Difference
3892
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M0ff02c

DepthFmt_z24_Cn_FZy_M0ff02c_ZB

Difference
299493
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M0ff02c_ZB

DepthFmt_z24_Cn_FZy_M15402b

Difference
5284
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M15402b

DepthFmt_z24_Cn_FZy_M15402b_ZB

Difference
293266
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M15402b_ZB

DepthFmt_z24_Cn_FZy_M1a902a

Difference
6564
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M1a902a

DepthFmt_z24_Cn_FZy_M1a902a_ZB

Difference
294857
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M1a902a_ZB

DepthFmt_z24_Cn_FZy_M1fe029

Difference
7908
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M1fe029

DepthFmt_z24_Cn_FZy_M1fe029_ZB

Difference
297132
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M1fe029_ZB

DepthFmt_z24_Cn_FZy_M253028

Difference
9252
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M253028

DepthFmt_z24_Cn_FZy_M253028_ZB

Difference
288946
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M253028_ZB

DepthFmt_z24_Cn_FZy_M2a8027

Difference
10532
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M2a8027

DepthFmt_z24_Cn_FZy_M2a8027_ZB

Difference
289899
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M2a8027_ZB

DepthFmt_z24_Cn_FZy_M2fd026

Difference
11916
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M2fd026

DepthFmt_z24_Cn_FZy_M2fd026_ZB

Difference
291624
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M2fd026_ZB

DepthFmt_z24_Cn_FZy_M352025

Difference
13220
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M352025

DepthFmt_z24_Cn_FZy_M352025_ZB

Difference
282746
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M352025_ZB

DepthFmt_z24_Cn_FZy_M3a7024

Difference
14524
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M3a7024

DepthFmt_z24_Cn_FZy_M3a7024_ZB

Difference
283798
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M3a7024_ZB

DepthFmt_z24_Cn_FZy_M3fc023

Difference
15908
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M3fc023

DepthFmt_z24_Cn_FZy_M3fc023_ZB

Difference
284540
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M3fc023_ZB

DepthFmt_z24_Cn_FZy_M451022

Difference
17188
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M451022

DepthFmt_z24_Cn_FZy_M451022_ZB

Difference
275825
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M451022_ZB

DepthFmt_z24_Cn_FZy_M4a6021

Difference
18532
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M4a6021

DepthFmt_z24_Cn_FZy_M4a6021_ZB

Difference
276140
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M4a6021_ZB

DepthFmt_z24_Cn_FZy_M4fb020

Difference
19876
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M4fb020

DepthFmt_z24_Cn_FZy_M4fb020_ZB

Difference
276572
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M4fb020_ZB

DepthFmt_z24_Cn_FZy_M55001f

Difference
21156
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M55001f

DepthFmt_z24_Cn_FZy_M55001f_ZB

Difference
268412
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M55001f_ZB

DepthFmt_z24_Cn_FZy_M5a501e

Difference
22540
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M5a501e

DepthFmt_z24_Cn_FZy_M5a501e_ZB

Difference
268310
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M5a501e_ZB

DepthFmt_z24_Cn_FZy_M5fa01d

Difference
23844
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M5fa01d

DepthFmt_z24_Cn_FZy_M5fa01d_ZB

Difference
268361
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M5fa01d_ZB

DepthFmt_z24_Cn_FZy_M64f01c

Difference
25140
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M64f01c

DepthFmt_z24_Cn_FZy_M64f01c_ZB

Difference
261760
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M64f01c_ZB

DepthFmt_z24_Cn_FZy_M6a401b

Difference
26532
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M6a401b

DepthFmt_z24_Cn_FZy_M6a401b_ZB

Difference
260299
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M6a401b_ZB

DepthFmt_z24_Cn_FZy_M6f901a

Difference
27812
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M6f901a

DepthFmt_z24_Cn_FZy_M6f901a_ZB

Difference
260026
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M6f901a_ZB

DepthFmt_z24_Cn_FZy_M74e019

Difference
29156
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M74e019

DepthFmt_z24_Cn_FZy_M74e019_ZB

Difference
252941
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M74e019_ZB

DepthFmt_z24_Cn_FZy_M7a3018

Difference
30573
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M7a3018

DepthFmt_z24_Cn_FZy_M7a3018_ZB

Difference
251758
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M7a3018_ZB

DepthFmt_z24_Cn_FZy_M7f8017

Difference
33067
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M7f8017

DepthFmt_z24_Cn_FZy_M7f8017_ZB

Difference
246513
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M7f8017_ZB

DepthFmt_z24_Cn_FZy_M84d016

Difference
34451
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M84d016

DepthFmt_z24_Cn_FZy_M84d016_ZB

Difference
240376
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M84d016_ZB

DepthFmt_z24_Cn_FZy_M8a2015

Difference
35749
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M8a2015

DepthFmt_z24_Cn_FZy_M8a2015_ZB

Difference
237830
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M8a2015_ZB

DepthFmt_z24_Cn_FZy_M8f7014

Difference
37061
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M8f7014

DepthFmt_z24_Cn_FZy_M8f7014_ZB

Difference
239495
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M8f7014_ZB

DepthFmt_z24_Cn_FZy_M94c013

Difference
38445
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M94c013

DepthFmt_z24_Cn_FZy_M94c013_ZB

Difference
233271
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M94c013_ZB

DepthFmt_z24_Cn_FZy_M9a1012

Difference
39732
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M9a1012

DepthFmt_z24_Cn_FZy_M9a1012_ZB

Difference
229894
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M9a1012_ZB

DepthFmt_z24_Cn_FZy_M9f6011

Difference
41079
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M9f6011

DepthFmt_z24_Cn_FZy_M9f6011_ZB

Difference
232604
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_M9f6011_ZB

DepthFmt_z24_Cn_FZy_Ma4b010

Difference
42423
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Ma4b010

DepthFmt_z24_Cn_FZy_Ma4b010_ZB

Difference
226389
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Ma4b010_ZB

DepthFmt_z24_Cn_FZy_Maa000f

Difference
43708
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Maa000f

DepthFmt_z24_Cn_FZy_Maa000f_ZB

Difference
222520
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Maa000f_ZB

DepthFmt_z24_Cn_FZy_Maf500e

Difference
45096
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Maf500e

DepthFmt_z24_Cn_FZy_Maf500e_ZB

Difference
225628
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Maf500e_ZB

DepthFmt_z24_Cn_FZy_Mb4a00d

Difference
46400
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mb4a00d

DepthFmt_z24_Cn_FZy_Mb4a00d_ZB

Difference
219481
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mb4a00d_ZB

DepthFmt_z24_Cn_FZy_Mb9f00c

Difference
47729
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mb9f00c

DepthFmt_z24_Cn_FZy_Mb9f00c_ZB

Difference
233135
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mb9f00c_ZB

DepthFmt_z24_Cn_FZy_Mbf400b

Difference
50797
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mbf400b

DepthFmt_z24_Cn_FZy_Mbf400b_ZB

Difference
209462
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mbf400b_ZB

DepthFmt_z24_Cn_FZy_Mc4900a

Difference
52077
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mc4900a

DepthFmt_z24_Cn_FZy_Mc4900a_ZB

Difference
204641
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mc4900a_ZB

DepthFmt_z24_Cn_FZy_Mc9e009

Difference
320
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mc9e009

DepthFmt_z24_Cn_FZy_Mc9e009_ZB

Difference
223262
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mc9e009_ZB

DepthFmt_z24_Cn_FZy_Mcf3008_ZB

Difference
201633
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mcf3008_ZB

DepthFmt_z24_Cn_FZy_Md48007_ZB

Difference
198453
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Md48007_ZB

DepthFmt_z24_Cn_FZy_Md9d006_ZB

Difference
216693
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Md9d006_ZB

DepthFmt_z24_Cn_FZy_Mdf2005_ZB

Difference
178764
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mdf2005_ZB

DepthFmt_z24_Cn_FZy_Me47004_ZB

Difference
290781
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Me47004_ZB

DepthFmt_z24_Cn_FZy_Me9c003_ZB

Difference
291606
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Me9c003_ZB

DepthFmt_z24_Cn_FZy_Mef1002_ZB

Difference
290505
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mef1002_ZB

DepthFmt_z24_Cn_FZy_Mf46001_ZB

Difference
290730
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mf46001_ZB

DepthFmt_z24_Cn_FZy_Mf9b000_ZB

Difference
291557
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mf9b000_ZB

DepthFmt_z24_Cn_FZy_Mfeffff_ZB

Difference
51768
Diff result for Depth_buffer::DepthFmt_z24_Cn_FZy_Mfeffff_ZB

DepthFmt_z24_Cy_FZn_M600009_ZB

Difference
112
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_M600009_ZB

DepthFmt_z24_Cy_FZn_M700008_ZB

Difference
137
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_M700008_ZB

DepthFmt_z24_Cy_FZn_M800007_ZB

Difference
163
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_M800007_ZB

DepthFmt_z24_Cy_FZn_M900006_ZB

Difference
164
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_M900006_ZB

DepthFmt_z24_Cy_FZn_Ma00005_ZB

Difference
164
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Ma00005_ZB

DepthFmt_z24_Cy_FZn_Mb00004_ZB

Difference
156
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mb00004_ZB

DepthFmt_z24_Cy_FZn_Mbaaaae

Difference
106
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mbaaaae

DepthFmt_z24_Cy_FZn_Mc00003

Difference
237
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mc00003

DepthFmt_z24_Cy_FZn_Mc00003_ZB

Difference
152
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mc00003_ZB

DepthFmt_z24_Cy_FZn_Mc55558

Difference
430
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mc55558

DepthFmt_z24_Cy_FZn_Mcaaaad

Difference
578
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mcaaaad

DepthFmt_z24_Cy_FZn_Md00002

Difference
711
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Md00002

DepthFmt_z24_Cy_FZn_Md00002_ZB

Difference
135
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Md00002_ZB

DepthFmt_z24_Cy_FZn_Md55557

Difference
770
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Md55557

DepthFmt_z24_Cy_FZn_Mdaaaac

Difference
826
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mdaaaac

DepthFmt_z24_Cy_FZn_Me00001

Difference
885
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Me00001

DepthFmt_z24_Cy_FZn_Me00001_ZB

Difference
140
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Me00001_ZB

DepthFmt_z24_Cy_FZn_Me55556

Difference
948
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Me55556

DepthFmt_z24_Cy_FZn_Meaaaab

Difference
1012
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Meaaaab

DepthFmt_z24_Cy_FZn_Meaaaab_ZB

Difference
103
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Meaaaab_ZB

DepthFmt_z24_Cy_FZn_Mf00000

Difference
1069
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mf00000

DepthFmt_z24_Cy_FZn_Mf00000_ZB

Difference
153
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mf00000_ZB

DepthFmt_z24_Cy_FZn_Mf55555

Difference
1131
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mf55555

DepthFmt_z24_Cy_FZn_Mf55555_ZB

Difference
100
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mf55555_ZB

DepthFmt_z24_Cy_FZn_Mfaaaaa

Difference
1155
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mfaaaaa

DepthFmt_z24_Cy_FZn_Mfaaaaa_ZB

Difference
126
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mfaaaaa_ZB

DepthFmt_z24_Cy_FZn_Mffffff

Difference
1170
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mffffff

DepthFmt_z24_Cy_FZn_Mffffff_ZB

Difference
118
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZn_Mffffff_ZB

DepthFmt_z24_Cy_FZy_M00002f

Difference
208
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M00002f

DepthFmt_z24_Cy_FZy_M05502e

Difference
1292
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M05502e

DepthFmt_z24_Cy_FZy_M05502e_ZB

Difference
107
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M05502e_ZB

DepthFmt_z24_Cy_FZy_M0aa02d

Difference
2596
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M0aa02d

DepthFmt_z24_Cy_FZy_M0aa02d_ZB

Difference
296461
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M0aa02d_ZB

DepthFmt_z24_Cy_FZy_M0ff02c

Difference
3892
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M0ff02c

DepthFmt_z24_Cy_FZy_M0ff02c_ZB

Difference
299493
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M0ff02c_ZB

DepthFmt_z24_Cy_FZy_M15402b

Difference
5284
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M15402b

DepthFmt_z24_Cy_FZy_M15402b_ZB

Difference
293266
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M15402b_ZB

DepthFmt_z24_Cy_FZy_M1a902a

Difference
6564
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M1a902a

DepthFmt_z24_Cy_FZy_M1a902a_ZB

Difference
294857
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M1a902a_ZB

DepthFmt_z24_Cy_FZy_M1fe029

Difference
7908
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M1fe029

DepthFmt_z24_Cy_FZy_M1fe029_ZB

Difference
297132
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M1fe029_ZB

DepthFmt_z24_Cy_FZy_M253028

Difference
9252
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M253028

DepthFmt_z24_Cy_FZy_M253028_ZB

Difference
288946
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M253028_ZB

DepthFmt_z24_Cy_FZy_M2a8027

Difference
10532
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M2a8027

DepthFmt_z24_Cy_FZy_M2a8027_ZB

Difference
289899
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M2a8027_ZB

DepthFmt_z24_Cy_FZy_M2fd026

Difference
11916
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M2fd026

DepthFmt_z24_Cy_FZy_M2fd026_ZB

Difference
291624
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M2fd026_ZB

DepthFmt_z24_Cy_FZy_M352025

Difference
13220
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M352025

DepthFmt_z24_Cy_FZy_M352025_ZB

Difference
282746
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M352025_ZB

DepthFmt_z24_Cy_FZy_M3a7024

Difference
14524
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M3a7024

DepthFmt_z24_Cy_FZy_M3a7024_ZB

Difference
283798
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M3a7024_ZB

DepthFmt_z24_Cy_FZy_M3fc023

Difference
15908
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M3fc023

DepthFmt_z24_Cy_FZy_M3fc023_ZB

Difference
284540
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M3fc023_ZB

DepthFmt_z24_Cy_FZy_M451022

Difference
17188
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M451022

DepthFmt_z24_Cy_FZy_M451022_ZB

Difference
275825
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M451022_ZB

DepthFmt_z24_Cy_FZy_M4a6021

Difference
18532
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M4a6021

DepthFmt_z24_Cy_FZy_M4a6021_ZB

Difference
276140
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M4a6021_ZB

DepthFmt_z24_Cy_FZy_M4fb020

Difference
19876
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M4fb020

DepthFmt_z24_Cy_FZy_M4fb020_ZB

Difference
276572
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M4fb020_ZB

DepthFmt_z24_Cy_FZy_M55001f

Difference
21156
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M55001f

DepthFmt_z24_Cy_FZy_M55001f_ZB

Difference
268412
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M55001f_ZB

DepthFmt_z24_Cy_FZy_M5a501e

Difference
22540
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M5a501e

DepthFmt_z24_Cy_FZy_M5a501e_ZB

Difference
268310
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M5a501e_ZB

DepthFmt_z24_Cy_FZy_M5fa01d

Difference
23844
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M5fa01d

DepthFmt_z24_Cy_FZy_M5fa01d_ZB

Difference
268361
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M5fa01d_ZB

DepthFmt_z24_Cy_FZy_M64f01c

Difference
25140
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M64f01c

DepthFmt_z24_Cy_FZy_M64f01c_ZB

Difference
261760
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M64f01c_ZB

DepthFmt_z24_Cy_FZy_M6a401b

Difference
26532
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M6a401b

DepthFmt_z24_Cy_FZy_M6a401b_ZB

Difference
260299
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M6a401b_ZB

DepthFmt_z24_Cy_FZy_M6f901a

Difference
27812
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M6f901a

DepthFmt_z24_Cy_FZy_M6f901a_ZB

Difference
260026
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M6f901a_ZB

DepthFmt_z24_Cy_FZy_M74e019

Difference
29156
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M74e019

DepthFmt_z24_Cy_FZy_M74e019_ZB

Difference
252941
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M74e019_ZB

DepthFmt_z24_Cy_FZy_M7a3018

Difference
30573
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M7a3018

DepthFmt_z24_Cy_FZy_M7a3018_ZB

Difference
251758
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M7a3018_ZB

DepthFmt_z24_Cy_FZy_M7f8017

Difference
33067
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M7f8017

DepthFmt_z24_Cy_FZy_M7f8017_ZB

Difference
246513
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M7f8017_ZB

DepthFmt_z24_Cy_FZy_M84d016

Difference
34451
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M84d016

DepthFmt_z24_Cy_FZy_M84d016_ZB

Difference
240376
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M84d016_ZB

DepthFmt_z24_Cy_FZy_M8a2015

Difference
35749
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M8a2015

DepthFmt_z24_Cy_FZy_M8a2015_ZB

Difference
237830
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M8a2015_ZB

DepthFmt_z24_Cy_FZy_M8f7014

Difference
37061
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M8f7014

DepthFmt_z24_Cy_FZy_M8f7014_ZB

Difference
239495
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M8f7014_ZB

DepthFmt_z24_Cy_FZy_M94c013

Difference
38445
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M94c013

DepthFmt_z24_Cy_FZy_M94c013_ZB

Difference
233271
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M94c013_ZB

DepthFmt_z24_Cy_FZy_M9a1012

Difference
39732
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M9a1012

DepthFmt_z24_Cy_FZy_M9a1012_ZB

Difference
229894
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M9a1012_ZB

DepthFmt_z24_Cy_FZy_M9f6011

Difference
41079
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M9f6011

DepthFmt_z24_Cy_FZy_M9f6011_ZB

Difference
232604
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_M9f6011_ZB

DepthFmt_z24_Cy_FZy_Ma4b010

Difference
42423
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Ma4b010

DepthFmt_z24_Cy_FZy_Ma4b010_ZB

Difference
226389
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Ma4b010_ZB

DepthFmt_z24_Cy_FZy_Maa000f

Difference
43708
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Maa000f

DepthFmt_z24_Cy_FZy_Maa000f_ZB

Difference
222520
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Maa000f_ZB

DepthFmt_z24_Cy_FZy_Maf500e

Difference
45096
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Maf500e

DepthFmt_z24_Cy_FZy_Maf500e_ZB

Difference
225628
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Maf500e_ZB

DepthFmt_z24_Cy_FZy_Mb4a00d

Difference
46400
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mb4a00d

DepthFmt_z24_Cy_FZy_Mb4a00d_ZB

Difference
219481
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mb4a00d_ZB

DepthFmt_z24_Cy_FZy_Mb9f00c

Difference
47729
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mb9f00c

DepthFmt_z24_Cy_FZy_Mb9f00c_ZB

Difference
233135
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mb9f00c_ZB

DepthFmt_z24_Cy_FZy_Mbf400b

Difference
50797
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mbf400b

DepthFmt_z24_Cy_FZy_Mbf400b_ZB

Difference
209462
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mbf400b_ZB

DepthFmt_z24_Cy_FZy_Mc4900a

Difference
52077
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mc4900a

DepthFmt_z24_Cy_FZy_Mc4900a_ZB

Difference
204641
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mc4900a_ZB

DepthFmt_z24_Cy_FZy_Mc9e009

Difference
320
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mc9e009

DepthFmt_z24_Cy_FZy_Mc9e009_ZB

Difference
223262
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mc9e009_ZB

DepthFmt_z24_Cy_FZy_Mcf3008_ZB

Difference
201633
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mcf3008_ZB

DepthFmt_z24_Cy_FZy_Md48007_ZB

Difference
198453
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Md48007_ZB

DepthFmt_z24_Cy_FZy_Md9d006_ZB

Difference
216693
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Md9d006_ZB

DepthFmt_z24_Cy_FZy_Mdf2005_ZB

Difference
178764
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mdf2005_ZB

DepthFmt_z24_Cy_FZy_Me47004_ZB

Difference
290781
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Me47004_ZB

DepthFmt_z24_Cy_FZy_Me9c003_ZB

Difference
291606
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Me9c003_ZB

DepthFmt_z24_Cy_FZy_Mef1002_ZB

Difference
290505
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mef1002_ZB

DepthFmt_z24_Cy_FZy_Mf46001_ZB

Difference
290730
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mf46001_ZB

DepthFmt_z24_Cy_FZy_Mf9b000_ZB

Difference
291557
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mf9b000_ZB

DepthFmt_z24_Cy_FZy_Mfeffff_ZB

Difference
51768
Diff result for Depth_buffer::DepthFmt_z24_Cy_FZy_Mfeffff_ZB

Depth_buffer_fixed_function

z16_Cn_FZn_M004002

Difference
132160
Diff result for Depth_buffer_fixed_function::z16_Cn_FZn_M004002

z16_Cn_FZn_M004002_ZB

Difference
79962
Diff result for Depth_buffer_fixed_function::z16_Cn_FZn_M004002_ZB

z16_Cn_FZn_M008001

Difference
131261
Diff result for Depth_buffer_fixed_function::z16_Cn_FZn_M008001

z16_Cn_FZn_M008001_ZB

Difference
106338
Diff result for Depth_buffer_fixed_function::z16_Cn_FZn_M008001_ZB

z16_Cn_FZn_M00c000

Difference
129726
Diff result for Depth_buffer_fixed_function::z16_Cn_FZn_M00c000

z16_Cn_FZn_M00c000_ZB

Difference
112514
Diff result for Depth_buffer_fixed_function::z16_Cn_FZn_M00c000_ZB

z16_Cn_FZn_M00ffff

Difference
23510
Diff result for Depth_buffer_fixed_function::z16_Cn_FZn_M00ffff

z16_Cn_FZn_M00ffff_ZB

Difference
148197
Diff result for Depth_buffer_fixed_function::z16_Cn_FZn_M00ffff_ZB

z16_Cn_FZy_M000003

Difference
2271
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M000003

z16_Cn_FZy_M000003_ZB

Difference
296116
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M000003_ZB

z16_Cn_FZy_M004002

Difference
131009
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M004002

z16_Cn_FZy_M004002_ZB

Difference
279510
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M004002_ZB

z16_Cn_FZy_M008001

Difference
130994
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M008001

z16_Cn_FZy_M008001_ZB

Difference
274760
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M008001_ZB

z16_Cn_FZy_M00c000

Difference
130760
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M00c000

z16_Cn_FZy_M00c000_ZB

Difference
276232
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M00c000_ZB

z16_Cn_FZy_M00ffff

Difference
25634
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M00ffff

z16_Cn_FZy_M00ffff_ZB

Difference
307200
Diff result for Depth_buffer_fixed_function::z16_Cn_FZy_M00ffff_ZB

z16_Cy_FZn_M004002

Difference
132160
Diff result for Depth_buffer_fixed_function::z16_Cy_FZn_M004002

z16_Cy_FZn_M004002_ZB

Difference
79962
Diff result for Depth_buffer_fixed_function::z16_Cy_FZn_M004002_ZB

z16_Cy_FZn_M008001

Difference
131261
Diff result for Depth_buffer_fixed_function::z16_Cy_FZn_M008001

z16_Cy_FZn_M008001_ZB

Difference
106338
Diff result for Depth_buffer_fixed_function::z16_Cy_FZn_M008001_ZB

z16_Cy_FZn_M00c000

Difference
129726
Diff result for Depth_buffer_fixed_function::z16_Cy_FZn_M00c000

z16_Cy_FZn_M00c000_ZB

Difference
112514
Diff result for Depth_buffer_fixed_function::z16_Cy_FZn_M00c000_ZB

z16_Cy_FZn_M00ffff

Difference
23510
Diff result for Depth_buffer_fixed_function::z16_Cy_FZn_M00ffff

z16_Cy_FZn_M00ffff_ZB

Difference
148197
Diff result for Depth_buffer_fixed_function::z16_Cy_FZn_M00ffff_ZB

z16_Cy_FZy_M000003

Difference
2271
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M000003

z16_Cy_FZy_M000003_ZB

Difference
296116
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M000003_ZB

z16_Cy_FZy_M004002

Difference
131009
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M004002

z16_Cy_FZy_M004002_ZB

Difference
279510
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M004002_ZB

z16_Cy_FZy_M008001

Difference
130994
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M008001

z16_Cy_FZy_M008001_ZB

Difference
274760
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M008001_ZB

z16_Cy_FZy_M00c000

Difference
130760
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M00c000

z16_Cy_FZy_M00c000_ZB

Difference
276232
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M00c000_ZB

z16_Cy_FZy_M00ffff

Difference
25634
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M00ffff

z16_Cy_FZy_M00ffff_ZB

Difference
307200
Diff result for Depth_buffer_fixed_function::z16_Cy_FZy_M00ffff_ZB

z24_Cn_FZn_M400002

Difference
287
Diff result for Depth_buffer_fixed_function::z24_Cn_FZn_M400002

z24_Cn_FZn_M400002_ZB

Difference
144
Diff result for Depth_buffer_fixed_function::z24_Cn_FZn_M400002_ZB

z24_Cn_FZn_M800001

Difference
565
Diff result for Depth_buffer_fixed_function::z24_Cn_FZn_M800001

z24_Cn_FZn_M800001_ZB

Difference
425
Diff result for Depth_buffer_fixed_function::z24_Cn_FZn_M800001_ZB

z24_Cn_FZn_Mc00000

Difference
848
Diff result for Depth_buffer_fixed_function::z24_Cn_FZn_Mc00000

z24_Cn_FZn_Mc00000_ZB

Difference
1747
Diff result for Depth_buffer_fixed_function::z24_Cn_FZn_Mc00000_ZB

z24_Cn_FZn_Mffffff

Difference
21950
Diff result for Depth_buffer_fixed_function::z24_Cn_FZn_Mffffff

z24_Cn_FZn_Mffffff_ZB

Difference
55616
Diff result for Depth_buffer_fixed_function::z24_Cn_FZn_Mffffff_ZB

z24_Cn_FZy_M3fc002_ZB

Difference
306925
Diff result for Depth_buffer_fixed_function::z24_Cn_FZy_M3fc002_ZB

z24_Cn_FZy_M7f8001_ZB

Difference
306881
Diff result for Depth_buffer_fixed_function::z24_Cn_FZy_M7f8001_ZB

z24_Cn_FZy_Mbf4000_ZB

Difference
306927
Diff result for Depth_buffer_fixed_function::z24_Cn_FZy_Mbf4000_ZB

z24_Cy_FZn_M400002

Difference
287
Diff result for Depth_buffer_fixed_function::z24_Cy_FZn_M400002

z24_Cy_FZn_M400002_ZB

Difference
144
Diff result for Depth_buffer_fixed_function::z24_Cy_FZn_M400002_ZB

z24_Cy_FZn_M800001

Difference
565
Diff result for Depth_buffer_fixed_function::z24_Cy_FZn_M800001

z24_Cy_FZn_M800001_ZB

Difference
425
Diff result for Depth_buffer_fixed_function::z24_Cy_FZn_M800001_ZB

z24_Cy_FZn_Mc00000

Difference
848
Diff result for Depth_buffer_fixed_function::z24_Cy_FZn_Mc00000

z24_Cy_FZn_Mc00000_ZB

Difference
1747
Diff result for Depth_buffer_fixed_function::z24_Cy_FZn_Mc00000_ZB

z24_Cy_FZn_Mffffff

Difference
21950
Diff result for Depth_buffer_fixed_function::z24_Cy_FZn_Mffffff

z24_Cy_FZn_Mffffff_ZB

Difference
55616
Diff result for Depth_buffer_fixed_function::z24_Cy_FZn_Mffffff_ZB

z24_Cy_FZy_M3fc002_ZB

Difference
306925
Diff result for Depth_buffer_fixed_function::z24_Cy_FZy_M3fc002_ZB

z24_Cy_FZy_M7f8001_ZB

Difference
306881
Diff result for Depth_buffer_fixed_function::z24_Cy_FZy_M7f8001_ZB

z24_Cy_FZy_Mbf4000_ZB

Difference
306927
Diff result for Depth_buffer_fixed_function::z24_Cy_FZy_Mbf4000_ZB

Edge_flag

Suite class def
src/tests/edge_flag_tests.h

Disabled

Difference
2178
Diff result for Edge_flag::Disabled

Enabled

Difference
1153
Diff result for Edge_flag::Enabled

Fog

Suite class def
src/tests/fog_tests.h

AFF-exp-planar

Difference
7444
Diff result for Fog::AFF-exp-planar

AFF-exp2-planar

Difference
6710
Diff result for Fog::AFF-exp2-planar

AFF-exp2_abs-planar

Difference
6710
Diff result for Fog::AFF-exp2_abs-planar

AFF-exp_abs-planar

Difference
7444
Diff result for Fog::AFF-exp_abs-planar

AFF-linear_abs-planar

Difference
2280
Diff result for Fog::AFF-linear_abs-planar

Fog_coord_vec4

CoordNotSet

Difference
30594
Diff result for Fog_coord_vec4::CoordNotSet

Fog_vsh

AFF-exp-planar

Difference
7454
Diff result for Fog_vsh::AFF-exp-planar

AFF-exp2-planar

Difference
6692
Diff result for Fog_vsh::AFF-exp2-planar

AFF-exp2_abs-planar

Difference
6692
Diff result for Fog_vsh::AFF-exp2_abs-planar

AFF-exp_abs-planar

Difference
7454
Diff result for Fog_vsh::AFF-exp_abs-planar

AFF-linear_abs-planar

Difference
2303
Diff result for Fog_vsh::AFF-linear_abs-planar

Front_face

Description
Tests handling of NV097_SET_FRONT_FACE and NV097_SET_CULL_FACE, including degenerate winding values.
Suite class def
src/tests/front_face_tests.h

FrontFace_0_CF_B

Difference
inf
No source result
Source - No golden result
Source image for Front_face::FrontFace_0_CF_B

FrontFace_0_CF_F

Difference
inf
No source result
Source - No golden result
Source image for Front_face::FrontFace_0_CF_F

FrontFace_0_CF_FaB

Difference
inf
No source result
Source - No golden result
Source image for Front_face::FrontFace_0_CF_FaB

FrontFace_0x00_CF_B

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_0x00_CF_B

FrontFace_0x00_CF_F

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_0x00_CF_F

FrontFace_0x00_CF_FaB

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_0x00_CF_FaB

FrontFace_0x63_CF_B

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_0x63_CF_B

FrontFace_0x63_CF_F

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_0x63_CF_F

FrontFace_0x63_CF_FaB

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_0x63_CF_FaB

FrontFace_63_CF_B

Difference
inf
No source result
Source - No golden result
Source image for Front_face::FrontFace_63_CF_B

FrontFace_63_CF_F

Difference
inf
No source result
Source - No golden result
Source image for Front_face::FrontFace_63_CF_F

FrontFace_63_CF_FaB

Difference
inf
No source result
Source - No golden result
Source image for Front_face::FrontFace_63_CF_FaB

FrontFace_CCW_CF_B

Difference
3561
Diff result for Front_face::FrontFace_CCW_CF_B

FrontFace_CCW_CF_F

Difference
4335
Diff result for Front_face::FrontFace_CCW_CF_F

FrontFace_CW_CF_B

Difference
4335
Diff result for Front_face::FrontFace_CW_CF_B

FrontFace_CW_CF_F

Difference
3561
Diff result for Front_face::FrontFace_CW_CF_F

FrontFace_FM_0x00_CF_B

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_0x00_CF_B

FrontFace_FM_0x00_CF_F

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_0x00_CF_F

FrontFace_FM_0x00_CF_FaB

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_0x00_CF_FaB

FrontFace_FM_0x63_CF_B

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_0x63_CF_B

FrontFace_FM_0x63_CF_F

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_0x63_CF_F

FrontFace_FM_0x63_CF_FaB

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_0x63_CF_FaB

FrontFace_FM_CCW_CF_B

Difference
inf
Description

Sets the winding to counter-clockwise with back faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CW. Only the left quad should be rendered.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_CCW_CF_B

FrontFace_FM_CCW_CF_F

Difference
inf
Description

Sets the winding to counter-clockwise with front faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CW. Only the right quad should be rendered.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_CCW_CF_F

FrontFace_FM_CCW_CF_FaB

Difference
inf
Description

Sets the winding to counter-clockwise with front and back faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CW. Neither quad should be rendered.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_CCW_CF_FaB

FrontFace_FM_CW_CF_B

Difference
inf
Description

Sets the winding to clockwise with back faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CCW. Only the right quad should be rendered.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_CW_CF_B

FrontFace_FM_CW_CF_F

Difference
inf
Description

Sets the winding to clockwise with front faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CCW. Only the left quad should be rendered.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_CW_CF_F

FrontFace_FM_CW_CF_FaB

Difference
inf
Description

Sets the winding to clockwise with front and back faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CCW. Neither quad should be rendered.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_FM_CW_CF_FaB

FrontFace_LM_0x00_CF_B

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_0x00_CF_B

FrontFace_LM_0x00_CF_F

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_0x00_CF_F

FrontFace_LM_0x00_CF_FaB

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_0x00_CF_FaB

FrontFace_LM_0x63_CF_B

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_0x63_CF_B

FrontFace_LM_0x63_CF_F

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_0x63_CF_F

FrontFace_LM_0x63_CF_FaB

Difference
inf
No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_0x63_CF_FaB

FrontFace_LM_CCW_CF_B

Difference
inf
Description

Sets the winding to counter-clockwise with back faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CW. Only the left quad should be rendered. Polygons are not filled.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_CCW_CF_B

FrontFace_LM_CCW_CF_F

Difference
inf
Description

Sets the winding to counter-clockwise with front faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CW. Only the right quad should be rendered. Polygons are not filled.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_CCW_CF_F

FrontFace_LM_CCW_CF_FaB

Difference
inf
Description

Sets the winding to counter-clockwise with front and back faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CW. Neither quad should be rendered. Polygons are not filled.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_CCW_CF_FaB

FrontFace_LM_CW_CF_B

Difference
inf
Description

Sets the winding to clockwise with back faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CCW. Only the right quad should be rendered. Polygons are not filled.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_CW_CF_B

FrontFace_LM_CW_CF_F

Difference
inf
Description

Sets the winding to clockwise with front faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CCW. Only the left quad should be rendered. Polygons are not filled.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_CW_CF_F

FrontFace_LM_CW_CF_FaB

Difference
inf
Description

Sets the winding to clockwise with front and back faces culled. Prior to starting the test, NV097_SET_FRONT_FACE is set to CCW. Neither quad should be rendered. Polygons are not filled.

No source result
Golden - No source result
Golden image for Front_face::FrontFace_LM_CW_CF_FaB

Inline_array_size_mismatch

Description
Verifies that using an NV097_INLINE_ARRAY draw loop that ends with a partial vertex description silently ignores any partial vertices.
See xemu#985
Suite class def
src/tests/inline_array_size_mismatch.h

ExtraElements

Difference
2403
Diff result for Inline_array_size_mismatch::ExtraElements

Lighting_Two_Sided

Suite class def
src/tests/lighting_two_sided_tests.h

TwoSidedLighting

Difference
14658
Diff result for Lighting_Two_Sided::TwoSidedLighting

Line_width

Suite class def
src/tests/line_width_tests.h

Fill_0000.0

Difference
1818
Diff result for Line_width::Fill_0000.0

Fill_0001.0

Difference
1032
Diff result for Line_width::Fill_0001.0

Fill_0032.0

Difference
12447
Diff result for Line_width::Fill_0032.0

Line_0000.0

Difference
3088
Diff result for Line_width::Line_0000.0

Line_0000.1

Difference
2619
Diff result for Line_width::Line_0000.1

Line_0000.2

Difference
2216
Diff result for Line_width::Line_0000.2

Line_0000.3

Difference
1817
Diff result for Line_width::Line_0000.3

Line_0000.4

Difference
1390
Diff result for Line_width::Line_0000.4

Line_0000.5

Difference
963
Diff result for Line_width::Line_0000.5

Line_0000.6

Difference
666
Diff result for Line_width::Line_0000.6

Line_0000.7

Difference
593
Diff result for Line_width::Line_0000.7

Line_0001.0

Difference
1030
Diff result for Line_width::Line_0001.0

Line_0001.1

Difference
1195
Diff result for Line_width::Line_0001.1

Line_0001.2

Difference
1564
Diff result for Line_width::Line_0001.2

Line_0001.3

Difference
1949
Diff result for Line_width::Line_0001.3

Line_0001.4

Difference
2331
Diff result for Line_width::Line_0001.4

Line_0001.5

Difference
2696
Diff result for Line_width::Line_0001.5

Line_0001.6

Difference
3098
Diff result for Line_width::Line_0001.6

Line_0001.7

Difference
3475
Diff result for Line_width::Line_0001.7

Line_0003.0

Difference
7146
Diff result for Line_width::Line_0003.0

Line_0004.0

Difference
10222
Diff result for Line_width::Line_0004.0

Line_0005.0

Difference
13162
Diff result for Line_width::Line_0005.0

Line_0006.0

Difference
15899
Diff result for Line_width::Line_0006.0

Line_0007.0

Difference
18517
Diff result for Line_width::Line_0007.0

Line_0008.0

Difference
21052
Diff result for Line_width::Line_0008.0

Line_0009.0

Difference
23490
Diff result for Line_width::Line_0009.0

Line_0010.0

Difference
25781
Diff result for Line_width::Line_0010.0

Line_0011.0

Difference
27967
Diff result for Line_width::Line_0011.0

Line_0012.0

Difference
30074
Diff result for Line_width::Line_0012.0

Line_0013.0

Difference
32008
Diff result for Line_width::Line_0013.0

Line_0014.0

Difference
33921
Diff result for Line_width::Line_0014.0

Line_0015.0

Difference
35593
Diff result for Line_width::Line_0015.0

Line_0016.0

Difference
37415
Diff result for Line_width::Line_0016.0

Line_0024.0

Difference
49746
Diff result for Line_width::Line_0024.0

Line_0032.0

Difference
59832
Diff result for Line_width::Line_0032.0

Line_0040.0

Difference
68306
Diff result for Line_width::Line_0040.0

Line_0048.0

Difference
75691
Diff result for Line_width::Line_0048.0

Line_0056.0

Difference
81597
Diff result for Line_width::Line_0056.0

Line_0057.0

Difference
82204
Diff result for Line_width::Line_0057.0

Line_0058.0

Difference
82913
Diff result for Line_width::Line_0058.0

Line_0059.0

Difference
83515
Diff result for Line_width::Line_0059.0

Line_0060.0

Difference
84170
Diff result for Line_width::Line_0060.0

Line_0061.0

Difference
84743
Diff result for Line_width::Line_0061.0

Line_0062.0

Difference
85390
Diff result for Line_width::Line_0062.0

Line_0063.0

Difference
85956
Diff result for Line_width::Line_0063.0

Line_0063.1

Difference
86140
Diff result for Line_width::Line_0063.1

Line_0063.2

Difference
86209
Diff result for Line_width::Line_0063.2

Line_0063.3

Difference
86265
Diff result for Line_width::Line_0063.3

Line_0063.4

Difference
86344
Diff result for Line_width::Line_0063.4

Line_0063.5

Difference
86402
Diff result for Line_width::Line_0063.5

Line_0063.6

Difference
86456
Diff result for Line_width::Line_0063.6

Line_0063.7

Difference
86514
Diff result for Line_width::Line_0063.7

Line_0064.0

Difference
1030
Diff result for Line_width::Line_0064.0

Line_0064.1

Difference
1030
Diff result for Line_width::Line_0064.1

Line_0064.2

Difference
1030
Diff result for Line_width::Line_0064.2

Line_0064.3

Difference
1030
Diff result for Line_width::Line_0064.3

Line_0064.4

Difference
1030
Diff result for Line_width::Line_0064.4

Line_0064.5

Difference
1030
Diff result for Line_width::Line_0064.5

Line_0064.6

Difference
1030
Diff result for Line_width::Line_0064.6

Line_0064.7

Difference
1030
Diff result for Line_width::Line_0064.7

Line_FFFFFFFF

Difference
1030
Diff result for Line_width::Line_FFFFFFFF

Material_alpha

Suite class def
src/tests/material_alpha_tests.h

MatA_SVDiffuse_A0

Difference
969
Diff result for Material_alpha::MatA_SVDiffuse_A0

MatA_SVDiffuse_A3D4CCCCD

Difference
969
Diff result for Material_alpha::MatA_SVDiffuse_A3D4CCCCD

MatA_SVDiffuse_A3E800000

Difference
969
Diff result for Material_alpha::MatA_SVDiffuse_A3E800000

MatA_SVDiffuse_A3F000000

Difference
969
Diff result for Material_alpha::MatA_SVDiffuse_A3F000000

MatA_SVDiffuse_A3F400000

Difference
969
Diff result for Material_alpha::MatA_SVDiffuse_A3F400000

MatA_SVDiffuse_A3F800000

Difference
969
Diff result for Material_alpha::MatA_SVDiffuse_A3F800000

MatA_SVDiffuse_A40000000

Difference
969
Diff result for Material_alpha::MatA_SVDiffuse_A40000000

MatA_SVDiffuse_ABF800000

Difference
969
Diff result for Material_alpha::MatA_SVDiffuse_ABF800000

Material_color_source

Description
Tests behavior when lighting is enabled and color components are requested from various sources. Also tests the behavior of non-zero NV097_SET_MATERIAL_EMISSION values.
A color legend is rendered along the left hand side: vD = vertex diffuse. vS = vertex specular. sA = scene ambient. mD = material diffuse. mS = material specular. mE = material emissive. mA = material ambient. A single directional light is used with ambient, diffuse, and specular multipliers all set to 1.0.
NV097_SET_SCENE_AMBIENT_COLOR is set to scene ambient + material emissive.
Suite class def
src/tests/material_color_source_tests.h

Emissive_me0

Difference
inf
Description

Draws 9 quads with combinations of emissive and ambient color taken from vertex diffuse and specular. The combinations in (emissive_src, ambient_src) format are: (D, D), (S, D), (D, S), (S, S), (M, S), (S, M), (M, D), (D, M), (M, M). Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0, 0, 0).

No source result
Golden - No source result
Golden image for Material_color_source::Emissive_me0

Emissive_me0_15

Difference
inf
No source result
Golden - No source result
Golden image for Material_color_source::Emissive_me0_15

Emissive_me0_5

Difference
inf
No source result
Golden - No source result
Golden image for Material_color_source::Emissive_me0_5

Emissive_me1_0

Difference
inf
No source result
Golden - No source result
Golden image for Material_color_source::Emissive_me1_0

FromMaterial

Difference
213345
Description

Draws 9 quads with all colors taken from the material settings. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0.

Diff result for Material_color_source::FromMaterial

FromMaterial_2light

Difference
inf
Description

Draws 9 quads with all colors taken from the material settings. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromMaterial_2light

FromMaterial_me0_15

Difference
inf
Description

Draws 9 quads with all colors taken from the material settings. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.15, 0.15, 0.15).

No source result
Golden - No source result
Golden image for Material_color_source::FromMaterial_me0_15

FromMaterial_me0_15_2light

Difference
inf
Description

Draws 9 quads with all colors taken from the material settings. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.15, 0.15, 0.15). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromMaterial_me0_15_2light

FromMaterial_me0_5

Difference
inf
Description

Draws 9 quads with all colors taken from the material settings. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.5, 0.5, 0.5).

No source result
Golden - No source result
Golden image for Material_color_source::FromMaterial_me0_5

FromMaterial_me0_5_2light

Difference
inf
Description

Draws 9 quads with all colors taken from the material settings. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.5, 0.5, 0.5). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromMaterial_me0_5_2light

FromMaterial_me1_0

Difference
inf
Description

Draws 9 quads with all colors taken from the material settings. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. Each quad is broken into thirds: the top is just diffuse, the center is just specular, the bottom is both. NV097_SET_MATERIAL_EMISSION is set to (1, 1, 1).

No source result
Golden - No source result
Golden image for Material_color_source::FromMaterial_me1_0

FromMaterial_me1_0_2light

Difference
inf
Description

Draws 9 quads with all colors taken from the material settings. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. Each quad is broken into thirds: the top is just diffuse, the center is just specular, the bottom is both. NV097_SET_MATERIAL_EMISSION is set to (1, 1, 1). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromMaterial_me1_0_2light

FromVertexDiffuse

Difference
205411
Description

Draws 9 quads with some colors taken from the vertex diffuse color {0.f, 0.25f, 0.5f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0.

Diff result for Material_color_source::FromVertexDiffuse

FromVertexDiffuse_2light

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex diffuse color {0.f, 0.25f, 0.5f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexDiffuse_2light

FromVertexDiffuse_me0_15

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex diffuse color {0.f, 0.25f, 0.5f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.15, 0.15, 0.15).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexDiffuse_me0_15

FromVertexDiffuse_me0_15_2light

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex diffuse color {0.f, 0.25f, 0.5f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.15, 0.15, 0.15). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexDiffuse_me0_15_2light

FromVertexDiffuse_me0_5

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex diffuse color {0.f, 0.25f, 0.5f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.5, 0.5, 0.5).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexDiffuse_me0_5

FromVertexDiffuse_me0_5_2light

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex diffuse color {0.f, 0.25f, 0.5f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.5, 0.5, 0.5). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexDiffuse_me0_5_2light

FromVertexDiffuse_me1_0

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex diffuse color {0.f, 0.25f, 0.5f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (1, 1, 1).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexDiffuse_me1_0

FromVertexDiffuse_me1_0_2light

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex diffuse color {0.f, 0.25f, 0.5f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (1, 1, 1). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexDiffuse_me1_0_2light

FromVertexSpecular

Difference
207520
Description

Draws 9 quads with some colors taken from the vertex specular color {0.5f, 0.25f, 0.f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0.

Diff result for Material_color_source::FromVertexSpecular

FromVertexSpecular_2light

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex specular color {0.5f, 0.25f, 0.f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexSpecular_2light

FromVertexSpecular_me0_15

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex specular color {0.5f, 0.25f, 0.f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.15, 0.15, 0.15).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexSpecular_me0_15

FromVertexSpecular_me0_15_2light

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex specular color {0.5f, 0.25f, 0.f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.15, 0.15, 0.15). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexSpecular_me0_15_2light

FromVertexSpecular_me0_5

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex specular color {0.5f, 0.25f, 0.f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.5, 0.5, 0.5).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexSpecular_me0_5

FromVertexSpecular_me0_5_2light

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex specular color {0.5f, 0.25f, 0.f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (0.5, 0.5, 0.5). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexSpecular_me0_5_2light

FromVertexSpecular_me1_0

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex specular color {0.5f, 0.25f, 0.f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (1, 1, 1).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexSpecular_me1_0

FromVertexSpecular_me1_0_2light

Difference
inf
Description

Draws 9 quads with some colors taken from the vertex specular color {0.5f, 0.25f, 0.f, 0.25f}. Each quad is divided into rows: the top is just diffuse, the center is just specular, the bottom is both. It is also divided into columns: the left column retains material alpha, the right forces alpha to 1.0. NV097_SET_MATERIAL_EMISSION is set to (1, 1, 1). There are two lights with all colors set to (0.25, 0.25, 0.25).

No source result
Golden - No source result
Golden image for Material_color_source::FromVertexSpecular_me1_0_2light

Overlapping_draw_modes

Suite class def
src/tests/overlapping_draw_modes_tests.h

ArrElm_DrwArr_ArrElm

Difference
1062
Diff result for Overlapping_draw_modes::ArrElm_DrwArr_ArrElm

DrwArr_DrwArr

Difference
251
Diff result for Overlapping_draw_modes::DrwArr_DrwArr

SquashOpt

Difference
3852
Diff result for Overlapping_draw_modes::SquashOpt

SquashOptSingleArray

Difference
3852
Diff result for Overlapping_draw_modes::SquashOptSingleArray

SetVertexData

SET_VERTEX_DATA2F_M

Difference
221
Diff result for SetVertexData::SET_VERTEX_DATA2F_M

SET_VERTEX_DATA2S-0001

Difference
221
Diff result for SetVertexData::SET_VERTEX_DATA2S-0001

SET_VERTEX_DATA2S-7FFF

Difference
239
Diff result for SetVertexData::SET_VERTEX_DATA2S-7FFF

SET_VERTEX_DATA4F_M

Difference
221
Diff result for SetVertexData::SET_VERTEX_DATA4F_M

SET_VERTEX_DATA4S_M-0001

Difference
221
Diff result for SetVertexData::SET_VERTEX_DATA4S_M-0001

SET_VERTEX_DATA4S_M-7FFF

Difference
239
Diff result for SetVertexData::SET_VERTEX_DATA4S_M-7FFF

SET_VERTEX_DATA4UB

Difference
220
Diff result for SetVertexData::SET_VERTEX_DATA4UB

Shade_model

Suite class def
src/tests/shade_model_tests.h

Fixed_Poly_Smooth_First

Difference
112
Diff result for Shade_model::Fixed_Poly_Smooth_First

Fixed_Poly_Smooth_Last

Difference
112
Diff result for Shade_model::Fixed_Poly_Smooth_Last

Fixed_Quad_Smooth_First

Difference
569
Diff result for Shade_model::Fixed_Quad_Smooth_First

Fixed_Quad_Smooth_Last

Difference
569
Diff result for Shade_model::Fixed_Quad_Smooth_Last

Fixed_QuadStrip_Flat_First

Difference
195
Diff result for Shade_model::Fixed_QuadStrip_Flat_First

Fixed_QuadStrip_Flat_Last

Difference
195
Diff result for Shade_model::Fixed_QuadStrip_Flat_Last

Fixed_QuadStrip_Smooth_First

Difference
168
Diff result for Shade_model::Fixed_QuadStrip_Smooth_First

Fixed_QuadStrip_Smooth_Last

Difference
168
Diff result for Shade_model::Fixed_QuadStrip_Smooth_Last

Fixed_Tri_Flat_First

Difference
132
Diff result for Shade_model::Fixed_Tri_Flat_First

Fixed_Tri_Flat_Last

Difference
35926
Diff result for Shade_model::Fixed_Tri_Flat_Last

Fixed_Tri_Smooth_First

Difference
160
Diff result for Shade_model::Fixed_Tri_Smooth_First

Fixed_Tri_Smooth_Last

Difference
160
Diff result for Shade_model::Fixed_Tri_Smooth_Last

Fixed_TriFan_Flat_First

Difference
238
Diff result for Shade_model::Fixed_TriFan_Flat_First

Fixed_TriFan_Flat_Last

Difference
69769
Diff result for Shade_model::Fixed_TriFan_Flat_Last

Fixed_TriFan_Smooth_First

Difference
416
Diff result for Shade_model::Fixed_TriFan_Smooth_First

Fixed_TriFan_Smooth_Last

Difference
416
Diff result for Shade_model::Fixed_TriFan_Smooth_Last

Fixed_TriStrip_Flat_Last

Difference
80414
Diff result for Shade_model::Fixed_TriStrip_Flat_Last

Fixed_TriStrip_Smooth_First

Difference
476
Diff result for Shade_model::Fixed_TriStrip_Smooth_First

Fixed_TriStrip_Smooth_Last

Difference
476
Diff result for Shade_model::Fixed_TriStrip_Smooth_Last

FixedTex_Poly_Flat_First

Difference
171
Diff result for Shade_model::FixedTex_Poly_Flat_First

FixedTex_Poly_Flat_Last

Difference
171
Diff result for Shade_model::FixedTex_Poly_Flat_Last

FixedTex_Poly_Smooth_First

Difference
171
Diff result for Shade_model::FixedTex_Poly_Smooth_First

FixedTex_Poly_Smooth_Last

Difference
171
Diff result for Shade_model::FixedTex_Poly_Smooth_Last

FixedTex_Quad_Flat_First

Difference
333
Diff result for Shade_model::FixedTex_Quad_Flat_First

FixedTex_Quad_Flat_Last

Difference
333
Diff result for Shade_model::FixedTex_Quad_Flat_Last

FixedTex_Quad_Smooth_First

Difference
333
Diff result for Shade_model::FixedTex_Quad_Smooth_First

FixedTex_Quad_Smooth_Last

Difference
333
Diff result for Shade_model::FixedTex_Quad_Smooth_Last

FixedTex_QuadStrip_Flat_First

Difference
108
Diff result for Shade_model::FixedTex_QuadStrip_Flat_First

FixedTex_QuadStrip_Flat_Last

Difference
108
Diff result for Shade_model::FixedTex_QuadStrip_Flat_Last

FixedTex_QuadStrip_Smooth_First

Difference
108
Diff result for Shade_model::FixedTex_QuadStrip_Smooth_First

FixedTex_QuadStrip_Smooth_Last

Difference
108
Diff result for Shade_model::FixedTex_QuadStrip_Smooth_Last

FixedTex_Tri_Flat_First

Difference
193
Diff result for Shade_model::FixedTex_Tri_Flat_First

FixedTex_Tri_Flat_Last

Difference
193
Diff result for Shade_model::FixedTex_Tri_Flat_Last

FixedTex_Tri_Smooth_First

Difference
193
Diff result for Shade_model::FixedTex_Tri_Smooth_First

FixedTex_Tri_Smooth_Last

Difference
193
Diff result for Shade_model::FixedTex_Tri_Smooth_Last

FixedTex_TriFan_Flat_First

Difference
145
Diff result for Shade_model::FixedTex_TriFan_Flat_First

FixedTex_TriFan_Flat_Last

Difference
145
Diff result for Shade_model::FixedTex_TriFan_Flat_Last

FixedTex_TriFan_Smooth_First

Difference
145
Diff result for Shade_model::FixedTex_TriFan_Smooth_First

FixedTex_TriFan_Smooth_Last

Difference
145
Diff result for Shade_model::FixedTex_TriFan_Smooth_Last

FixedTex_TriStrip_Flat_First

Difference
141
Diff result for Shade_model::FixedTex_TriStrip_Flat_First

FixedTex_TriStrip_Flat_Last

Difference
141
Diff result for Shade_model::FixedTex_TriStrip_Flat_Last

FixedTex_TriStrip_Smooth_First

Difference
141
Diff result for Shade_model::FixedTex_TriStrip_Smooth_First

FixedTex_TriStrip_Smooth_Last

Difference
141
Diff result for Shade_model::FixedTex_TriStrip_Smooth_Last

Prog_Poly_Smooth_First

Difference
688
Diff result for Shade_model::Prog_Poly_Smooth_First

Prog_Poly_Smooth_Last

Difference
688
Diff result for Shade_model::Prog_Poly_Smooth_Last

Prog_Quad_Smooth_First

Difference
5800
Diff result for Shade_model::Prog_Quad_Smooth_First

Prog_Quad_Smooth_Last

Difference
5800
Diff result for Shade_model::Prog_Quad_Smooth_Last

Prog_QuadStrip_Smooth_First

Difference
8976
Diff result for Shade_model::Prog_QuadStrip_Smooth_First

Prog_QuadStrip_Smooth_Last

Difference
8976
Diff result for Shade_model::Prog_QuadStrip_Smooth_Last

Prog_Tri_Flat_Last

Difference
36084
Diff result for Shade_model::Prog_Tri_Flat_Last

Prog_Tri_Smooth_First

Difference
2015
Diff result for Shade_model::Prog_Tri_Smooth_First

Prog_Tri_Smooth_Last

Difference
2015
Diff result for Shade_model::Prog_Tri_Smooth_Last

Prog_TriFan_Flat_Last

Difference
69750
Diff result for Shade_model::Prog_TriFan_Flat_Last

Prog_TriFan_Smooth_First

Difference
2582
Diff result for Shade_model::Prog_TriFan_Smooth_First

Prog_TriFan_Smooth_Last

Difference
2582
Diff result for Shade_model::Prog_TriFan_Smooth_Last

Prog_TriStrip_Flat_Last

Difference
80401
Diff result for Shade_model::Prog_TriStrip_Flat_Last

Prog_TriStrip_Smooth_First

Difference
3728
Diff result for Shade_model::Prog_TriStrip_Smooth_First

Prog_TriStrip_Smooth_Last

Difference
3728
Diff result for Shade_model::Prog_TriStrip_Smooth_Last

ProgLM_Poly_Flat_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Poly_Flat_First

ProgLM_Poly_Flat_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Poly_Flat_Last

ProgLM_Poly_Smooth_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Poly_Smooth_First

ProgLM_Poly_Smooth_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Poly_Smooth_Last

ProgLM_Quad_Flat_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Quad_Flat_First

ProgLM_Quad_Flat_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Quad_Flat_Last

ProgLM_Quad_Smooth_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Quad_Smooth_First

ProgLM_Quad_Smooth_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Quad_Smooth_Last

ProgLM_QuadStrip_Flat_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_QuadStrip_Flat_First

ProgLM_QuadStrip_Flat_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_QuadStrip_Flat_Last

ProgLM_QuadStrip_Smooth_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_QuadStrip_Smooth_First

ProgLM_QuadStrip_Smooth_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_QuadStrip_Smooth_Last

ProgLM_Tri_Flat_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Tri_Flat_First

ProgLM_Tri_Flat_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Tri_Flat_Last

ProgLM_Tri_Smooth_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Tri_Smooth_First

ProgLM_Tri_Smooth_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_Tri_Smooth_Last

ProgLM_TriFan_Flat_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_TriFan_Flat_First

ProgLM_TriFan_Flat_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_TriFan_Flat_Last

ProgLM_TriFan_Smooth_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_TriFan_Smooth_First

ProgLM_TriFan_Smooth_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_TriFan_Smooth_Last

ProgLM_TriStrip_Flat_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_TriStrip_Flat_First

ProgLM_TriStrip_Flat_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_TriStrip_Flat_Last

ProgLM_TriStrip_Smooth_First

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_TriStrip_Smooth_First

ProgLM_TriStrip_Smooth_Last

Difference
inf
No source result
Golden - No source result
Golden image for Shade_model::ProgLM_TriStrip_Smooth_Last

ProgTex_Poly_Flat_First

Difference
133
Diff result for Shade_model::ProgTex_Poly_Flat_First

ProgTex_Poly_Flat_Last

Difference
133
Diff result for Shade_model::ProgTex_Poly_Flat_Last

ProgTex_Poly_Smooth_First

Difference
133
Diff result for Shade_model::ProgTex_Poly_Smooth_First

ProgTex_Poly_Smooth_Last

Difference
133
Diff result for Shade_model::ProgTex_Poly_Smooth_Last

ProgTex_Quad_Flat_First

Difference
344
Diff result for Shade_model::ProgTex_Quad_Flat_First

ProgTex_Quad_Flat_Last

Difference
344
Diff result for Shade_model::ProgTex_Quad_Flat_Last

ProgTex_Quad_Smooth_First

Difference
344
Diff result for Shade_model::ProgTex_Quad_Smooth_First

ProgTex_Quad_Smooth_Last

Difference
344
Diff result for Shade_model::ProgTex_Quad_Smooth_Last

ProgTex_QuadStrip_Flat_First

Difference
151
Diff result for Shade_model::ProgTex_QuadStrip_Flat_First

ProgTex_QuadStrip_Flat_Last

Difference
151
Diff result for Shade_model::ProgTex_QuadStrip_Flat_Last

ProgTex_QuadStrip_Smooth_First

Difference
151
Diff result for Shade_model::ProgTex_QuadStrip_Smooth_First

ProgTex_QuadStrip_Smooth_Last

Difference
151
Diff result for Shade_model::ProgTex_QuadStrip_Smooth_Last

ProgTex_TriFan_Flat_First

Difference
162
Diff result for Shade_model::ProgTex_TriFan_Flat_First

ProgTex_TriFan_Flat_Last

Difference
162
Diff result for Shade_model::ProgTex_TriFan_Flat_Last

ProgTex_TriFan_Smooth_First

Difference
162
Diff result for Shade_model::ProgTex_TriFan_Smooth_First

ProgTex_TriFan_Smooth_Last

Difference
162
Diff result for Shade_model::ProgTex_TriFan_Smooth_Last

ProgTex_TriStrip_Flat_First

Difference
197
Diff result for Shade_model::ProgTex_TriStrip_Flat_First

ProgTex_TriStrip_Flat_Last

Difference
197
Diff result for Shade_model::ProgTex_TriStrip_Flat_Last

ProgTex_TriStrip_Smooth_First

Difference
197
Diff result for Shade_model::ProgTex_TriStrip_Smooth_First

ProgTex_TriStrip_Smooth_Last

Difference
197
Diff result for Shade_model::ProgTex_TriStrip_Smooth_Last

W_Fixed_Poly_Smooth_First

Difference
196
Diff result for Shade_model::W_Fixed_Poly_Smooth_First

W_Fixed_Poly_Smooth_Last

Difference
196
Diff result for Shade_model::W_Fixed_Poly_Smooth_Last

W_Fixed_Quad_Smooth_First

Difference
1095
Diff result for Shade_model::W_Fixed_Quad_Smooth_First

W_Fixed_Quad_Smooth_Last

Difference
1095
Diff result for Shade_model::W_Fixed_Quad_Smooth_Last

W_Fixed_QuadStrip_Flat_First

Difference
331
Diff result for Shade_model::W_Fixed_QuadStrip_Flat_First

W_Fixed_QuadStrip_Flat_Last

Difference
331
Diff result for Shade_model::W_Fixed_QuadStrip_Flat_Last

W_Fixed_QuadStrip_Smooth_First

Difference
340
Diff result for Shade_model::W_Fixed_QuadStrip_Smooth_First

W_Fixed_QuadStrip_Smooth_Last

Difference
340
Diff result for Shade_model::W_Fixed_QuadStrip_Smooth_Last

W_Fixed_Tri_Flat_First

Difference
152
Diff result for Shade_model::W_Fixed_Tri_Flat_First

W_Fixed_Tri_Flat_Last

Difference
68496
Diff result for Shade_model::W_Fixed_Tri_Flat_Last

W_Fixed_Tri_Smooth_First

Difference
238
Diff result for Shade_model::W_Fixed_Tri_Smooth_First

W_Fixed_Tri_Smooth_Last

Difference
238
Diff result for Shade_model::W_Fixed_Tri_Smooth_Last

W_Fixed_TriFan_Flat_First

Difference
380
Diff result for Shade_model::W_Fixed_TriFan_Flat_First

W_Fixed_TriFan_Flat_Last

Difference
161194
Diff result for Shade_model::W_Fixed_TriFan_Flat_Last

W_Fixed_TriFan_Smooth_First

Difference
620
Diff result for Shade_model::W_Fixed_TriFan_Smooth_First

W_Fixed_TriFan_Smooth_Last

Difference
620
Diff result for Shade_model::W_Fixed_TriFan_Smooth_Last

W_Fixed_TriStrip_Flat_First

Difference
102
Diff result for Shade_model::W_Fixed_TriStrip_Flat_First

W_Fixed_TriStrip_Flat_Last

Difference
172492
Diff result for Shade_model::W_Fixed_TriStrip_Flat_Last

W_Fixed_TriStrip_Smooth_First

Difference
977
Diff result for Shade_model::W_Fixed_TriStrip_Smooth_First

W_Fixed_TriStrip_Smooth_Last

Difference
977
Diff result for Shade_model::W_Fixed_TriStrip_Smooth_Last

W_FixedTex_Poly_Flat_First

Difference
206
Diff result for Shade_model::W_FixedTex_Poly_Flat_First

W_FixedTex_Poly_Flat_Last

Difference
206
Diff result for Shade_model::W_FixedTex_Poly_Flat_Last

W_FixedTex_Poly_Smooth_First

Difference
206
Diff result for Shade_model::W_FixedTex_Poly_Smooth_First

W_FixedTex_Poly_Smooth_Last

Difference
206
Diff result for Shade_model::W_FixedTex_Poly_Smooth_Last

W_FixedTex_Quad_Flat_First

Difference
433
Diff result for Shade_model::W_FixedTex_Quad_Flat_First

W_FixedTex_Quad_Flat_Last

Difference
433
Diff result for Shade_model::W_FixedTex_Quad_Flat_Last

W_FixedTex_Quad_Smooth_First

Difference
433
Diff result for Shade_model::W_FixedTex_Quad_Smooth_First

W_FixedTex_Quad_Smooth_Last

Difference
433
Diff result for Shade_model::W_FixedTex_Quad_Smooth_Last

W_FixedTex_QuadStrip_Flat_First

Difference
122
Diff result for Shade_model::W_FixedTex_QuadStrip_Flat_First

W_FixedTex_QuadStrip_Flat_Last

Difference
122
Diff result for Shade_model::W_FixedTex_QuadStrip_Flat_Last

W_FixedTex_QuadStrip_Smooth_First

Difference
122
Diff result for Shade_model::W_FixedTex_QuadStrip_Smooth_First

W_FixedTex_QuadStrip_Smooth_Last

Difference
122
Diff result for Shade_model::W_FixedTex_QuadStrip_Smooth_Last

W_FixedTex_Tri_Flat_First

Difference
177
Diff result for Shade_model::W_FixedTex_Tri_Flat_First

W_FixedTex_Tri_Flat_Last

Difference
177
Diff result for Shade_model::W_FixedTex_Tri_Flat_Last

W_FixedTex_Tri_Smooth_First

Difference
177
Diff result for Shade_model::W_FixedTex_Tri_Smooth_First

W_FixedTex_Tri_Smooth_Last

Difference
177
Diff result for Shade_model::W_FixedTex_Tri_Smooth_Last

W_FixedTex_TriFan_Flat_First

Difference
205
Diff result for Shade_model::W_FixedTex_TriFan_Flat_First

W_FixedTex_TriFan_Flat_Last

Difference
205
Diff result for Shade_model::W_FixedTex_TriFan_Flat_Last

W_FixedTex_TriFan_Smooth_First

Difference
205
Diff result for Shade_model::W_FixedTex_TriFan_Smooth_First

W_FixedTex_TriFan_Smooth_Last

Difference
205
Diff result for Shade_model::W_FixedTex_TriFan_Smooth_Last

W_FixedTex_TriStrip_Flat_First

Difference
274
Diff result for Shade_model::W_FixedTex_TriStrip_Flat_First

W_FixedTex_TriStrip_Flat_Last

Difference
274
Diff result for Shade_model::W_FixedTex_TriStrip_Flat_Last

W_FixedTex_TriStrip_Smooth_First

Difference
274
Diff result for Shade_model::W_FixedTex_TriStrip_Smooth_First

W_FixedTex_TriStrip_Smooth_Last

Difference
274
Diff result for Shade_model::W_FixedTex_TriStrip_Smooth_Last

Smoothing_control

0xFFFF0000

Difference
5497
Diff result for Smoothing_control::0xFFFF0000

0xFFFF0001

Difference
3255
Diff result for Smoothing_control::0xFFFF0001

Stencil

Description
Tests the behavior of NV097_SET_STENCIL_OP_ZPASS.
Each test renders a red quad, then enables stencil testing, renders a smaller quad into the depth/stencil buffer to update stencil values, then renders a green quad over the original red. Areas that pass the stencil test will be green, other areas will remain red.
Suite class def
src/tests/stencil_tests.h

Stencil_REPLACE

Difference
40000
Diff result for Stencil::Stencil_REPLACE

Stencil_REPLACE_DT

Difference
40000
Diff result for Stencil::Stencil_REPLACE_DT

Stencil_REPLACE_ST

Difference
30000
Diff result for Stencil::Stencil_REPLACE_ST

Stencil_REPLACE_ST_DT

Difference
30000
Diff result for Stencil::Stencil_REPLACE_ST_DT

Stencil_ZERO

Difference
40000
Diff result for Stencil::Stencil_ZERO

Stencil_ZERO_DT

Difference
40000
Diff result for Stencil::Stencil_ZERO_DT

Stencil_ZERO_ST

Difference
30000
Diff result for Stencil::Stencil_ZERO_ST

Stencil_ZERO_ST_DT

Difference
30000
Diff result for Stencil::Stencil_ZERO_ST_DT

Stipple_tests

Suite class def
src/tests/stipple_tests.h

Alternating_On

Difference
16188
Diff result for Stipple_tests::Alternating_On

Asymmetric_On

Difference
inf
No source result
Golden - No source result
Golden image for Stipple_tests::Asymmetric_On

Border_On

Difference
7431
Diff result for Stipple_tests::Border_On

Checkered_Off

Difference
5128
Diff result for Stipple_tests::Checkered_Off

Checkered_On

Difference
16267
Diff result for Stipple_tests::Checkered_On

Zero_On

Difference
28842
Diff result for Stipple_tests::Zero_On

Surface_clip

Description
Tests behavior of NV097_SET_SURFACE_CLIP_HORIZONTAL and NV097_SET_SURFACE_CLIP_VERTICAL.
Suite class def
src/tests/surface_clip_tests.h

DebugTextShouldClip

Difference
inf
Description

Sets a tiny clip area and renders debug text. No text should be visible.

No source result
Golden - No source result
Golden image for Surface_clip::DebugTextShouldClip

rt_x0y0_w0h384

Difference
inf
Description

Configures a texture target as R5G6B5 and sets the clip region to 0,0 0x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. The texture is then rendered into an 8888 backbuffer.

No source result
Golden - No source result
Golden image for Surface_clip::rt_x0y0_w0h384

rt_x0y0_w512h0

Difference
inf
Description

Configures a texture target as R5G6B5 and sets the clip region to 0,0 512x0, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. The texture is then rendered into an 8888 backbuffer.

No source result
Golden - No source result
Golden image for Surface_clip::rt_x0y0_w512h0

rt_x0y0_w512h384

Difference
102431
Description

Configures a texture target as R5G6B5 and sets the clip region to 0,0 512x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. The texture is then rendered into an 8888 backbuffer. No red should be seen, and the light green quads should be fully visible.

Diff result for Surface_clip::rt_x0y0_w512h384

rt_x0y240_w640h240

Difference
inf
Description

Configures a texture target as R5G6B5 and sets the clip region to 0,240 640x240, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. The texture is then rendered into an 8888 backbuffer. No red should be seen, and the light green quads should be fully visible.

No source result
Golden - No source result
Golden image for Surface_clip::rt_x0y240_w640h240

rt_x16y8_w512h384

Difference
95642
Description

Configures a texture target as R5G6B5 and sets the clip region to 16,8 512x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. The texture is then rendered into an 8888 backbuffer. No red should be seen, and the light green quads should be fully visible.

Diff result for Surface_clip::rt_x16y8_w512h384

rt_x320y240_w320h240

Difference
inf
Description

Configures a texture target as R5G6B5 and sets the clip region to 320,240 320x240, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. The texture is then rendered into an 8888 backbuffer. No red should be seen, and the light green quads should be fully visible.

No source result
Golden - No source result
Golden image for Surface_clip::rt_x320y240_w320h240

rt_x8y16_w632h464

Difference
5398
Description

Configures a texture target as R5G6B5 and sets the clip region to 8,16 632x464, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. The texture is then rendered into an 8888 backbuffer. No red should be seen, and the light green quads should be fully visible.

Diff result for Surface_clip::rt_x8y16_w632h464

x0y0_w0h0

Difference
574
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 0,0 0x0, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

Diff result for Surface_clip::x0y0_w0h0

x0y0_w0h0_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 0,0 0x0, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No geometry should be seen, since width and height of the clip region are 0.

No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w0h0_A8R8G8B8

x0y0_w0h0_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w0h0_B8

x0y0_w0h0_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w0h0_G8B8

x0y0_w0h384

Difference
inf
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 0,0 0x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w0h384

x0y0_w0h384_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 0,0 0x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No geometry should be seen, since width and height of the clip region are 0.

No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w0h384_A8R8G8B8

x0y0_w0h384_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w0h384_B8

x0y0_w0h384_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w0h384_G8B8

x0y0_w512h0

Difference
inf
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 0,0 512x0, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w512h0

x0y0_w512h0_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 0,0 512x0, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No geometry should be seen, since width and height of the clip region are 0.

No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w512h0_A8R8G8B8

x0y0_w512h0_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w512h0_B8

x0y0_w512h0_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w512h0_G8B8

x0y0_w512h384

Difference
751
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 0,0 512x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

Diff result for Surface_clip::x0y0_w512h384

x0y0_w512h384_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 0,0 512x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible.

No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w512h384_A8R8G8B8

x0y0_w512h384_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w512h384_B8

x0y0_w512h384_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w512h384_G8B8

x0y0_w640h480

Difference
770
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 0,0 640x480, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

Diff result for Surface_clip::x0y0_w640h480

x0y0_w640h480_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 0,0 640x480, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible.

No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w640h480_A8R8G8B8

x0y0_w640h480_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w640h480_B8

x0y0_w640h480_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y0_w640h480_G8B8

x0y240_w640h240

Difference
inf
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 0,240 640x240, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

No source result
Golden - No source result
Golden image for Surface_clip::x0y240_w640h240

x0y240_w640h240_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 0,240 640x240, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible.

No source result
Golden - No source result
Golden image for Surface_clip::x0y240_w640h240_A8R8G8B8

x0y240_w640h240_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y240_w640h240_B8

x0y240_w640h240_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x0y240_w640h240_G8B8

x16y8_w512h384

Difference
3448
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 16,8 512x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

Diff result for Surface_clip::x16y8_w512h384

x16y8_w512h384_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 16,8 512x384, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible.

No source result
Golden - No source result
Golden image for Surface_clip::x16y8_w512h384_A8R8G8B8

x16y8_w512h384_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x16y8_w512h384_B8

x16y8_w512h384_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x16y8_w512h384_G8B8

x320y240_w320h240

Difference
inf
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 320,240 320x240, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

No source result
Golden - No source result
Golden image for Surface_clip::x320y240_w320h240

x320y240_w320h240_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 320,240 320x240, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible.

No source result
Golden - No source result
Golden image for Surface_clip::x320y240_w320h240_A8R8G8B8

x320y240_w320h240_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x320y240_w320h240_B8

x320y240_w320h240_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x320y240_w320h240_G8B8

x8y16_w632h464

Difference
6534
Description

Configures the backbuffer as R5G6B5 and sets the clip region to 8,16 632x464, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible. Because the format is 565, the colors are shifted from red -> green, light green -> light pink, and dark green -> pink.

Diff result for Surface_clip::x8y16_w632h464

x8y16_w632h464_A8R8G8B8

Difference
inf
Description

Configures the backbuffer as A8R8G8B8 and sets the clip region to 8,16 632x464, then clears the clipped region and draws 4 red quads just outside the clip region, a dark green quad 1 pixel within the clip region, and 4 lighter green quads along the clip boundary. No red should be seen, and the light green quads should be fully visible.

No source result
Golden - No source result
Golden image for Surface_clip::x8y16_w632h464_A8R8G8B8

x8y16_w632h464_B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x8y16_w632h464_B8

x8y16_w632h464_G8B8

Difference
inf
No source result
Golden - No source result
Golden image for Surface_clip::x8y16_w632h464_G8B8

XemuBug420

Difference
628
Description

Reproduction case for xemu#420. A 32-bit surface is created, then immediately changed to a 16-bit one, followed by a region clear. This caused an assertion in versions before xemu#919

Diff result for Surface_clip::XemuBug420

Surface_pitch

Suite class def
src/tests/surface_pitch_tests.h

Swizzle

Difference
15188
Diff result for Surface_pitch::Swizzle

Texgen

Suite class def
src/tests/texgen_tests.h

Disabled

Difference
1139
Diff result for Texgen::Disabled

Texgen_with_texture_matrix

Disabled_Double

Difference
142
Diff result for Texgen_with_texture_matrix::Disabled_Double

Disabled_Half

Difference
890
Diff result for Texgen_with_texture_matrix::Disabled_Half

Disabled_Identity

Difference
1162
Diff result for Texgen_with_texture_matrix::Disabled_Identity

Disabled_RotateY

Difference
447
Diff result for Texgen_with_texture_matrix::Disabled_RotateY

Disabled_ShiftHMinus

Difference
504
Diff result for Texgen_with_texture_matrix::Disabled_ShiftHMinus

Disabled_ShiftHPlus

Difference
371
Diff result for Texgen_with_texture_matrix::Disabled_ShiftHPlus

Disabled_ShiftVPlus

Difference
444
Diff result for Texgen_with_texture_matrix::Disabled_ShiftVPlus

EyeLinear_Double

Difference
434
Diff result for Texgen_with_texture_matrix::EyeLinear_Double

EyeLinear_Half

Difference
441
Diff result for Texgen_with_texture_matrix::EyeLinear_Half

EyeLinear_ShiftHMinus

Difference
104
Diff result for Texgen_with_texture_matrix::EyeLinear_ShiftHMinus

EyeLinear_ShiftHPlus

Difference
290
Diff result for Texgen_with_texture_matrix::EyeLinear_ShiftHPlus

EyeLinear_ShiftVPlus

Difference
425
Diff result for Texgen_with_texture_matrix::EyeLinear_ShiftVPlus

ObjectLinear_Arbitrary

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_Arbitrary

ObjectLinear_Double

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_Double

ObjectLinear_Half

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_Half

ObjectLinear_Identity

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_Identity

ObjectLinear_RotateX

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_RotateX

ObjectLinear_RotateY

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_RotateY

ObjectLinear_RotateZ

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_RotateZ

ObjectLinear_ShiftHMinus

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_ShiftHMinus

ObjectLinear_ShiftHPlus

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_ShiftHPlus

ObjectLinear_ShiftVMinus

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_ShiftVMinus

ObjectLinear_ShiftVPlus

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::ObjectLinear_ShiftVPlus

ReflectionMap_Arbitrary

Difference
890
Diff result for Texgen_with_texture_matrix::ReflectionMap_Arbitrary

ReflectionMap_RotateZ

Difference
237
Diff result for Texgen_with_texture_matrix::ReflectionMap_RotateZ

SphereMap_Arbitrary

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_Arbitrary

SphereMap_Double

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_Double

SphereMap_Half

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_Half

SphereMap_Identity

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_Identity

SphereMap_RotateX

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_RotateX

SphereMap_RotateY

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_RotateY

SphereMap_RotateZ

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_RotateZ

SphereMap_ShiftHMinus

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_ShiftHMinus

SphereMap_ShiftHPlus

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_ShiftHPlus

SphereMap_ShiftVMinus

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_ShiftVMinus

SphereMap_ShiftVPlus

Difference
inf
No source result
Golden - No source result
Golden image for Texgen_with_texture_matrix::SphereMap_ShiftVPlus

Texture_border

Suite class def
src/tests/texture_border_tests.h

2D

Difference
2257
Diff result for Texture_border::2D

2D_BorderTex_SZ

Difference
13470
Diff result for Texture_border::2D_BorderTex_SZ

Cube_BorderTex_SZ_16x16

Difference
1016
Diff result for Texture_border::Cube_BorderTex_SZ_16x16

Cube_BorderTex_SZ_1x1

Difference
113
Diff result for Texture_border::Cube_BorderTex_SZ_1x1

Cube_BorderTex_SZ_2x2

Difference
157
Diff result for Texture_border::Cube_BorderTex_SZ_2x2

Cube_BorderTex_SZ_32x32

Difference
5887
Diff result for Texture_border::Cube_BorderTex_SZ_32x32

Cube_BorderTex_SZ_4x4

Difference
267
Diff result for Texture_border::Cube_BorderTex_SZ_4x4

Cube_BorderTex_SZ_8x8

Difference
504
Diff result for Texture_border::Cube_BorderTex_SZ_8x8

xemu#1034

Difference
1988
Diff result for Texture_border::xemu#1034

Texture_cubemap

Suite class def
src/tests/texture_cubemap_tests.h

Cubemap

Difference
36327
Description

Renders two angles of a cube utilizing a cubemap texture.

Diff result for Texture_cubemap::Cubemap

Cubemap_q-0.0

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::Cubemap_q-0.0

Cubemap_q-1.0

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::Cubemap_q-1.0

Cubemap_q-inf

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::Cubemap_q-inf

Cubemap_q0.0

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::Cubemap_q0.0

Cubemap_q1.0

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::Cubemap_q1.0

Cubemap_qinf

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::Cubemap_qinf

DotReflectConst_0_-1to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_0_-1to1

DotReflectConst_0_-1to1D3D

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_0_-1to1D3D

DotReflectConst_0_-1to1GL

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_0_-1to1GL

DotReflectConst_0_0to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_0_0to1

DotReflectConst_0_HiLo_1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_0_HiLo_1

DotReflectConst_0_HiLoHemi

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_0_HiLoHemi

DotReflectConst_1_-1to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_1_-1to1

DotReflectConst_1_-1to1D3D

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_1_-1to1D3D

DotReflectConst_1_-1to1GL

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_1_-1to1GL

DotReflectConst_1_0to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_1_0to1

DotReflectConst_1_HiLo_1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_1_HiLo_1

DotReflectConst_1_HiLoHemi

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_1_HiLoHemi

DotReflectConst_2_-1to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_2_-1to1

DotReflectConst_2_-1to1D3D

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_2_-1to1D3D

DotReflectConst_2_-1to1GL

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_2_-1to1GL

DotReflectConst_2_0to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_2_0to1

DotReflectConst_2_HiLo_1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_2_HiLo_1

DotReflectConst_2_HiLoHemi

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectConst_2_HiLoHemi

DotReflectDiffuse_-1to1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_DIFF pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectDiffuse_-1to1

DotReflectDiffuse_-1to1D3D

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_DIFF pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_d3d.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectDiffuse_-1to1D3D

DotReflectDiffuse_-1to1GL

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_DIFF pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_gl.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectDiffuse_-1to1GL

DotReflectDiffuse_0to1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_DIFF pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_zero_to_one.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectDiffuse_0to1

DotReflectDiffuse_HiLo_1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_DIFF pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_1.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectDiffuse_HiLo_1

DotReflectDiffuse_HiLoHemi

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_DIFF pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_hemisphere.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectDiffuse_HiLoHemi

DotReflectSpec_-1to1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_-1to1

DotReflectSpec_-1to1D3D

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_d3df.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_-1to1D3D

DotReflectSpec_-1to1GL

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_glf.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_-1to1GL

DotReflectSpec_0_-1to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_0_-1to1

DotReflectSpec_0_-1to1D3D

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_0_-1to1D3D

DotReflectSpec_0_-1to1GL

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_0_-1to1GL

DotReflectSpec_0_0to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_0_0to1

DotReflectSpec_0_HiLo_1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_0_HiLo_1

DotReflectSpec_0_HiLoHemi

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_0_HiLoHemi

DotReflectSpec_0to1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_zero_to_onef.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_0to1

DotReflectSpec_1_-1to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_1_-1to1

DotReflectSpec_1_-1to1D3D

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_1_-1to1D3D

DotReflectSpec_1_-1to1GL

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_1_-1to1GL

DotReflectSpec_1_0to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_1_0to1

DotReflectSpec_1_HiLo_1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_1_HiLo_1

DotReflectSpec_1_HiLoHemi

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_1_HiLoHemi

DotReflectSpec_2_-1to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_2_-1to1

DotReflectSpec_2_-1to1D3D

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_2_-1to1D3D

DotReflectSpec_2_-1to1GL

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_2_-1to1GL

DotReflectSpec_2_0to1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_2_0to1

DotReflectSpec_2_HiLo_1

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_2_HiLo_1

DotReflectSpec_2_HiLoHemi

Difference
inf
No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_2_HiLoHemi

DotReflectSpec_HiLo_1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_1f.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_HiLo_1

DotReflectSpec_HiLoHemi

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_hemispheref.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpec_HiLoHemi

DotReflectSpecConst_-1to1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC_CONST pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpecConst_-1to1

DotReflectSpecConst_-1to1D3D

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC_CONST pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_d3d.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpecConst_-1to1D3D

DotReflectSpecConst_-1to1GL

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC_CONST pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_gl.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpecConst_-1to1GL

DotReflectSpecConst_0to1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC_CONST pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_zero_to_one.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpecConst_0to1

DotReflectSpecConst_HiLo_1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC_CONST pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_1.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpecConst_HiLo_1

DotReflectSpecConst_HiLoHemi

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC_CONST pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_hemisphere.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotReflectSpecConst_HiLoHemi

DotSTR3D_-1to1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_3D pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotSTR3D_-1to1

DotSTR3D_-1to1D3D

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_3D pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_d3d.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotSTR3D_-1to1D3D

DotSTR3D_-1to1GL

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_3D pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_gl.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotSTR3D_-1to1GL

DotSTR3D_0to1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_3D pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_zero_to_one.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotSTR3D_0to1

DotSTR3D_HiLo_1

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_3D pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_1.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotSTR3D_HiLo_1

DotSTR3D_HiLoHemi

Difference
inf
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_3D pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_hemisphere.

No source result
Golden - No source result
Golden image for Texture_cubemap::DotSTR3D_HiLoHemi

DotSTRCube_-1to1

Difference
50186
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_CUBE pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1.

Diff result for Texture_cubemap::DotSTRCube_-1to1

DotSTRCube_-1to1D3D

Difference
47082
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_CUBE pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_d3d.

Diff result for Texture_cubemap::DotSTRCube_-1to1D3D

DotSTRCube_-1to1GL

Difference
50108
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_CUBE pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_minus1_to_1_gl.

Diff result for Texture_cubemap::DotSTRCube_-1to1GL

DotSTRCube_0to1

Difference
54983
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_CUBE pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_zero_to_one.

Diff result for Texture_cubemap::DotSTRCube_0to1

DotSTRCube_HiLo_1

Difference
55789
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_CUBE pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_1.

Diff result for Texture_cubemap::DotSTRCube_HiLo_1

DotSTRCube_HiLoHemi

Difference
54034
Description

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_CUBE pixel shading mode. The NV097_DOT_RGBMAPPING is set to dotmap_hilo_hemisphere.

Diff result for Texture_cubemap::DotSTRCube_HiLoHemi

Texture_DXT

DXT1_plasma_alpha_dxt1

Difference
23104
Diff result for Texture_DXT::DXT1_plasma_alpha_dxt1

DXT1_plasma_dxt1

Difference
27901
Diff result for Texture_DXT::DXT1_plasma_dxt1

MIPDXT1_64x256_bands_dxt1

Difference
7358
Diff result for Texture_DXT::MIPDXT1_64x256_bands_dxt1

MIPDXT1_plasma_alpha_dxt1

Difference
28591
Diff result for Texture_DXT::MIPDXT1_plasma_alpha_dxt1

MIPDXT1_plasma_dxt1

Difference
34521
Diff result for Texture_DXT::MIPDXT1_plasma_dxt1

MIPDXT3_plasma_dxt3

Difference
104
Diff result for Texture_DXT::MIPDXT3_plasma_dxt3

MIPDXT5_plasma_dxt5

Difference
104
Diff result for Texture_DXT::MIPDXT5_plasma_dxt5

Texture_format

Suite class def
src/tests/texture_format_tests.h

TexFmt_A8

Difference
inf
No source result
Golden - No source result
Golden image for Texture_format::TexFmt_A8

TexFmt_A8_L

Difference
inf
No source result
Golden - No source result
Golden image for Texture_format::TexFmt_A8_L

TexFmt_DXT1

Difference
19162
Diff result for Texture_format::TexFmt_DXT1

TexFmt_R16B16

Difference
inf
No source result
Golden - No source result
Golden image for Texture_format::TexFmt_R16B16

TexFmt_R16B16_L

Difference
inf
No source result
Golden - No source result
Golden image for Texture_format::TexFmt_R16B16_L

TexFmt_R6G5B5

Difference
inf
No source result
Golden - No source result
Golden image for Texture_format::TexFmt_R6G5B5

TexFmt_UYVY_L

Difference
88582
Diff result for Texture_format::TexFmt_UYVY_L

TexFmt_Y16

Difference
inf
No source result
Golden - No source result
Golden image for Texture_format::TexFmt_Y16

TexFmt_Y16_L

Difference
136213
Diff result for Texture_format::TexFmt_Y16_L

TexFmt_YUY2_L

Difference
88582
Diff result for Texture_format::TexFmt_YUY2_L

Texture_Framebuffer_Blit

Suite class def
src/tests/texture_framebuffer_blit_tests.h

FBToOldRenderTarget

Difference
1746
Diff result for Texture_Framebuffer_Blit::FBToOldRenderTarget

FBToTexture

Difference
1746
Diff result for Texture_Framebuffer_Blit::FBToTexture

FBToZetaAsTex

Difference
1746
Diff result for Texture_Framebuffer_Blit::FBToZetaAsTex

Texture_Matrix

Suite class def
src/tests/texture_matrix_tests.h

Double

Difference
142
Diff result for Texture_Matrix::Double

Half

Difference
890
Diff result for Texture_Matrix::Half

Identity

Difference
1162
Diff result for Texture_Matrix::Identity

RotateY

Difference
447
Diff result for Texture_Matrix::RotateY

ShiftHMinus

Difference
504
Diff result for Texture_Matrix::ShiftHMinus

ShiftHPlus

Difference
371
Diff result for Texture_Matrix::ShiftHPlus

ShiftVPlus

Difference
444
Diff result for Texture_Matrix::ShiftVPlus

Texture_render_target

Suite class def
src/tests/texture_render_target_tests.h

TexFmt_A8

Difference
inf
No source result
Golden - No source result
Golden image for Texture_render_target::TexFmt_A8

TexFmt_A8_L

Difference
inf
No source result
Golden - No source result
Golden image for Texture_render_target::TexFmt_A8_L

TexFmt_DXT1

Difference
10832
Diff result for Texture_render_target::TexFmt_DXT1

TexFmt_R16B16

Difference
inf
No source result
Golden - No source result
Golden image for Texture_render_target::TexFmt_R16B16

TexFmt_R16B16_L

Difference
inf
No source result
Golden - No source result
Golden image for Texture_render_target::TexFmt_R16B16_L

TexFmt_R5G6B5

Difference
282
Diff result for Texture_render_target::TexFmt_R5G6B5

TexFmt_R5G6B5_L

Difference
282
Diff result for Texture_render_target::TexFmt_R5G6B5_L

TexFmt_R6G5B5

Difference
inf
No source result
Golden - No source result
Golden image for Texture_render_target::TexFmt_R6G5B5

TexFmt_R8B8

Difference
269
Diff result for Texture_render_target::TexFmt_R8B8

TexFmt_SZ_Index8_p128

Difference
764
Diff result for Texture_render_target::TexFmt_SZ_Index8_p128

TexFmt_SZ_Index8_p256

Difference
605
Diff result for Texture_render_target::TexFmt_SZ_Index8_p256

TexFmt_SZ_Index8_p32

Difference
1114
Diff result for Texture_render_target::TexFmt_SZ_Index8_p32

TexFmt_SZ_Index8_p64

Difference
498
Diff result for Texture_render_target::TexFmt_SZ_Index8_p64

TexFmt_UYVY_L

Difference
51874
Diff result for Texture_render_target::TexFmt_UYVY_L

TexFmt_Y16

Difference
inf
No source result
Golden - No source result
Golden image for Texture_render_target::TexFmt_Y16

TexFmt_Y16_L

Difference
80703
Diff result for Texture_render_target::TexFmt_Y16_L

TexFmt_YUY2_L

Difference
51874
Diff result for Texture_render_target::TexFmt_YUY2_L

Texture_shadow_comparator

Suite class def
src/tests/texture_shadow_comparator_tests.h

2F16_-6.00-193.00_5.9400_A

Difference
1348
Diff result for Texture_shadow_comparator::2F16_-6.00-193.00_5.9400_A

2F16_-6.00-193.00_5.9400_EQ

Difference
816
Diff result for Texture_shadow_comparator::2F16_-6.00-193.00_5.9400_EQ

2F16_-6.00-193.00_5.9400_GE

Difference
816
Diff result for Texture_shadow_comparator::2F16_-6.00-193.00_5.9400_GE

2F16_-6.00-193.00_5.9400_LE

Difference
1348
Diff result for Texture_shadow_comparator::2F16_-6.00-193.00_5.9400_LE

2F16_-6.00-193.00_5.9400_LT

Difference
2104
Diff result for Texture_shadow_comparator::2F16_-6.00-193.00_5.9400_LT

2F16_-6.00-193.00_5.9400_NE

Difference
2104
Diff result for Texture_shadow_comparator::2F16_-6.00-193.00_5.9400_NE

2F16_10.00-20.00_15.0000_A

Difference
1348
Diff result for Texture_shadow_comparator::2F16_10.00-20.00_15.0000_A

2F16_10.00-20.00_15.0000_LE

Difference
1348
Diff result for Texture_shadow_comparator::2F16_10.00-20.00_15.0000_LE

2F16_10.00-20.00_15.0000_LT

Difference
1348
Diff result for Texture_shadow_comparator::2F16_10.00-20.00_15.0000_LT

2F16_10.00-20.00_15.0000_NE

Difference
1348
Diff result for Texture_shadow_comparator::2F16_10.00-20.00_15.0000_NE

2F16f_-6.00-193.00_4.5669_A

Difference
1348
Diff result for Texture_shadow_comparator::2F16f_-6.00-193.00_4.5669_A

2F16f_-6.00-193.00_4.5669_EQ

Difference
89935
Diff result for Texture_shadow_comparator::2F16f_-6.00-193.00_4.5669_EQ

2F16f_-6.00-193.00_4.5669_GE

Difference
89935
Diff result for Texture_shadow_comparator::2F16f_-6.00-193.00_4.5669_GE

2F16f_-6.00-193.00_4.5669_LE

Difference
1348
Diff result for Texture_shadow_comparator::2F16f_-6.00-193.00_4.5669_LE

2F16f_-6.00-193.00_4.5669_LT

Difference
91223
Diff result for Texture_shadow_comparator::2F16f_-6.00-193.00_4.5669_LT

2F16f_-6.00-193.00_4.5669_NE

Difference
91223
Diff result for Texture_shadow_comparator::2F16f_-6.00-193.00_4.5669_NE

2F16f_10.00-20.00_14.0400_A

Difference
1348
Diff result for Texture_shadow_comparator::2F16f_10.00-20.00_14.0400_A

2F16f_10.00-20.00_14.0400_LE

Difference
1348
Diff result for Texture_shadow_comparator::2F16f_10.00-20.00_14.0400_LE

2F16f_10.00-20.00_14.0400_LT

Difference
1348
Diff result for Texture_shadow_comparator::2F16f_10.00-20.00_14.0400_LT

2F16f_10.00-20.00_14.0400_NE

Difference
1348
Diff result for Texture_shadow_comparator::2F16f_10.00-20.00_14.0400_NE

2F24_-6.00-193.00_10.6500_A

Difference
1348
Diff result for Texture_shadow_comparator::2F24_-6.00-193.00_10.6500_A

2F24_-6.00-193.00_10.6500_LE

Difference
1348
Diff result for Texture_shadow_comparator::2F24_-6.00-193.00_10.6500_LE

2F24_-6.00-193.00_10.6500_LT

Difference
1348
Diff result for Texture_shadow_comparator::2F24_-6.00-193.00_10.6500_LT

2F24_-6.00-193.00_10.6500_NE

Difference
1348
Diff result for Texture_shadow_comparator::2F24_-6.00-193.00_10.6500_NE

2F24_10.00-20.00_11.4700_A

Difference
1348
Diff result for Texture_shadow_comparator::2F24_10.00-20.00_11.4700_A

2F24_10.00-20.00_11.4700_LE

Difference
1348
Diff result for Texture_shadow_comparator::2F24_10.00-20.00_11.4700_LE

2F24_10.00-20.00_11.4700_LT

Difference
1348
Diff result for Texture_shadow_comparator::2F24_10.00-20.00_11.4700_LT

2F24_10.00-20.00_11.4700_NE

Difference
1348
Diff result for Texture_shadow_comparator::2F24_10.00-20.00_11.4700_NE

2P16f_-6.00-193.00_4.5669_EQ

Difference
88876
Diff result for Texture_shadow_comparator::2P16f_-6.00-193.00_4.5669_EQ

2P16f_-6.00-193.00_4.5669_GE

Difference
88876
Diff result for Texture_shadow_comparator::2P16f_-6.00-193.00_4.5669_GE

2P16f_-6.00-193.00_4.5669_LT

Difference
88876
Diff result for Texture_shadow_comparator::2P16f_-6.00-193.00_4.5669_LT

2P16f_-6.00-193.00_4.5669_NE

Difference
88876
Diff result for Texture_shadow_comparator::2P16f_-6.00-193.00_4.5669_NE

2R24_0-100_80_EQ

Difference
171594
Diff result for Texture_shadow_comparator::2R24_0-100_80_EQ

2R24_0-100_80_GE

Difference
171594
Diff result for Texture_shadow_comparator::2R24_0-100_80_GE

2R24_0-100_80_LT

Difference
171594
Diff result for Texture_shadow_comparator::2R24_0-100_80_LT

2R24_0-100_80_NE

Difference
171594
Diff result for Texture_shadow_comparator::2R24_0-100_80_NE

2R24_0-FFFFFF_7FFFFF_EQ

Difference
1489
Diff result for Texture_shadow_comparator::2R24_0-FFFFFF_7FFFFF_EQ

2R24_0-FFFFFF_7FFFFF_GE

Difference
1489
Diff result for Texture_shadow_comparator::2R24_0-FFFFFF_7FFFFF_GE

2R24_0-FFFFFF_7FFFFF_LT

Difference
1489
Diff result for Texture_shadow_comparator::2R24_0-FFFFFF_7FFFFF_LT

2R24_0-FFFFFF_7FFFFF_NE

Difference
1489
Diff result for Texture_shadow_comparator::2R24_0-FFFFFF_7FFFFF_NE

2R24_100-200_180_EQ

Difference
67297
Diff result for Texture_shadow_comparator::2R24_100-200_180_EQ

2R24_100-200_180_GE

Difference
67297
Diff result for Texture_shadow_comparator::2R24_100-200_180_GE

2R24_100-200_180_LT

Difference
67297
Diff result for Texture_shadow_comparator::2R24_100-200_180_LT

2R24_100-200_180_NE

Difference
67297
Diff result for Texture_shadow_comparator::2R24_100-200_180_NE

3F16_-6.00-193.00_5.9400_A

Difference
1348
Diff result for Texture_shadow_comparator::3F16_-6.00-193.00_5.9400_A

3F16_-6.00-193.00_5.9400_EQ

Difference
789
Diff result for Texture_shadow_comparator::3F16_-6.00-193.00_5.9400_EQ

3F16_-6.00-193.00_5.9400_GE

Difference
16272
Diff result for Texture_shadow_comparator::3F16_-6.00-193.00_5.9400_GE

3F16_-6.00-193.00_5.9400_GT

Difference
17001
Diff result for Texture_shadow_comparator::3F16_-6.00-193.00_5.9400_GT

3F16_-6.00-193.00_5.9400_LE

Difference
18279
Diff result for Texture_shadow_comparator::3F16_-6.00-193.00_5.9400_LE

3F16_-6.00-193.00_5.9400_LT

Difference
17550
Diff result for Texture_shadow_comparator::3F16_-6.00-193.00_5.9400_LT

3F16_-6.00-193.00_5.9400_NE

Difference
2077
Diff result for Texture_shadow_comparator::3F16_-6.00-193.00_5.9400_NE

3F16_10.00-20.00_15.0000_A

Difference
1348
Diff result for Texture_shadow_comparator::3F16_10.00-20.00_15.0000_A

3F16_10.00-20.00_15.0000_EQ

Difference
789
Diff result for Texture_shadow_comparator::3F16_10.00-20.00_15.0000_EQ

3F16_10.00-20.00_15.0000_GE

Difference
72416
Diff result for Texture_shadow_comparator::3F16_10.00-20.00_15.0000_GE

3F16_10.00-20.00_15.0000_GT

Difference
73145
Diff result for Texture_shadow_comparator::3F16_10.00-20.00_15.0000_GT

3F16_10.00-20.00_15.0000_LE

Difference
74423
Diff result for Texture_shadow_comparator::3F16_10.00-20.00_15.0000_LE

3F16_10.00-20.00_15.0000_LT

Difference
73694
Diff result for Texture_shadow_comparator::3F16_10.00-20.00_15.0000_LT

3F16_10.00-20.00_15.0000_NE

Difference
2077
Diff result for Texture_shadow_comparator::3F16_10.00-20.00_15.0000_NE

3F16f_-6.00-193.00_4.5669_A

Difference
1348
Diff result for Texture_shadow_comparator::3F16f_-6.00-193.00_4.5669_A

3F16f_-6.00-193.00_4.5669_EQ

Difference
789
Diff result for Texture_shadow_comparator::3F16f_-6.00-193.00_4.5669_EQ

3F16f_-6.00-193.00_4.5669_GE

Difference
18186
Diff result for Texture_shadow_comparator::3F16f_-6.00-193.00_4.5669_GE

3F16f_-6.00-193.00_4.5669_GT

Difference
18915
Diff result for Texture_shadow_comparator::3F16f_-6.00-193.00_4.5669_GT

3F16f_-6.00-193.00_4.5669_LE

Difference
20193
Diff result for Texture_shadow_comparator::3F16f_-6.00-193.00_4.5669_LE

3F16f_-6.00-193.00_4.5669_LT

Difference
19464
Diff result for Texture_shadow_comparator::3F16f_-6.00-193.00_4.5669_LT

3F16f_-6.00-193.00_4.5669_NE

Difference
2077
Diff result for Texture_shadow_comparator::3F16f_-6.00-193.00_4.5669_NE

3F16f_10.00-20.00_14.0400_A

Difference
1348
Diff result for Texture_shadow_comparator::3F16f_10.00-20.00_14.0400_A

3F16f_10.00-20.00_14.0400_EQ

Difference
2009
Diff result for Texture_shadow_comparator::3F16f_10.00-20.00_14.0400_EQ

3F16f_10.00-20.00_14.0400_GE

Difference
85673
Diff result for Texture_shadow_comparator::3F16f_10.00-20.00_14.0400_GE

3F16f_10.00-20.00_14.0400_GT

Difference
87622
Diff result for Texture_shadow_comparator::3F16f_10.00-20.00_14.0400_GT

3F16f_10.00-20.00_14.0400_LE

Difference
88900
Diff result for Texture_shadow_comparator::3F16f_10.00-20.00_14.0400_LE

3F16f_10.00-20.00_14.0400_LT

Difference
86951
Diff result for Texture_shadow_comparator::3F16f_10.00-20.00_14.0400_LT

3F16f_10.00-20.00_14.0400_NE

Difference
3297
Diff result for Texture_shadow_comparator::3F16f_10.00-20.00_14.0400_NE

3F24_-6.00-193.00_10.6500_A

Difference
1348
Diff result for Texture_shadow_comparator::3F24_-6.00-193.00_10.6500_A

3F24_-6.00-193.00_10.6500_EQ

Difference
789
Diff result for Texture_shadow_comparator::3F24_-6.00-193.00_10.6500_EQ

3F24_-6.00-193.00_10.6500_GE

Difference
2359
Diff result for Texture_shadow_comparator::3F24_-6.00-193.00_10.6500_GE

3F24_-6.00-193.00_10.6500_GT

Difference
1824
Diff result for Texture_shadow_comparator::3F24_-6.00-193.00_10.6500_GT

3F24_-6.00-193.00_10.6500_LE

Difference
3112
Diff result for Texture_shadow_comparator::3F24_-6.00-193.00_10.6500_LE

3F24_-6.00-193.00_10.6500_LT

Difference
3647
Diff result for Texture_shadow_comparator::3F24_-6.00-193.00_10.6500_LT

3F24_-6.00-193.00_10.6500_NE

Difference
2077
Diff result for Texture_shadow_comparator::3F24_-6.00-193.00_10.6500_NE

3F24_10.00-20.00_11.4700_A

Difference
1348
Diff result for Texture_shadow_comparator::3F24_10.00-20.00_11.4700_A

3F24_10.00-20.00_11.4700_EQ

Difference
789
Diff result for Texture_shadow_comparator::3F24_10.00-20.00_11.4700_EQ

3F24_10.00-20.00_11.4700_GE

Difference
1207
Diff result for Texture_shadow_comparator::3F24_10.00-20.00_11.4700_GE

3F24_10.00-20.00_11.4700_GT

Difference
1742
Diff result for Texture_shadow_comparator::3F24_10.00-20.00_11.4700_GT

3F24_10.00-20.00_11.4700_LE

Difference
3030
Diff result for Texture_shadow_comparator::3F24_10.00-20.00_11.4700_LE

3F24_10.00-20.00_11.4700_LT

Difference
2495
Diff result for Texture_shadow_comparator::3F24_10.00-20.00_11.4700_LT

3F24_10.00-20.00_11.4700_NE

Difference
2077
Diff result for Texture_shadow_comparator::3F24_10.00-20.00_11.4700_NE

3P16_-6.00-193.00_5.9400_EQ

Difference
712
Diff result for Texture_shadow_comparator::3P16_-6.00-193.00_5.9400_EQ

3P16_-6.00-193.00_5.9400_GE

Difference
14856
Diff result for Texture_shadow_comparator::3P16_-6.00-193.00_5.9400_GE

3P16_-6.00-193.00_5.9400_GT

Difference
15568
Diff result for Texture_shadow_comparator::3P16_-6.00-193.00_5.9400_GT

3P16_-6.00-193.00_5.9400_LE

Difference
15568
Diff result for Texture_shadow_comparator::3P16_-6.00-193.00_5.9400_LE

3P16_-6.00-193.00_5.9400_LT

Difference
14856
Diff result for Texture_shadow_comparator::3P16_-6.00-193.00_5.9400_LT

3P16_-6.00-193.00_5.9400_NE

Difference
712
Diff result for Texture_shadow_comparator::3P16_-6.00-193.00_5.9400_NE

3P16_10.00-20.00_15.0000_EQ

Difference
712
Diff result for Texture_shadow_comparator::3P16_10.00-20.00_15.0000_EQ

3P16_10.00-20.00_15.0000_GE

Difference
70824
Diff result for Texture_shadow_comparator::3P16_10.00-20.00_15.0000_GE

3P16_10.00-20.00_15.0000_GT

Difference
71536
Diff result for Texture_shadow_comparator::3P16_10.00-20.00_15.0000_GT

3P16_10.00-20.00_15.0000_LE

Difference
71536
Diff result for Texture_shadow_comparator::3P16_10.00-20.00_15.0000_LE

3P16_10.00-20.00_15.0000_LT

Difference
70824
Diff result for Texture_shadow_comparator::3P16_10.00-20.00_15.0000_LT

3P16_10.00-20.00_15.0000_NE

Difference
712
Diff result for Texture_shadow_comparator::3P16_10.00-20.00_15.0000_NE

3P16f_-6.00-193.00_4.5669_EQ

Difference
712
Diff result for Texture_shadow_comparator::3P16f_-6.00-193.00_4.5669_EQ

3P16f_-6.00-193.00_4.5669_GE

Difference
16128
Diff result for Texture_shadow_comparator::3P16f_-6.00-193.00_4.5669_GE

3P16f_-6.00-193.00_4.5669_GT

Difference
16840
Diff result for Texture_shadow_comparator::3P16f_-6.00-193.00_4.5669_GT

3P16f_-6.00-193.00_4.5669_LE

Difference
16840
Diff result for Texture_shadow_comparator::3P16f_-6.00-193.00_4.5669_LE

3P16f_-6.00-193.00_4.5669_LT

Difference
16128
Diff result for Texture_shadow_comparator::3P16f_-6.00-193.00_4.5669_LT

3P16f_-6.00-193.00_4.5669_NE

Difference
712
Diff result for Texture_shadow_comparator::3P16f_-6.00-193.00_4.5669_NE

3P16f_10.00-20.00_14.0400_EQ

Difference
1913
Diff result for Texture_shadow_comparator::3P16f_10.00-20.00_14.0400_EQ

3P16f_10.00-20.00_14.0400_GE

Difference
84027
Diff result for Texture_shadow_comparator::3P16f_10.00-20.00_14.0400_GE

3P16f_10.00-20.00_14.0400_GT

Difference
85940
Diff result for Texture_shadow_comparator::3P16f_10.00-20.00_14.0400_GT

3P16f_10.00-20.00_14.0400_LE

Difference
85940
Diff result for Texture_shadow_comparator::3P16f_10.00-20.00_14.0400_LE

3P16f_10.00-20.00_14.0400_LT

Difference
84027
Diff result for Texture_shadow_comparator::3P16f_10.00-20.00_14.0400_LT

3P16f_10.00-20.00_14.0400_NE

Difference
1913
Diff result for Texture_shadow_comparator::3P16f_10.00-20.00_14.0400_NE

3P24_-6.00-193.00_10.6500_EQ

Difference
712
Diff result for Texture_shadow_comparator::3P24_-6.00-193.00_10.6500_EQ

3P24_-6.00-193.00_10.6500_GT

Difference
750
Diff result for Texture_shadow_comparator::3P24_-6.00-193.00_10.6500_GT

3P24_-6.00-193.00_10.6500_LE

Difference
750
Diff result for Texture_shadow_comparator::3P24_-6.00-193.00_10.6500_LE

3P24_-6.00-193.00_10.6500_NE

Difference
712
Diff result for Texture_shadow_comparator::3P24_-6.00-193.00_10.6500_NE

3P24_10.00-20.00_11.4500_EQ

Difference
712
Diff result for Texture_shadow_comparator::3P24_10.00-20.00_11.4500_EQ

3P24_10.00-20.00_11.4500_GE

Difference
712
Diff result for Texture_shadow_comparator::3P24_10.00-20.00_11.4500_GE

3P24_10.00-20.00_11.4500_LT

Difference
712
Diff result for Texture_shadow_comparator::3P24_10.00-20.00_11.4500_LT

3P24_10.00-20.00_11.4500_NE

Difference
712
Diff result for Texture_shadow_comparator::3P24_10.00-20.00_11.4500_NE

3R24_0-100_80_EQ

Difference
3491
Diff result for Texture_shadow_comparator::3R24_0-100_80_EQ

3R24_0-100_80_GE

Difference
176525
Diff result for Texture_shadow_comparator::3R24_0-100_80_GE

3R24_0-100_80_GT

Difference
173034
Diff result for Texture_shadow_comparator::3R24_0-100_80_GT

3R24_0-100_80_LE

Difference
173034
Diff result for Texture_shadow_comparator::3R24_0-100_80_LE

3R24_0-100_80_LT

Difference
176525
Diff result for Texture_shadow_comparator::3R24_0-100_80_LT

3R24_0-100_80_NE

Difference
3491
Diff result for Texture_shadow_comparator::3R24_0-100_80_NE

3R24_0-FFFFFF_7FFFFF_GE

Difference
172343
Diff result for Texture_shadow_comparator::3R24_0-FFFFFF_7FFFFF_GE

3R24_0-FFFFFF_7FFFFF_GT

Difference
172343
Diff result for Texture_shadow_comparator::3R24_0-FFFFFF_7FFFFF_GT

3R24_0-FFFFFF_7FFFFF_LE

Difference
172343
Diff result for Texture_shadow_comparator::3R24_0-FFFFFF_7FFFFF_LE

3R24_0-FFFFFF_7FFFFF_LT

Difference
172343
Diff result for Texture_shadow_comparator::3R24_0-FFFFFF_7FFFFF_LT

3R24_100-200_180_EQ

Difference
3491
Diff result for Texture_shadow_comparator::3R24_100-200_180_EQ

3R24_100-200_180_GE

Difference
176525
Diff result for Texture_shadow_comparator::3R24_100-200_180_GE

3R24_100-200_180_GT

Difference
173034
Diff result for Texture_shadow_comparator::3R24_100-200_180_GT

3R24_100-200_180_LE

Difference
173034
Diff result for Texture_shadow_comparator::3R24_100-200_180_LE

3R24_100-200_180_LT

Difference
176525
Diff result for Texture_shadow_comparator::3R24_100-200_180_LT

3R24_100-200_180_NE

Difference
3491
Diff result for Texture_shadow_comparator::3R24_100-200_180_NE

Texture_signed_component_tests

Suite class def
src/tests/texture_signed_component_tests.h

A8R8G8B8_0x0001

Difference
55981
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0001

A8R8G8B8_0x0002

Difference
62123
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0002

A8R8G8B8_0x0003

Difference
77147
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0003

A8R8G8B8_0x0004

Difference
65743
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0004

A8R8G8B8_0x0005

Difference
74396
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0005

A8R8G8B8_0x0006

Difference
67946
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0006

A8R8G8B8_0x0007

Difference
75371
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0007

A8R8G8B8_0x0008

Difference
65358
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0008

A8R8G8B8_0x0009

Difference
75221
Diff result for Texture_signed_component_tests::A8R8G8B8_0x0009

A8R8G8B8_0x000A

Difference
67895
Diff result for Texture_signed_component_tests::A8R8G8B8_0x000A

A8R8G8B8_0x000B

Difference
76202
Diff result for Texture_signed_component_tests::A8R8G8B8_0x000B

A8R8G8B8_0x000C

Difference
68244
Diff result for Texture_signed_component_tests::A8R8G8B8_0x000C

A8R8G8B8_0x000D

Difference
74914
Diff result for Texture_signed_component_tests::A8R8G8B8_0x000D

A8R8G8B8_0x000E

Difference
50079
Diff result for Texture_signed_component_tests::A8R8G8B8_0x000E

A8R8G8B8_0x000F

Difference
54039
Diff result for Texture_signed_component_tests::A8R8G8B8_0x000F

txt_A8R8G8B8_ADD

Difference
73776
Diff result for Texture_signed_component_tests::txt_A8R8G8B8_ADD

txt_A8R8G8B8_SADD

Difference
205963
Diff result for Texture_signed_component_tests::txt_A8R8G8B8_SADD

txt_A8R8G8B8_SREVSUB

Difference
189954
Diff result for Texture_signed_component_tests::txt_A8R8G8B8_SREVSUB

Vertex_shader_rounding_tests

Suite class def
src/tests/vertex_shader_rounding_tests.h

AdjacentGeometry_0.4999

Difference
800
Diff result for Vertex_shader_rounding_tests::AdjacentGeometry_0.4999

AdjacentGeometry_0.5000

Difference
800
Diff result for Vertex_shader_rounding_tests::AdjacentGeometry_0.5000

AdjacentGeometry_0.5624

Difference
1198
Diff result for Vertex_shader_rounding_tests::AdjacentGeometry_0.5624

Compositing_-2

Difference
594
Diff result for Vertex_shader_rounding_tests::Compositing_-2

Compositing_2

Difference
418
Diff result for Vertex_shader_rounding_tests::Compositing_2

Geometry_0.4999

Difference
240
Diff result for Vertex_shader_rounding_tests::Geometry_0.4999

Geometry_0.5000

Difference
240
Diff result for Vertex_shader_rounding_tests::Geometry_0.5000

Geometry_0.5624

Difference
479
Diff result for Vertex_shader_rounding_tests::Geometry_0.5624

GeometrySubscreen_0.4999

Difference
304
Diff result for Vertex_shader_rounding_tests::GeometrySubscreen_0.4999

GeometrySubscreen_0.5000

Difference
304
Diff result for Vertex_shader_rounding_tests::GeometrySubscreen_0.5000

GeometrySubscreen_0.5624

Difference
507
Diff result for Vertex_shader_rounding_tests::GeometrySubscreen_0.5624

GeometrySubscreen_0.5625

Difference
145
Diff result for Vertex_shader_rounding_tests::GeometrySubscreen_0.5625

GeometrySubscreen_0.5626

Difference
145
Diff result for Vertex_shader_rounding_tests::GeometrySubscreen_0.5626

GeometrySubscreen_0.9990

Difference
145
Diff result for Vertex_shader_rounding_tests::GeometrySubscreen_0.9990

GeometrySubscreen_1.0000

Difference
145
Diff result for Vertex_shader_rounding_tests::GeometrySubscreen_1.0000

GeometrySuperscreen_0.4999

Difference
304
Diff result for Vertex_shader_rounding_tests::GeometrySuperscreen_0.4999

GeometrySuperscreen_0.5000

Difference
304
Diff result for Vertex_shader_rounding_tests::GeometrySuperscreen_0.5000

GeometrySuperscreen_0.5624

Difference
364
Diff result for Vertex_shader_rounding_tests::GeometrySuperscreen_0.5624

ProjAdjacentGeometry_0.0000

Difference
1605
Diff result for Vertex_shader_rounding_tests::ProjAdjacentGeometry_0.0000

ProjAdjacentGeometry_0.0010

Difference
1605
Diff result for Vertex_shader_rounding_tests::ProjAdjacentGeometry_0.0010

ProjAdjacentGeometry_0.4999

Difference
614
Diff result for Vertex_shader_rounding_tests::ProjAdjacentGeometry_0.4999

ProjAdjacentGeometry_0.5000

Difference
614
Diff result for Vertex_shader_rounding_tests::ProjAdjacentGeometry_0.5000

ProjAdjacentGeometry_0.5624

Difference
1108
Diff result for Vertex_shader_rounding_tests::ProjAdjacentGeometry_0.5624

ProjAdjacentGeometry_0.5625

Difference
911
Diff result for Vertex_shader_rounding_tests::ProjAdjacentGeometry_0.5625

ProjAdjacentGeometry_0.9990

Difference
1605
Diff result for Vertex_shader_rounding_tests::ProjAdjacentGeometry_0.9990

ProjAdjacentGeometry_1.0000

Difference
1605
Diff result for Vertex_shader_rounding_tests::ProjAdjacentGeometry_1.0000

RenderTarget

Difference
81225
Diff result for Vertex_shader_rounding_tests::RenderTarget

TopLeftRaster

Difference
inf
No source result
Golden - No source result
Golden image for Vertex_shader_rounding_tests::TopLeftRaster

TopLeftRaster_Fixed

Difference
inf
No source result
Golden - No source result
Golden image for Vertex_shader_rounding_tests::TopLeftRaster_Fixed

Viewport

Description
Tests the effects of NV097_SET_VIEWPORT_OFFSET and NV097_SET_VIEWPORT_SCALE on quads rendered via the fixed function and programmable pipelines.
Suite class def
src/tests/viewport_tests.h

-0.438_-0.438-0.000_0.000

Difference
696
Diff result for Viewport::-0.438_-0.438-0.000_0.000

0.531_0.531-0.000_0.000

Difference
795
Diff result for Viewport::0.531_0.531-0.000_0.000

0.531_0.531-2.000_0.000

Difference
795
Diff result for Viewport::0.531_0.531-2.000_0.000

0.562_0.562-0.000_0.000

Difference
597
Diff result for Viewport::0.562_0.562-0.000_0.000

Volume_texture

Suite class def
src/tests/volume_texture_tests.h

A1R5G5B5

Difference
591
Diff result for Volume_texture::A1R5G5B5

A4R4G4B4

Difference
45746
Diff result for Volume_texture::A4R4G4B4

A8

Difference
inf
No source result
Golden - No source result
Golden image for Volume_texture::A8

A8R8G8B8

Difference
64203
Diff result for Volume_texture::A8R8G8B8

A8Y8

Difference
1570
Diff result for Volume_texture::A8Y8

AY8

Difference
2992
Diff result for Volume_texture::AY8

DXT1

Difference
15883
Diff result for Volume_texture::DXT1

G8B8

Difference
1775
Diff result for Volume_texture::G8B8

R16B16

Difference
inf
No source result
Golden - No source result
Golden image for Volume_texture::R16B16

R5G6B5

Difference
1228
Diff result for Volume_texture::R5G6B5

R6G5B5

Difference
inf
No source result
Golden - No source result
Golden image for Volume_texture::R6G5B5

R8B8

Difference
1653
Diff result for Volume_texture::R8B8

SZ_Index8

Difference
610
Diff result for Volume_texture::SZ_Index8

X1R5G5B5

Difference
29007
Diff result for Volume_texture::X1R5G5B5

X8R8G8B8

Difference
46589
Diff result for Volume_texture::X8R8G8B8

Y16

Difference
inf
No source result
Golden - No source result
Golden image for Volume_texture::Y16

Y8

Difference
5768
Diff result for Volume_texture::Y8

W_param

Suite class def
src/tests/w_param_tests.h

ff_w_zero__bitri

Difference
457
Diff result for W_param::ff_w_zero__bitri

ff_w_zero__bitri_tex_persp

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero__bitri_tex_persp

ff_w_zero__quad_tex_persp

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero__quad_tex_persp

ff_w_zero_inf__bitri_w-0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-0.00

ff_w_zero_inf__bitri_w-0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-0.25

ff_w_zero_inf__bitri_w-0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-0.50

ff_w_zero_inf__bitri_w-0.96e-34

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-0.96e-34

ff_w_zero_inf__bitri_w-1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-1.00

ff_w_zero_inf__bitri_w-1.50e-36

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-1.50e-36

ff_w_zero_inf__bitri_w-1.88e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-1.88e-37

ff_w_zero_inf__bitri_w-2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-2.00

ff_w_zero_inf__bitri_w-3.08e-33

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-3.08e-33

ff_w_zero_inf__bitri_w-3.76e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-3.76e-37

ff_w_zero_inf__bitri_w-4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-4.00

ff_w_zero_inf__bitri_w-7.52e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-7.52e-37

ff_w_zero_inf__bitri_w-inf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w-inf

ff_w_zero_inf__bitri_w0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w0.00

ff_w_zero_inf__bitri_w0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w0.25

ff_w_zero_inf__bitri_w0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w0.50

ff_w_zero_inf__bitri_w1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w1.00

ff_w_zero_inf__bitri_w2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w2.00

ff_w_zero_inf__bitri_w4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_w4.00

ff_w_zero_inf__bitri_winf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__bitri_winf

ff_w_zero_inf__quad_w-0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-0.00

ff_w_zero_inf__quad_w-0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-0.25

ff_w_zero_inf__quad_w-0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-0.50

ff_w_zero_inf__quad_w-0.96e-34

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-0.96e-34

ff_w_zero_inf__quad_w-1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-1.00

ff_w_zero_inf__quad_w-1.50e-36

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-1.50e-36

ff_w_zero_inf__quad_w-1.88e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-1.88e-37

ff_w_zero_inf__quad_w-2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-2.00

ff_w_zero_inf__quad_w-3.08e-33

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-3.08e-33

ff_w_zero_inf__quad_w-3.76e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-3.76e-37

ff_w_zero_inf__quad_w-4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-4.00

ff_w_zero_inf__quad_w-7.52e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-7.52e-37

ff_w_zero_inf__quad_w-inf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w-inf

ff_w_zero_inf__quad_w0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w0.00

ff_w_zero_inf__quad_w0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w0.25

ff_w_zero_inf__quad_w0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w0.50

ff_w_zero_inf__quad_w1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w1.00

ff_w_zero_inf__quad_w2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w2.00

ff_w_zero_inf__quad_w4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_w4.00

ff_w_zero_inf__quad_winf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::ff_w_zero_inf__quad_winf

prog_w_zero_inf__bitri_w-0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-0.00

prog_w_zero_inf__bitri_w-0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-0.25

prog_w_zero_inf__bitri_w-0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-0.50

prog_w_zero_inf__bitri_w-0.96e-34

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-0.96e-34

prog_w_zero_inf__bitri_w-1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-1.00

prog_w_zero_inf__bitri_w-1.50e-36

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-1.50e-36

prog_w_zero_inf__bitri_w-1.88e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-1.88e-37

prog_w_zero_inf__bitri_w-2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-2.00

prog_w_zero_inf__bitri_w-3.08e-33

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-3.08e-33

prog_w_zero_inf__bitri_w-3.76e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-3.76e-37

prog_w_zero_inf__bitri_w-4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-4.00

prog_w_zero_inf__bitri_w-7.52e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-7.52e-37

prog_w_zero_inf__bitri_w-inf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w-inf

prog_w_zero_inf__bitri_w0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w0.00

prog_w_zero_inf__bitri_w0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w0.25

prog_w_zero_inf__bitri_w0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w0.50

prog_w_zero_inf__bitri_w1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w1.00

prog_w_zero_inf__bitri_w2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w2.00

prog_w_zero_inf__bitri_w4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_w4.00

prog_w_zero_inf__bitri_winf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__bitri_winf

prog_w_zero_inf__quad_w-0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-0.00

prog_w_zero_inf__quad_w-0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-0.25

prog_w_zero_inf__quad_w-0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-0.50

prog_w_zero_inf__quad_w-0.96e-34

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-0.96e-34

prog_w_zero_inf__quad_w-1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-1.00

prog_w_zero_inf__quad_w-1.50e-36

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-1.50e-36

prog_w_zero_inf__quad_w-1.88e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-1.88e-37

prog_w_zero_inf__quad_w-2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-2.00

prog_w_zero_inf__quad_w-3.08e-33

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-3.08e-33

prog_w_zero_inf__quad_w-3.76e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-3.76e-37

prog_w_zero_inf__quad_w-4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-4.00

prog_w_zero_inf__quad_w-7.52e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-7.52e-37

prog_w_zero_inf__quad_w-inf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w-inf

prog_w_zero_inf__quad_w0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w0.00

prog_w_zero_inf__quad_w0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w0.25

prog_w_zero_inf__quad_w0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w0.50

prog_w_zero_inf__quad_w1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w1.00

prog_w_zero_inf__quad_w2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w2.00

prog_w_zero_inf__quad_w4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_w4.00

prog_w_zero_inf__quad_winf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::prog_w_zero_inf__quad_winf

rcc_w_zero_inf__z-0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-0.00

rcc_w_zero_inf__z-0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-0.25

rcc_w_zero_inf__z-0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-0.50

rcc_w_zero_inf__z-0.96e-34

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-0.96e-34

rcc_w_zero_inf__z-1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-1.00

rcc_w_zero_inf__z-1.50e-36

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-1.50e-36

rcc_w_zero_inf__z-1.88e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-1.88e-37

rcc_w_zero_inf__z-2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-2.00

rcc_w_zero_inf__z-3.08e-33

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-3.08e-33

rcc_w_zero_inf__z-3.76e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-3.76e-37

rcc_w_zero_inf__z-4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-4.00

rcc_w_zero_inf__z-7.52e-37

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-7.52e-37

rcc_w_zero_inf__z-inf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z-inf

rcc_w_zero_inf__z0.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z0.00

rcc_w_zero_inf__z0.25

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z0.25

rcc_w_zero_inf__z0.50

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z0.50

rcc_w_zero_inf__z1.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z1.00

rcc_w_zero_inf__z2.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z2.00

rcc_w_zero_inf__z4.00

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__z4.00

rcc_w_zero_inf__zinf

Difference
inf
No source result
Golden - No source result
Golden image for W_param::rcc_w_zero_inf__zinf

w_gaps

Difference
21131
Diff result for W_param::w_gaps

w_gaps_tex_persp

Difference
inf
No source result
Golden - No source result
Golden image for W_param::w_gaps_tex_persp

w_neg_strip

Difference
48287
Diff result for W_param::w_neg_strip

w_neg_strip_tex_persp

Difference
inf
No source result
Golden - No source result
Golden image for W_param::w_neg_strip_tex_persp

w_pos_strip

Difference
106564
Diff result for W_param::w_pos_strip

w_pos_strip_tex_persp

Difference
inf
No source result
Golden - No source result
Golden image for W_param::w_pos_strip_tex_persp

ZMinMaxControl

Ctrl_NEARFAR_ZCLAMP

Difference
13742
Diff result for ZMinMaxControl::Ctrl_NEARFAR_ZCLAMP

Ctrl_NEARFAR_ZCLAMP_IgnW

Difference
13742
Diff result for ZMinMaxControl::Ctrl_NEARFAR_ZCLAMP_IgnW

Ctrl_WBuf_NEARFAR_ZCLAMP

Difference
13742
Diff result for ZMinMaxControl::Ctrl_WBuf_NEARFAR_ZCLAMP

Ctrl_WBuf_NEARFAR_ZCLAMP_IgnW

Difference
13742
Diff result for ZMinMaxControl::Ctrl_WBuf_NEARFAR_ZCLAMP_IgnW

Ctrl_WBuf_NEARFAR_ZCULL

Difference
6726
Diff result for ZMinMaxControl::Ctrl_WBuf_NEARFAR_ZCULL

Ctrl_WBuf_NEARFAR_ZCULL_IgnW

Difference
6726
Diff result for ZMinMaxControl::Ctrl_WBuf_NEARFAR_ZCULL_IgnW

Ctrl_WBuf_ZCULL

Difference
3200
Diff result for ZMinMaxControl::Ctrl_WBuf_ZCULL

Ctrl_WBuf_ZCULL_IgnW

Difference
3200
Diff result for ZMinMaxControl::Ctrl_WBuf_ZCULL_IgnW

CtrlFixed_NEARFAR_ZCLAMP

Difference
20719
Diff result for ZMinMaxControl::CtrlFixed_NEARFAR_ZCLAMP

CtrlFixed_NEARFAR_ZCLAMP_IgnW

Difference
20719
Diff result for ZMinMaxControl::CtrlFixed_NEARFAR_ZCLAMP_IgnW

CtrlFixed_NEARFAR_ZCULL

Difference
5338
Diff result for ZMinMaxControl::CtrlFixed_NEARFAR_ZCULL

CtrlFixed_NEARFAR_ZCULL_IgnW

Difference
5338
Diff result for ZMinMaxControl::CtrlFixed_NEARFAR_ZCULL_IgnW

CtrlFixed_WBuf_NEARFAR_ZCLAMP

Difference
20719
Diff result for ZMinMaxControl::CtrlFixed_WBuf_NEARFAR_ZCLAMP

CtrlFixed_WBuf_NEARFAR_ZCLAMP_IgnW

Difference
20719
Diff result for ZMinMaxControl::CtrlFixed_WBuf_NEARFAR_ZCLAMP_IgnW

CtrlFixed_WBuf_NEARFAR_ZCULL

Difference
22849
Diff result for ZMinMaxControl::CtrlFixed_WBuf_NEARFAR_ZCULL

CtrlFixed_WBuf_NEARFAR_ZCULL_IgnW

Difference
22849
Diff result for ZMinMaxControl::CtrlFixed_WBuf_NEARFAR_ZCULL_IgnW

CtrlFixed_WBuf_ZCLAMP

Difference
10887
Diff result for ZMinMaxControl::CtrlFixed_WBuf_ZCLAMP

CtrlFixed_WBuf_ZCLAMP_IgnW

Difference
10876
Diff result for ZMinMaxControl::CtrlFixed_WBuf_ZCLAMP_IgnW

CtrlFixed_WBuf_ZCULL

Difference
26383
Diff result for ZMinMaxControl::CtrlFixed_WBuf_ZCULL

CtrlFixed_WBuf_ZCULL_IgnW

Difference
26383
Diff result for ZMinMaxControl::CtrlFixed_WBuf_ZCULL_IgnW

CtrlFixed_ZCLAMP

Difference
10884
Diff result for ZMinMaxControl::CtrlFixed_ZCLAMP

CtrlFixed_ZCLAMP_IgnW

Difference
10888
Diff result for ZMinMaxControl::CtrlFixed_ZCLAMP_IgnW

CtrlFixed_ZCULL

Difference
5338
Diff result for ZMinMaxControl::CtrlFixed_ZCULL

CtrlFixed_ZCULL_IgnW

Difference
5338
Diff result for ZMinMaxControl::CtrlFixed_ZCULL_IgnW