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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c46 uint32_t zuint = (uint32_t)(depth * 4294967295.0); local in function:pack_zeta
48 return (zuint & 0xffffff00) | (stencil & 0xff);
49 return zuint >> 16;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c46 uint32_t zuint = (uint32_t)(depth * 4294967295.0); local in function:pack_zeta
48 return (zuint & 0xffffff00) | (stencil & 0xff);
49 return zuint >> 16;

Completed in 3 milliseconds