Home
last modified time | relevance | path

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

12

/NW4C-1.2.23/sources/libraries/dev/
Ddev_Profile.cpp160 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports()
167 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports()
173 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports()
179 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports()
217 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports()
230 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports()
237 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports()
244 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports()
287 if (ut::CheckFlag(profileManager->GetDescription().mode, ProfileManager::I_CACHE_MISS)) in AutoProfile()
292 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in AutoProfile()
[all …]
Ddev_ParticleProfile.cpp46 description.mode = nw::dev::ProfileManager::TIMER; in Initialize()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_DisplayBufferSwapper.cpp121 GLenum mode = NULL; in MakeTransferBufferCommand() local
124 mode = NN_GX_ANTIALIASE_NOT_USED; in MakeTransferBufferCommand()
128 mode = NN_GX_ANTIALIASE_2x1; in MakeTransferBufferCommand()
132 mode = NN_GX_ANTIALIASE_2x2; in MakeTransferBufferCommand()
140 mode, in MakeTransferBufferCommand()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_HardwareManager.cpp36 void HardwareManager::SetOutputMode( OutputMode mode ) in SetOutputMode() argument
38 if ( m_OutputMode == mode ) return; in SetOutputMode()
40 m_OutputMode = mode; in SetOutputMode()
43 switch ( mode ) in SetOutputMode()
Dsnd_MidiSequencePlayer.cpp214 switch ( m_ParameterControlInfo[ channelIndex ].mode ) in HandleControlChangeMessage()
335 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::NRPN; in HandleControlChangeMessage()
339 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::NRPN; in HandleControlChangeMessage()
343 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::RPN; in HandleControlChangeMessage()
347 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::RPN; in HandleControlChangeMessage()
Dsnd_FxDelay.cpp221 nw::snd::OutputMode mode ) in UpdateBuffer() argument
224 NW_UNUSED_VARIABLE( mode ); in UpdateBuffer()
/NW4C-1.2.23/include/nw/snd/
Dsnd_MidiSequencePlayer.h132 Mode mode; member
139 : mode(RPN), in ParameterControlInfo()
Dsnd_FxBase.h118 OutputMode mode
Dsnd_SoundSystem.h546 static void SetOutputMode( OutputMode mode ) in SetOutputMode() argument
548 internal::driver::HardwareManager::GetInstance().SetOutputMode( mode ); in SetOutputMode()
Dsnd_FxDelay.h146 nw::snd::OutputMode mode );
Dsnd_FxReverb.h243 OutputMode mode );
Dsnd_HardwareManager.h56 void SetOutputMode( OutputMode mode );
/NW4C-1.2.23/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp690 const char* mode; in ReportDemo() local
694 mode = "Skeletal"; in ReportDemo()
697 mode = "Material"; in ReportDemo()
700 mode = "Visibility"; in ReportDemo()
703 mode = "Camera"; in ReportDemo()
706 mode = "Light"; in ReportDemo()
709 mode = ""; in ReportDemo()
716 mode in ReportDemo()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h99 …tic NW_INLINE void SetFragmentOperationMode(const ResFragmentOperation::FragmentOperationMode mode) in SetFragmentOperationMode() argument
101 if (s_FragOperationMode != mode) in SetFragmentOperationMode()
103 s_FragOperationMode = mode; in SetFragmentOperationMode()
109 …atic NW_INLINE void ActivateFragmentOperationMode(ResFragmentOperation::FragmentOperationMode mode) in ActivateFragmentOperationMode() argument
111 s_FragOperationMode = mode; in ActivateFragmentOperationMode()
122 mode, in ActivateFragmentOperationMode()
Dgfx_RenderContext.h557 NW_INLINE GLuint ToPrimitiveModeGL(u8 mode, bool isGeometryShaderEnabled);
658 RenderContext::ToPrimitiveModeGL(u8 mode, bool isGeometryShaderEnabled) in ToPrimitiveModeGL() argument
667 NW_ASSERT( mode < (sizeof(PRIM_MODE_TABLE) / sizeof(GLuint)) ); in ToPrimitiveModeGL()
669 GLuint glMode = PRIM_MODE_TABLE[ mode ]; in ToPrimitiveModeGL()
Dgfx_MaterialState.h257 ResTextureCoordinator::MappingMatrixMode mode,
386 ResBlendOperation::Mode mode = blendOperation.GetMode(); in ActivateBlendOperation() local
388 if (mode == ResBlendOperation::MODE_NOT_USE) in ActivateBlendOperation()
/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h185 void SetGradationMode(GradationMode mode) in SetGradationMode() argument
187 NW_FONT_MINMAX_ASSERT(mode, GRADMODE_NONE, NUM_OF_GRADMODE - 1); in SetGradationMode()
188 m_GradationMode = mode; in SetGradationMode()
Dfont_RectDrawerCommand.h112 #define NW_FONT_CMD_SET_CULL_FACE( mode ) PICA_CMD_SET_CULL_FACE( mode ) argument
/NW4C-1.2.23/sources/libraries/ut/
Dut_FrameHeap.cpp332 void FrameHeap::Free( int mode ) in Free() argument
338 if ( mode & FREE_HEAD ) in Free()
343 if ( mode & FREE_TAIL ) in Free()
/NW4C-1.2.23/include/nw/demo/
Ddemo_DisplayBufferSwapper.h146 Builder& TransferMode(BufferTransferMode mode) in TransferMode() argument
148 m_Description.transferMode = mode; in TransferMode()
/NW4C-1.2.23/include/nw/ut/
Dut_FrameHeap.h56 void Free( int mode );
/NW4C-1.2.23/documents/CreativeStudio/html/common/
Dmanual.css319 -ms-interpolation-mode: bicubic;
328 -ms-interpolation-mode: bicubic;
370 -ms-interpolation-mode: bicubic;
383 -ms-interpolation-mode: bicubic;
/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp48 #define NW_FONT_CMD_SET_DRAW_MODE1( mode ) \ argument
49 PICA_CMD_DATA_DRAW_MODE1( 0 /* func */, mode ), \
566 int mode in SetVertexColor() argument
573 mode != CharWriter::GRADMODE_H ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
575 mode != CharWriter::GRADMODE_V ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
577 mode == CharWriter::GRADMODE_NONE ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
1779 int mode in AddTextColor() argument
1783 SetVertexColor(dst, src, mode); in AddTextColor()
/NW4C-1.2.23/include/nw/dev/
Ddev_Profile.h105 mode(TIMER) in Description()
111 u32 mode; //!< 計測を行う項目です。 member
/NW4C-1.2.23/sources/libraries/snd/platform/
Dsnd_HardwareManagerDSP.cppi124 nn::snd::OutputMode mode = nn::snd::GetSoundOutputMode();
125 switch ( mode )

12