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

  /xsrc/external/mit/xf86-video-qxl/dist/src/
murmurhash3.h 17 typedef unsigned char uint8_t; typedef
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vk_platform.h 68 typedef unsigned __int8 uint8_t; typedef
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vk_platform.h 76 typedef unsigned __int8 uint8_t; typedef
  /xsrc/external/mit/brotli/dist/c/include/brotli/
types.h 19 typedef unsigned __int8 uint8_t; typedef
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Common_Types.h 63 typedef unsigned char uint8_t; typedef
99 typedef uint8_t BOOLEAN;
105 typedef uint8_t UINT8;
121 typedef uint8_t CHAR8;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
ir2_private.h 52 uint8_t swizzle;
54 uint8_t abs : 1;
55 uint8_t negate : 1;
56 uint8_t : 4; member in struct:ir2_src
60 uint8_t c : 3; /* assigned x/y/z/w (7=dont write, for fetch instr) */
62 uint8_t ref_count; /* for ra */
66 uint8_t idx; /* assigned hardware register */
67 uint8_t ncomp;
69 uint8_t loop_depth;
92 uint8_t pred : 2
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
ir2_private.h 52 uint8_t swizzle;
54 uint8_t abs : 1;
55 uint8_t negate : 1;
56 uint8_t : 4; member in struct:ir2_src
60 uint8_t c : 3; /* assigned x/y/z/w (7=dont write, for fetch instr) */
62 uint8_t ref_count; /* for ra */
66 uint8_t idx; /* assigned hardware register */
67 uint8_t ncomp;
69 uint8_t loop_depth;
92 uint8_t pred : 2
    [all...]
  /xsrc/external/mit/libdrm/dist/intel/
uthash.h 72 typedef unsigned char uint8_t; typedef
78 typedef unsigned char uint8_t; typedef
144 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
587 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \
588 +(uint32_t)(((const uint8_t *)(d))[0]) )
677 const uint8_t *_mur_data = (const uint8_t*)(key); \
683 const uint8_t *_mur_tail; \
696 _mur_tail = (const uint8_t*)(_mur_data + (_mur_nblocks*4)); \
1057 uint8_t *bloom_bv
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_ir.h 109 enum class instr_class : uint8_t {
133 enum storage_class : uint8_t {
145 enum memory_semantics : uint8_t {
174 enum sync_scope : uint8_t {
234 uint8_t round : 4;
235 uint8_t denorm : 4;
237 uint8_t val = 0;
263 static const uint8_t unset_counter = 0xff;
265 uint8_t vm;
266 uint8_t exp
408 constexpr Temp(uint32_t id, RegClass cls) noexcept : id_(id), reg_class(uint8_t(cls)) {} function in struct:Temp
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi.h 1014 #define uint8_t CARD8 macro
1018 unsigned ordering, uint8_t red, uint8_t green, uint8_t blue);

Completed in 10 milliseconds