Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 43) sorted by relevance

12

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp162 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports()
169 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports()
175 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports()
181 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports()
219 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports()
232 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports()
239 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports()
246 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports()
289 if (ut::CheckFlag(profileManager->GetDescription().mode, ProfileManager::I_CACHE_MISS)) in AutoProfile()
294 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in AutoProfile()
[all …]
Ddev_ParticleProfile.cpp48 description.mode = nw::dev::ProfileManager::TIMER; in Initialize()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_DisplayBufferSwapper.cpp123 GLenum mode = NULL; in MakeTransferBufferCommand() local
126 mode = NN_GX_ANTIALIASE_NOT_USED; in MakeTransferBufferCommand()
130 mode = NN_GX_ANTIALIASE_2x1; in MakeTransferBufferCommand()
134 mode = NN_GX_ANTIALIASE_2x2; in MakeTransferBufferCommand()
142 mode, in MakeTransferBufferCommand()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HardwareManager.cpp38 void HardwareManager::SetOutputMode( OutputMode mode ) in SetOutputMode() argument
40 if ( m_OutputMode == mode ) return; in SetOutputMode()
42 m_OutputMode = mode; in SetOutputMode()
45 switch ( mode ) in SetOutputMode()
Dsnd_MidiSequencePlayer.cpp216 switch ( m_ParameterControlInfo[ channelIndex ].mode ) in HandleControlChangeMessage()
337 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::NRPN; in HandleControlChangeMessage()
341 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::NRPN; in HandleControlChangeMessage()
345 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::RPN; in HandleControlChangeMessage()
349 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::RPN; in HandleControlChangeMessage()
Dsnd_FxDelay.cpp223 nw::snd::OutputMode mode ) in UpdateBuffer() argument
226 NW_UNUSED_VARIABLE( mode ); in UpdateBuffer()
/NW4C-2.0.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp726 const char* mode; in ReportDemo() local
730 mode = "Skeletal"; in ReportDemo()
733 mode = "Material"; in ReportDemo()
736 mode = "Visibility"; in ReportDemo()
739 mode = "Camera"; in ReportDemo()
742 mode = "Light"; in ReportDemo()
745 mode = ""; in ReportDemo()
752 mode in ReportDemo()
/NW4C-2.0.3/include/nw/snd/
Dsnd_MidiSequencePlayer.h134 Mode mode; member
141 : mode(RPN), in ParameterControlInfo()
Dsnd_FxBase.h120 OutputMode mode
Dsnd_SoundSystem.h598 static void SetOutputMode( OutputMode mode ) in SetOutputMode() argument
600 internal::driver::HardwareManager::GetInstance().SetOutputMode( mode ); in SetOutputMode()
Dsnd_FxDelay.h148 nw::snd::OutputMode mode );
Dsnd_FxReverb.h252 OutputMode mode );
Dsnd_HardwareManager.h58 void SetOutputMode( OutputMode mode );
/NW4C-2.0.3/include/nw/gfx/
Dgfx_GraphicsDevice.h101 …tic NW_INLINE void SetFragmentOperationMode(const ResFragmentOperation::FragmentOperationMode mode) in SetFragmentOperationMode() argument
103 if (s_FragOperationMode != mode) in SetFragmentOperationMode()
105 s_FragOperationMode = mode; in SetFragmentOperationMode()
111 …atic NW_INLINE void ActivateFragmentOperationMode(ResFragmentOperation::FragmentOperationMode mode) in ActivateFragmentOperationMode() argument
113 s_FragOperationMode = mode; in ActivateFragmentOperationMode()
124 mode, in ActivateFragmentOperationMode()
Dgfx_MaterialState.h259 ResTextureCoordinator::MappingMatrixMode mode,
388 ResBlendOperation::Mode mode = blendOperation.GetMode(); in ActivateBlendOperation() local
390 if (mode == ResBlendOperation::MODE_NOT_USE) in ActivateBlendOperation()
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h187 void SetGradationMode(GradationMode mode) in SetGradationMode() argument
189 NW_FONT_MINMAX_ASSERT(mode, GRADMODE_NONE, NUM_OF_GRADMODE - 1); in SetGradationMode()
190 m_GradationMode = mode; in SetGradationMode()
Dfont_RectDrawerCommand.h114 #define NW_FONT_CMD_SET_CULL_FACE( mode ) PICA_CMD_SET_CULL_FACE( mode ) argument
Dfont_RectDrawer.h280 int mode);
/NW4C-2.0.3/sources/libraries/ut/
Dut_FrameHeap.cpp334 void FrameHeap::Free( int mode ) in Free() argument
340 if ( mode & FREE_HEAD ) in Free()
345 if ( mode & FREE_TAIL ) in Free()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp761 ToPrimitiveModeGL(u8 mode, bool isGeometryShaderEnabled) in ToPrimitiveModeGL() argument
770 NW_ASSERT( mode < (sizeof(PRIM_MODE_TABLE) / sizeof(GLuint)) ); in ToPrimitiveModeGL()
772 GLuint glMode = PRIM_MODE_TABLE[ mode ]; in ToPrimitiveModeGL()
815 GLuint mode = ToPrimitiveModeGL( in SetupDrawIndexStreamCommand() local
845 if (mode == GL_TRIANGLES) in SetupDrawIndexStreamCommand()
860 switch (mode) in SetupDrawIndexStreamCommand()
/NW4C-2.0.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h148 Builder& TransferMode(BufferTransferMode mode) in TransferMode() argument
150 m_Description.transferMode = mode; in TransferMode()
/NW4C-2.0.3/include/nw/ut/
Dut_FrameHeap.h58 void Free( int mode );
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp50 #define NW_FONT_CMD_SET_DRAW_MODE1( mode ) \ argument
51 PICA_CMD_DATA_DRAW_MODE1( 0 /* func */, mode ), \
592 int mode in SetVertexColor() argument
599 mode != CharWriter::GRADMODE_H ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
601 mode != CharWriter::GRADMODE_V ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
603 mode == CharWriter::GRADMODE_NONE ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
1825 int mode in AddTextColor() argument
1829 SetVertexColor(dst, src, mode); in AddTextColor()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h107 mode(TIMER) in Description()
113 u32 mode; //!< 計測を行う項目です。 member
/NW4C-2.0.3/sources/libraries/snd/platform/
Dsnd_HardwareManagerDSP.cppi126 nn::snd::OutputMode mode = nn::snd::GetSoundOutputMode();
127 switch ( mode )

12