Home
last modified time | relevance | path

Searched refs:BOOL (Results 1 – 25 of 86) sorted by relevance

1234

/CafeSDK-2.12.13/system/include/cafe/
Dos.h85 BOOL OSIsDebuggerPresent( void );
109 BOOL OSIsDebuggerInitialized( void );
115 BOOL OSGetForegroundBucket( void ** appRetArea, u32 * apRetSizeBytes);
116 BOOL OSGetForegroundBucketFreeArea( void ** appRetArea, u32 * apRetSizeBytes);
117 BOOL OSRequestFastExit(u32 aFlags, BOOL bRunExit);
118 BOOL OSSendAppSwitchRequest(UPID aProcId, void *apArgs, u32 aArgsBytes);
119 BOOL OSGetCallArgs(UPID *apRetCaller, u8 *apBuffer, u32 aBufferBytes);
120 BOOL OSSetScreenCapturePermission(BOOL enabled);
121 BOOL OSGetScreenCapturePermission(void);
122 BOOL OSSetScreenCapturePermissionEx(BOOL tvEnabled, BOOL drcEnabled);
[all …]
Daxfx.h42 BOOL AXFX2SetMemAllocFns(AXFXAlloc alloc, AXFXFree free);
43 BOOL AXFX2GetMemAllocFns(AXFXAlloc *alloc, AXFXFree *free);
225 BOOL AXFXReverbHiExpInit (AXFX_REVERBHI_EXP *reverb);
227 BOOL AXFXReverbHiExpSettings (AXFX_REVERBHI_EXP *reverb);
228 BOOL AXFXReverbHiExpSettingsUpdate (AXFX_REVERBHI_EXP *reverb);
287 BOOL AXFXReverbHiExpInitDpl2 (AXFX_REVERBHI_EXP_DPL2 *reverb);
289 BOOL AXFXReverbHiExpSettingsDpl2 (AXFX_REVERBHI_EXP_DPL2 *reverb);
290 BOOL AXFXReverbHiExpSettingsUpdateDpl2 (AXFX_REVERBHI_EXP_DPL2 *reverb);
337 BOOL AXFXReverbHiInit (AXFX_REVERBHI *reverb);
338 BOOL AXFXReverbHiShutdown (AXFX_REVERBHI *reverb);
[all …]
Dprocui.h56 BOOL ProcUIIsRunning(void);
57 BOOL ProcUIInForeground(void);
58 BOOL ProcUIInShutdown(void);
60 ProcUIStatus ProcUISubProcessMessages(BOOL block);
61 ProcUIStatus ProcUIProcessMessages(BOOL block);
Duhs_types.h353 static inline BOOL uhs_endpoint_dir_in(const UhsEndpointDescriptor *epd) in uhs_endpoint_dir_in()
365 static inline BOOL uhs_endpoint_dir_out(const UhsEndpointDescriptor *epd) in uhs_endpoint_dir_out()
397 static inline BOOL uhs_endpoint_xfer_bulk(const UhsEndpointDescriptor *epd) in uhs_endpoint_xfer_bulk()
410 static inline BOOL uhs_endpoint_xfer_control(const UhsEndpointDescriptor *epd) in uhs_endpoint_xfer_control()
423 static inline BOOL uhs_endpoint_xfer_int(const UhsEndpointDescriptor *epd) in uhs_endpoint_xfer_int()
436 static inline BOOL uhs_endpoint_xfer_isoc(const UhsEndpointDescriptor *epd) in uhs_endpoint_xfer_isoc()
449 static inline BOOL uhs_endpoint_is_bulk_in(const UhsEndpointDescriptor *epd) in uhs_endpoint_is_bulk_in()
461 static inline BOOL uhs_endpoint_is_bulk_out(const UhsEndpointDescriptor *epd) in uhs_endpoint_is_bulk_out()
473 static inline BOOL uhs_endpoint_is_int_in(const UhsEndpointDescriptor *epd) in uhs_endpoint_is_int_in()
485 static inline BOOL uhs_endpoint_is_int_out(const UhsEndpointDescriptor *epd) in uhs_endpoint_is_int_out()
[all …]
Ddmae.h85 BOOL DMAEWaitDone(DMAETimeStamp ts);
113 DMAE_INLINE BOOL DMAEIsDone(DMAETimeStamp ts) { in DMAEIsDone()
196 DMAE_INLINE BOOL DMAECopyMemWait(void *dst, const void *src, u32 sizeInU32s, DMAEEndian endian) { in DMAECopyMemWait()
239 DMAE_INLINE BOOL DMAEFillMemWait(void *dst, u32 fillData, u32 sizeInU32s) { in DMAEFillMemWait()
277 DMAE_INLINE BOOL DMAEFillMemPhysWait(u32 dst_pa, u32 fillData, u32 sizeInU32s) { in DMAEFillMemPhysWait()
/CafeSDK-2.12.13/system/src/tool/gfx/include/
DtexUtils.h59BOOL useWeighting; ///< Use channel weightings. With swizzled formats the weig…
63 BOOL useAdaptiveWeighting; ///< Adapt weighting on a per-block basis.
64BOOL bc1usealpha; ///< Encode single-bit alpha data. Only valid when converti…
73 BOOL bugFix2197; // Compatability-gate for fixing bug 2197.
82 BOOL TC2API TC2Initialize(TC2Config* pConfig);
88 BOOL TC2API TC2Destroy(void);
97 BOOL TC2API TC2GX2SurfaceFormatFromStr(char* pFormatStr, GX2SurfaceFormat *pgx2Format);
108 BOOL TC2API TC2GenerateMipLevels(GX2Surface* pInSurface, s32 iMinSize, TC2MipFilter filter, GX2Surf…
119 BOOL TC2API TC2ConvertSurfaceFormat(GX2Surface *pInSurface, GX2SurfaceFormat dstFormat, GX2Surface …
130 BOOL TC2API TC2ConvertTiling(GX2Surface *pInSurface, GX2TileMode dstTileMode, u32 initialSwizzle, G…
[all …]
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfxShader.h142 inline BOOL DEMOGfxCheckShaderLocation(u32 location) in DEMOGfxCheckShaderLocation()
160 BOOL DEMOGfxLoadShaders(DEMOGfxShader *pShader, u32 index, const void *pData);
171 BOOL DEMOGfxInitShaderAttribute(DEMOGfxShader *pShader, const char *name,
180 BOOL DEMOGfxGetVertexShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
188 BOOL DEMOGfxGetPixelShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
196 BOOL DEMOGfxGetGeometryShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
204 BOOL DEMOGfxGetVertexShaderUniformLocation(DEMOGfxShader *pShader, const char *name);
212 BOOL DEMOGfxGetPixelShaderUniformLocation(DEMOGfxShader *pShader, const char *name);
220 BOOL DEMOGfxGetVertexShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name);
228 BOOL DEMOGfxGetPixelShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name);
[all …]
DdemoGfd.h39 BOOL DEMOGFDReadVertexShader(GX2VertexShader **ppShader, u32 index, const void *pData);
51 BOOL DEMOGFDReadPixelShader(GX2PixelShader **ppShader, u32 index, const void *pData);
63 BOOL DEMOGFDReadGeometryShader(GX2GeometryShader **ppShader, u32 index, const void *pData);
75 BOOL DEMOGFDReadComputeShader(GX2ComputeShader **ppShader, u32 index, const void *pData);
87 BOOL DEMOGFDReadTexture(GX2Texture **ppTexture, u32 index, const void *pData);
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h142 inline BOOL DEMOGfxCheckShaderLocation(u32 location) in DEMOGfxCheckShaderLocation()
160 BOOL DEMOGfxLoadShaders(DEMOGfxShader *pShader, u32 index, const void *pData);
171 BOOL DEMOGfxInitShaderAttribute(DEMOGfxShader *pShader, const char *name,
180 BOOL DEMOGfxGetVertexShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
188 BOOL DEMOGfxGetPixelShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
196 BOOL DEMOGfxGetGeometryShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
204 BOOL DEMOGfxGetVertexShaderUniformLocation(DEMOGfxShader *pShader, const char *name);
212 BOOL DEMOGfxGetPixelShaderUniformLocation(DEMOGfxShader *pShader, const char *name);
220 BOOL DEMOGfxGetVertexShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name);
228 BOOL DEMOGfxGetPixelShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name);
[all …]
DdemoGfd.h39 BOOL DEMOGFDReadVertexShader(GX2VertexShader **ppShader, u32 index, const void *pData);
51 BOOL DEMOGFDReadPixelShader(GX2PixelShader **ppShader, u32 index, const void *pData);
63 BOOL DEMOGFDReadGeometryShader(GX2GeometryShader **ppShader, u32 index, const void *pData);
75 BOOL DEMOGFDReadComputeShader(GX2ComputeShader **ppShader, u32 index, const void *pData);
87 BOOL DEMOGFDReadTexture(GX2Texture **ppTexture, u32 index, const void *pData);
DdemoFont.h59 BOOL proportional;
62 BOOL enabled;
119 void DEMOFontDrawEnable(BOOL enable);
156 void DEMOFontSetSpacing(BOOL proportional);
/CafeSDK-2.12.13/system/include/cafe/os/
DOSSync.h64 BOOL OSAcquireSpinLock(OSSpinLock *spinlock);
65 BOOL OSTryAcquireSpinLock(OSSpinLock *spinlock);
66 BOOL OSTryAcquireSpinLockWithTimeout(OSSpinLock *spinlock, OSTimeNanoseconds timeout);
67 BOOL OSReleaseSpinLock(OSSpinLock *spinlock);
83 BOOL OSUninterruptibleSpinLock_Acquire(OSSpinLock *inSpinlock);
84 BOOL OSUninterruptibleSpinLock_TryAcquire(OSSpinLock *inSpinLock);
85 BOOL OSUninterruptibleSpinLock_TryAcquireWithTimeout(OSSpinLock *inSpinLock, OSTimeNanoseconds time…
86 BOOL OSUninterruptibleSpinLock_Release(OSSpinLock *inSpinlock);
99 BOOL OSWaitRendezvous(OSRendezvous *ren, u32 wmask);
100 BOOL OSWaitRendezvousWithTimeout(OSRendezvous *ren, u32 wmask, OSTimeNanoseconds timeout);
DOSInterrupt.h28 BOOL OSDisableInterrupts(void);
29 BOOL OSEnableInterrupts(void);
30 BOOL OSRestoreInterrupts(BOOL level);
31 BOOL OSIsInterruptEnabled(void);
DOSMemory.h40 void * OSBlockMove(void* dst, const void* src, size_t size, BOOL flush);
54 BOOL OSGetSharedData(OSShared aShared, u32 aFlags, void **appRetArea, u32 *apRetSizeBytes);
56 BOOL OSIsAddressValid(void *addr);
66 BOOL OSIsEnabledOverlayArenaDev(void);
67 void OSEnableOverlayArenaDev(BOOL allowAV, u32 *addr, u32 *size);
68 BOOL OSEnableOverlayArenaWithTimeoutDev(BOOL allowAV, u32 timeout, u32 *error, u32 *addr, u32 *size…
70 BOOL OSDisableOverlayArenaWithTimeoutDev(u32 timeout, u32 *error);
DOSMemmap.h40 BOOL OSFreeVirtAddr(va_t va, size_t size);
48 BOOL OSMapMemory(va_t va, pa_t pa, size_t size, int mode);
49 BOOL OSUnmapMemory(va_t va, size_t size);
50 void OSSwitchSecCodeGenMode(BOOL execute);
51 BOOL OSGetSecCodeGenMode(void);
52 BOOL OSCodegenCopy(va_t codegenva, va_t va, size_t size);
DOSException.h52 typedef BOOL (*OSExceptionCallback)(OSContext* interruptedContext);
60 void OSSetDABR(BOOL allCores, void* address, BOOL matchReads, BOOL matchWrites);
61 void OSSetIABR(BOOL allCores, void* address);
100 BOOL OSEnableThreadFPUException(OSThread *thread, u32 fpu_ex_mask);
102 BOOL OSDisableThreadFPUException(OSThread *thread);
DOSAtomic.h46 BOOL OSCompareAndSwapAtomic(volatile OSAtomicVar* ptr, u32 cmp_val, u32 new_val);
47 BOOL OSCompareAndSwapAtomicEx(volatile OSAtomicVar* ptr, u32 cmp_val, u32 new_val, u32 *orig_val…
49 BOOL OSTestAndSetAtomic(volatile OSAtomicVar* ptr, u32 bitnum);
50 BOOL OSTestAndClearAtomic(volatile OSAtomicVar* ptr, u32 bitnum);
136 inline BOOL OSCompareAndSwapAtomic(volatile OSAtomicVar* ptr, u32 cmp_val, u32 new_val) in OSCompareAndSwapAtomic()
139 BOOL ret_val; in OSCompareAndSwapAtomic()
158 inline BOOL OSCompareAndSwapAtomicEx(volatile OSAtomicVar* ptr, u32 cmp_val, u32 new_val, u32 *ret_… in OSCompareAndSwapAtomicEx()
161 BOOL ret_val; in OSCompareAndSwapAtomicEx()
182 inline BOOL OSTestAndSetAtomic(volatile OSAtomicVar* ptr, u32 bitnum) in OSTestAndSetAtomic()
187 BOOL ret_val; in OSTestAndSetAtomic()
[all …]
DOSEvent.h35 BOOL state;
40 void OSInitEvent(OSEvent *event, BOOL initial_state, s32 mode);
41 void OSInitEventEx(OSEvent *event, BOOL initial_state, s32 mode, char * name);
47 BOOL OSWaitEventWithTimeout(OSEvent *event, OSTimeNanoseconds timeout);
DOSCache.h54 BOOL LCEnableDMA (void);
56 BOOL LCIsDMAEnabled (void);
63 BOOL OSIsAddressRangeDCValid(const void *addr, u32 nBytes);
65 BOOL DCCoreFlushAll(void *flush_buf, u32 size);
DOSThread.h311 BOOL OSIsThreadSuspended ( OSThread* thread );
312 BOOL OSIsThreadTerminated( OSThread* thread );
314 BOOL OSCreateThread( OSThread* thread,
322 BOOL OSCreateThreadType( OSThread* thread,
332 BOOL OSJoinThread ( OSThread* thread, int * val );
337 BOOL OSSetThreadPriority ( OSThread* thread, OSPriority priority );
341 BOOL OSSetThreadAffinity ( OSThread* thread, u16 affinity);
346 BOOL OSSetThreadCancelState(BOOL cancelState);
348 BOOL OSSetThreadRunQuantum(OSThread *thread, u32 quantumMicrosec);
354 BOOL OSRunThread(OSThread* thread,
[all …]
DOSAlarm.h86 BOOL OSSetAlarm ( OSAlarm* alarm,
90 BOOL OSSetPeriodicAlarm ( OSAlarm* alarm,
99 BOOL OSCancelAlarm ( OSAlarm* alarm );
101 BOOL OSWaitAlarm ( OSAlarm* alarm );
/CafeSDK-2.12.13/system/include/cafe/mp/
DMPTasks.h114 BOOL MPTermTaskQ(MPTaskQ* taskq);
115 BOOL MPGetTaskQInfo(MPTaskQ* taskq, MPTaskQInfo *tqinfo);
116 BOOL MPStartTaskQ(MPTaskQ* taskq);
117 BOOL MPRunTasksFromTaskQ(MPTaskQ* taskq, int deque_granularity);
118 BOOL MPStopTaskQ(MPTaskQ* taskq);
119 BOOL MPWaitTaskQ(MPTaskQ* taskq, u32 wmask);
120 BOOL MPWaitTaskQWithTimeout(MPTaskQ* taskq, u32 wmask, OSTimeNanoseconds timeout);
121 BOOL MPEnqueTask(MPTaskQ* taskq, MPTask* task);
124 BOOL MPResetTaskQ(MPTaskQ* taskq);
126 BOOL MPPrintTaskQStats(MPTaskQ *taskq, int size);
[all …]
/CafeSDK-2.12.13/system/include/cafe/pads/wpad/
Dwpad.h420 BOOL charge; // URCC is charging or not
421 BOOL cable; // URCC's charger cable is plugged or not
514 BOOL dpd; // the active status of pointer unit
515 BOOL speaker; // the active status of speaker unit
516 BOOL attach; // whether an attachment is installed (=1) or not (=0)
517BOOL lowBat; // whether the current battery level is lower than a threshold (0x…
518 BOOL nearempty; // sound buffer is nearly empty
583 BOOL WPADIsDpdEnabled ( s32 chan );
598 BOOL WPADIsSpeakerEnabled ( s32 chan );
602 BOOL WPADCanSendStreamData ( s32 chan );
[all …]
/CafeSDK-2.12.13/system/include/windows/
Dgx2.h84 BOOL bugFix2197; // Apply fix for bug 2197 in GX2CalcSurfaceSizeAndAlignment
92 BOOL InitAddressLib(u32 gpu, u32 gbAddrConfigValue);
93 BOOL DestroyAddressLib();
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfxShader.c23 BOOL DEMOGfxLoadShaders(DEMOGfxShader *pShader, u32 index, const void *pData) in DEMOGfxLoadShaders()
48 BOOL DEMOGfxInitShaderAttribute(DEMOGfxShader *pShader, const char *name, in DEMOGfxInitShaderAttribute()
75 BOOL DEMOGfxGetVertexShaderSamplerLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetVertexShaderSamplerLocation()
98 BOOL DEMOGfxGetPixelShaderSamplerLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetPixelShaderSamplerLocation()
121 BOOL DEMOGfxGetGeometryShaderSamplerLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetGeometryShaderSamplerLocation()
144 BOOL DEMOGfxGetVertexShaderUniformLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetVertexShaderUniformLocation()
167 BOOL DEMOGfxGetPixelShaderUniformLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetPixelShaderUniformLocation()
189 BOOL DEMOGfxGetVertexShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetVertexShaderUniformBlockLocation()
213 BOOL DEMOGfxGetPixelShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetPixelShaderUniformBlockLocation()
237 BOOL DEMOGfxGetGeometryShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetGeometryShaderUniformBlockLocation()
[all …]

1234