| /CTR-SDK-4.2.5/include/nn/y2r/CTR/ |
| D | y2r_Api.h | 45 void SetSpacialDithering( bool enable ); 47 void SetTemporalDithering( bool enable ); 49 void SetTransferEndInterrupt( bool enable ); 195 inline void SetSpacialDithering( bool enable ) in SetSpacialDithering() argument 197 detail::SetSpacialDithering(enable); in SetSpacialDithering() 215 inline void SetTemporalDithering( bool enable ) in SetTemporalDithering() argument 217 detail::SetTemporalDithering(enable); in SetTemporalDithering() 236 inline void SetTransferEndInterrupt( bool enable ) in SetTransferEndInterrupt() argument 238 detail::SetTransferEndInterrupt(enable); in SetTransferEndInterrupt()
|
| D | y2r_Y2r.h | 105 static nn::Result SetSpacialDithering( bool enable ); 107 static nn::Result SetTemporalDithering( bool enable ); 109 static nn::Result SetTransferEndInterrupt( bool enable );
|
| /CTR-SDK-4.2.5/include/nn/mic/CTR/ |
| D | mic_Api.h | 254 Result SetAmp( bool enable ); 293 Result SetLowPassFilter( bool enable ); 326 Result SetClamp( bool enable );
|
| /CTR-SDK-4.2.5/include/nn/snd/CTR/MPCore/ |
| D | snd_Voice.h | 222 void EnableMonoFilter(bool enable); 246 void EnableBiquadFilter(bool enable);
|
| D | snd_OutputCapture.h | 101 void Enable(bool enable = true);
|
| D | snd_DspFxDelay.h | 123 bool Enable(bool enable = true);
|
| D | snd_DspFxReverb.h | 141 bool Enable(bool enable = true);
|
| D | snd_Api.h | 118 void EnableSoundThreadTickCounter(bool enable);
|
| /CTR-SDK-4.2.5/include/nn/gx/CTR/ |
| D | gx_MacroOld.h | 213 #define PICA_CMD_DATA_FRAG_OP_ALPHA_TEST( enable, func, value ) \ argument 214 ( enable | (func) << 4 | (value) << 8 ) 570 #define PICA_CMD_DATA_TEX0_WRAP_FILTER( magFilter, minFilter, isETC1, wrapT, wrapS, enable, minFilt… argument 571 …ter) << 2 | ( (isETC1) ? 2 : 0 ) << 4 | (wrapT) << 8 | (wrapS) << 12 | 0 << 16 | (enable) << 20 | \
|
| D | gx_MacroMisc.h | 407 #define PICA_CMD_DATA_FRAGOP_ALPHA_TEST( enable, func, value ) \ argument 408 ( ((enable) ? 1 : 0) | \
|
| D | gx_CTRRaw.h | 49 NNGX_APICALL void NNGX_APIENTRY nngxSetGasUpdateRaw(nngxCommandList* cmdlist, GLboolean enable);
|
| /CTR-SDK-4.2.5/include/nn/camera/CTR/ |
| D | camera_Api.h | 52 void SetTrimming( Port port, bool enable ); 80 nn::Result SetBrightnessSynchronization( bool enable ); 340 inline void SetTrimming( Port port, bool enable ) in SetTrimming() argument 342 detail::SetTrimming(port, enable); in SetTrimming() 786 inline nn::Result SetBrightnessSynchronization( bool enable ) in SetBrightnessSynchronization() argument 788 return detail::SetBrightnessSynchronization( enable ); in SetBrightnessSynchronization()
|
| D | camera_Camera.h | 127 static nn::Result SetTrimming( nn::camera::CTR::Port port, bool enable ); 175 static nn::Result SetBrightnessSynchronization( bool enable );
|
| /CTR-SDK-4.2.5/include/nn/gd/CTR/ |
| D | gd_Rasterizer.h | 382 static void SetEarlyDepthTest(gdBool enable, EarlyDepthFunction func);
|
| D | gd_OutputStage.h | 722 static void SetAlphaTest(gdBool enable, AlphaFunction func, u8 alphaRef);
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 23 0x47,[31:8],,Set a byte enable of 0 to ensure no access. 754 0x61,[31:8],,Set a byte enable of 0 to ensure no access. 760 0x62,[31:8],,Set a byte enable of 0 to ensure no access. 788 0x6a,[31:24],,Set a byte enable of 0 to ensure no access. 844 …] of the same register to clear the texture cache. Otherwise, set a byte enable of 0 to ensure no … 2540 You cannot enable both logical operations and blending. Logical operations are given priority when … 6943 Use inactive commands whose byte enable bits are 0 as the dummy commands. A command that sets this … 6952 0x229,[23:16],,Set a byte enable of 0 to ensure no access. 7017 0x244,[31:8],,Set a byte enable of 0 to ensure no access. 7025 0x245,[31:8],,Set a byte enable of 0 to ensure no access. [all …]
|