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

  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Common_Types.h 86 #ifndef VOID
87 typedef void VOID;
149 #define NULL ((VOID *) 0)
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_parser.py 28 VOID = 'x'
335 """Returns a non-void channel if this format is an array, otherwise None.
345 if ref_channel.type == VOID:
348 if channel.size == 0 or channel.type == VOID:
381 if channel.type not in (VOID, UNSIGNED, SIGNED):
390 if channel.type not in (VOID, FLOAT):
396 _type = VOID
398 if c.type == VOID:
400 if _type == VOID:
413 if c.type == VOID
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_parser.py 28 VOID = 'x'
335 """Returns a non-void channel if this format is an array, otherwise None.
345 if ref_channel.type == VOID:
348 if channel.size == 0 or channel.type == VOID:
381 if channel.type not in (VOID, UNSIGNED, SIGNED):
390 if channel.type not in (VOID, FLOAT):
396 _type = VOID
398 if c.type == VOID:
400 if _type == VOID:
413 if c.type == VOID
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
os.h 88 static inline void* AlignedMalloc(size_t _Size, size_t _Alignment)
93 static inline void AlignedFree(void* p)
157 typedef void VOID;
158 typedef void* LPVOID;
161 typedef void* HANDLE;
221 static INLINE void _mm256_storeu2_m128i(__m128i* hi, __m128i* lo, __m256i a)
267 inline void* AlignedMalloc(size_t size, size_t alignment)
269 void* ret
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
os.h 80 static inline void* AlignedMalloc(size_t _Size, size_t _Alignment)
85 static inline void AlignedFree(void* p)
115 typedef void VOID;
116 typedef void* LPVOID;
119 typedef void* HANDLE;
178 static INLINE void _mm256_storeu2_m128i(__m128i* hi, __m128i* lo, __m256i a)
218 inline void* AlignedMalloc(size_t size, size_t alignment)
220 void* ret
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vgatypes.h 115 #ifndef VOID
116 typedef void VOID;
120 typedef void *PVOID;
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
addrtypes.h 44 #if !defined(VOID)
45 typedef void VOID;
770 ((void) memcpy(&(dst), &(src), sizeof(va_list)))
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
addrtypes.h 44 #if !defined(VOID)
45 typedef void VOID;
742 ((void) memcpy(&(dst), &(src), sizeof(va_list)))

Completed in 69 milliseconds