Lines Matching refs:u32
40 typedef u32 GX2CompSel;
140 GX2_INLINE void GX2CopyEndianSwap(void *dst, const void *src, u32 byteLen) in GX2CopyEndianSwap()
142 ASSERT((byteLen % sizeof(u32))==0); in GX2CopyEndianSwap()
144 u32 i; in GX2CopyEndianSwap()
145 u32 *csrc = (u32 *) src; in GX2CopyEndianSwap()
146 __bytereversed u32 *cdst = (__bytereversed u32 *) dst; in GX2CopyEndianSwap()
150 u32* csrc = (u32*)src; in GX2CopyEndianSwap()
151 u32* cdst = (u32*)dst; in GX2CopyEndianSwap()
152 u32 i; in GX2CopyEndianSwap()
169 GX2_INLINE void GX2EndianSwap(void *ptr, u32 byteLen) in GX2EndianSwap()
171 ASSERT((byteLen % sizeof(u32))==0); in GX2EndianSwap()
173 u32 i; in GX2EndianSwap()
174 u32 *src = (u32 *) ptr; in GX2EndianSwap()
175 __bytereversed u32 *dst = (__bytereversed u32 *) ptr; in GX2EndianSwap()
179 u32* src = (u32*)ptr; in GX2EndianSwap()
180 u32 i; in GX2EndianSwap()
199 GX2_INLINE u32 GX2RoundUp(u32 value, u32 size) in GX2RoundUp()
211 typedef void* (*GX2DefaultAllocateFunc)(u32 userArg, u32 byteCount, u32 alignment);
214 typedef void (*GX2DefaultFreeFunc)(u32 userArg, void* pMem);
254 void GX2API GX2NotifyMemAlloc(void* addr, u32 size, u32 align);
266 GX2_INLINE void GX2NotifyMemAlloc(const void* addr, u32 size, u32 align){ in GX2NotifyMemAlloc()
309 void GX2API GX2Invalidate( GX2InvalidateType invType, void *ptr, u32 size );
349 void GX2API GX2SetGPUTimeout(u32 millisec);
355 u32 GX2API GX2GetGPUTimeout(void);
369 void GX2API GX2SetInterruptCountLimit(u32 limit);
383 void GX2API GX2LogSetMisc(GX2LogAttrib attrib, u32 value);
424 void GX2DebugCaptureInit(u32 *initAttribs);
449 void GX2API GX2DebugCaptureFrames(const char* filename, u32 numFrames);
493 GX2_INLINE void GX2SetBitFlags(u32* pFlags, u32 bits) { *pFlags |= bits; } in GX2SetBitFlags()
499 GX2_INLINE void GX2ClearBitFlags(u32* pFlags, u32 bits) { *pFlags &= ~bits; } in GX2ClearBitFlags()
505 GX2_INLINE void GX2MaskBitFlags(u32* pFlags, u32 mask) { *pFlags &= mask; } in GX2MaskBitFlags()
511 GX2_INLINE void GX2ReplaceBitFlags(u32* pFlags, u32 mask, u32 bits) { *pFlags &= ~mask; *pFlags |… in GX2ReplaceBitFlags()
517 GX2_INLINE GX2Boolean GX2TestBitFlagsAny(u32 flags, u32 bits) { return (GX2Boolean)((flags … in GX2TestBitFlagsAny()
523 GX2_INLINE GX2Boolean GX2TestBitFlagsAll(u32 flags, u32 bits) { return (GX2Boolean)((flags … in GX2TestBitFlagsAll()
529 GX2_INLINE u32 GX2Min(u32 a, u32 b) { return (a < b) ? a : b; } in GX2Min()
535 GX2_INLINE u32 GX2Max(u32 a, u32 b) { return (a > b) ? a : b; } in GX2Max()
541 GX2_INLINE GX2Boolean GX2IsAligned(const void *p, u32 alignment) in GX2IsAligned()
543 return (GX2Boolean)((u32)p == GX2RoundUp((u32)p, alignment)); in GX2IsAligned()
605 u32 data[GX2_CONTEXT_STATE_DATA_SIZE/sizeof(u32)];
704 void GX2API GX2GetContextStateDisplayList(const GX2ContextState *pState, void **ppDisplayList, u32 …
722 void GX2API GX2PatchDisplayList(void *pDisplayList, GX2PatchType type, u32 offset, void *gx2ObjectP…