Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 16 of 16) sorted by relevance

/CTR-SDK-4.2.5/include/nn/y2r/CTR/
Dy2r_Api.h45 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()
Dy2r_Y2r.h105 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/
Dmic_Api.h254 Result SetAmp( bool enable );
293 Result SetLowPassFilter( bool enable );
326 Result SetClamp( bool enable );
/CTR-SDK-4.2.5/include/nn/snd/CTR/MPCore/
Dsnd_Voice.h222 void EnableMonoFilter(bool enable);
246 void EnableBiquadFilter(bool enable);
Dsnd_OutputCapture.h101 void Enable(bool enable = true);
Dsnd_DspFxDelay.h123 bool Enable(bool enable = true);
Dsnd_DspFxReverb.h141 bool Enable(bool enable = true);
Dsnd_Api.h118 void EnableSoundThreadTickCounter(bool enable);
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroOld.h213 #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 | \
Dgx_MacroMisc.h407 #define PICA_CMD_DATA_FRAGOP_ALPHA_TEST( enable, func, value ) \ argument
408 ( ((enable) ? 1 : 0) | \
Dgx_CTRRaw.h49 NNGX_APICALL void NNGX_APIENTRY nngxSetGasUpdateRaw(nngxCommandList* cmdlist, GLboolean enable);
/CTR-SDK-4.2.5/include/nn/camera/CTR/
Dcamera_Api.h52 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()
Dcamera_Camera.h127 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/
Dgd_Rasterizer.h382 static void SetEarlyDepthTest(gdBool enable, EarlyDepthFunction func);
Dgd_OutputStage.h722 static void SetAlphaTest(gdBool enable, AlphaFunction func, u8 alphaRef);
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv23 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 …]