Searched refs:zuint (Results 1 – 1 of 1) sorted by relevance
46 uint32_t zuint = (uint32_t)(depth * 4294967295.0); in pack_zeta() local48 return (zuint & 0xffffff00) | (stencil & 0xff); in pack_zeta()49 return zuint >> 16; in pack_zeta()