Searched refs:zuint (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_clear.c46 uint32_t zuint = (uint32_t)(depth * 4294967295.0); local
48 return (zuint & 0xffffff00) | (stencil & 0xff);
49 return zuint >> 16;

Completed in 67 milliseconds