Searched defs:float_depth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c1525 static BOOL surface_convert_depth_to_float(const struct wined3d_surface *surface, DWORD depth, float *float_depth) argument
1532 *float_depth = depth / (float)0x00007fff;
1536 *float_depth = depth / (float)0x0000ffff;
1541 *float_depth = depth / (float)0x00ffffff;
1545 *float_depth = depth / (float)0xffffffff;

Completed in 2432 milliseconds