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

  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Common_Types.h 104 #ifndef UINT8
105 typedef uint8_t UINT8;
127 typedef UINT8 UCHAR;
  /xsrc/external/mit/MesaLib/dist/include/winddk/
winddk_compat.h 146 typedef unsigned char UINT8;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
tessellator.cpp 123 // c_uIBits: UINT8 : Width of i (aka. integer bits)
124 // c_uFBits: UINT8 : Width of f (aka. fractional bits)
134 typedef unsigned char UINT8;
136 template< const UINT8 c_uIBits, const UINT8 c_uFBits, const bool c_bSigned >
171 const UINT8 _fltMantissaBitCount = 23;
172 const UINT8 _fltExponentBitCount = 8;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
tessellator.cpp 110 // c_uIBits: UINT8 : Width of i (aka. integer bits)
111 // c_uFBits: UINT8 : Width of f (aka. fractional bits)
121 typedef unsigned char UINT8;
123 template< const UINT8 c_uIBits, const UINT8 c_uFBits, const bool c_bSigned >
158 const UINT8 _fltMantissaBitCount = 23;
159 const UINT8 _fltExponentBitCount = 8;

Completed in 14 milliseconds