HomeSort by: relevance | last modified time | path
    Searched defs:zuint (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_clear.c 46 uint32_t zuint = (uint32_t)(depth * 4294967295.0); local
48 return (zuint & 0xffffff00) | (stencil & 0xff);
49 return zuint >> 16;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_clear.c 46 uint32_t zuint = (uint32_t)(depth * 4294967295.0); local
48 return (zuint & 0xffffff00) | (stencil & 0xff);
49 return zuint >> 16;

Completed in 19 milliseconds