| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gr/CTR/ |
| D | gr_Shader.h | 95 bit32* MakeFullCommand( bit32* command ) const; 106 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand() 120 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand() 135 bit32* MakePrepareCommand( bit32* command ) const; 145 bit32* MakeVtxProgramCommand( bit32* command ) const; 156 bit32* MakeGeoProgramCommand( bit32* command ) const; 166 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand() 181 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand() 196 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand() 198 … std::memcpy( command, m_CmdCacheVtxConst, m_CmdCacheVtxConstNum * sizeof( bit32 ) ); in MakeVtxConstRgCommand() [all …]
|
| D | gr_BindSymbol.h | 147 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() 160 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() 173 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() 188 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() 215 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() 258 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() 271 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() 284 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() 298 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() 313 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
|
| D | gr_RenderState.h | 114 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 321 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 386 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 437 bit32 ref; 449 bit32 mask; 534 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 603 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 687 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 770 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 804 bit32* MakeCommand( bit32* command, bool isClearFrameBufferCache = true ) const; [all …]
|
| D | gr_LookUpTable.h | 63 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand() 82 bit32* MakeSpotTableCommand( bit32* command, u8 light_id ) const in MakeSpotTableCommand() 95 bit32* MakeDistAttnTableCommand( bit32* command, u8 light_id ) const in MakeDistAttnTableCommand() 106 bit32 m_TableCommand[ LOOKUP_TABLE_ELEMENT_NUM + 4 ];
|
| D | gr_FragmentLight.h | 185 bit32 posXY; 191 bit32 posZ; 204 bit32 distAttnBias; 210 bit32 distAttnScale; 216 bit32 spotDirectionXY; 222 bit32 spotDirectionZ; 317 bit32* MakeCommand( bit32* command ) const; 655 bit32* MakeLightSourceCommand( bit32* command ) const; 664 bit32* MakeLutConfigCommand( bit32* command ) const; 674 bit32* MakeLightEnvCommand( bit32* command, bool isAddDummyCommand = true ) const; [all …]
|
| D | gr_Texture.h | 312 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const; 353 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const; 408 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const; 465 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const; 517 bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true ) const; 527 bit32* MakeFuncCommand( bit32* command, bool isAddDummyCommand = true ) const;
|
| D | gr_Vertex.h | 155 bit32* MakeEnableAttrCommand( bit32* command ) const in MakeEnableAttrCommand() 163 std::memcpy( command, m_CmdCacheVertex, m_CmdCacheVertexNum * sizeof( bit32 ) ); in MakeEnableAttrCommand() 175 bit32* MakeDrawCommand( bit32* command, const IndexStream& index_stream ) const; 184 bit32* MakeDisableAttrCommand( bit32* command ) const in MakeDisableAttrCommand() 234 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand() 243 const int size = ( 2 + 3 * VERTEX_ATTRIBUTE_MAX ) * sizeof( bit32 ); in MakeDisableCommand() 246 command += size / sizeof( bit32 ); in MakeDisableCommand() 399 void DisableAttr_( const bit32 bind_reg ); 408 bit32* MakeEnableAttrCommand_( bit32* command ) const; 412 mutable bit32 m_CmdCacheVertex[ VERTEX_ENABLE_COMMAND_MAX ];
|
| D | gr_FrameBuffer.h | 109 bit32* MakeCommand( bit32* command ) const; 172 bit32* MakeCommand( bit32* command ) const; 218 static bit32* MakeClearCacheCommand( bit32* command ); 232 … bit32* MakeCommand( bit32* command, const u32 bufferBit, bool isClearCache = true ) const;
|
| D | gr_Shadow.h | 53 …bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true, bool isAddCacheClearCommand = t… 69 bit32* MakeTextureCommand( bit32* command, bool isAddDummyCommand = true ) 82 bit32 clearMask = ~( 0xfffffe ); 107 bit32* MakeAttenuationCommand( bit32* command, bool isAddCacheClearCommand = true )
|
| D | gr_Fog.h | 87 bit32* MakeAllCommand( bit32* command ) const in MakeAllCommand() 101 bit32* MakeConfigCommand( bit32* command ) const in MakeConfigCommand() 121 bit32* MakeTableCommand( bit32* command ) const in MakeTableCommand()
|
| D | gr_Combiner.h | 284 bit32* MakeCommand( bit32* command ) const; 354 bit32* MakeCommand( bit32* command ) const; 364 bit32* MakeCombinerBufferCommand( bit32* command ) const;
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/osl/ |
| D | osl_EventFlag.h | 41 static const bit32 INITIAL_ALLOCATE = 0x3; 43 static const bit32 VALID_MASK = (1 << MAX_FLAG_BITS) - 1; 59 void Signal(bit32 pattern); 60 bit32 Wait(bit32 pattern, WaitMode mode, nn::fnd::TimeSpan timeout); 61 bit32 Wait(bit32 pattern, WaitMode mode); 63 bit32 WaitAndClear(bit32 pattern, WaitMode mode, bit32 clear, nn::fnd::TimeSpan timeout); 64 bit32 WaitAndClear(bit32 pattern, WaitMode mode, bit32 clear); 66 void ClearSignal(bit32 pattern); 69 Result AllocateEvents(bit32 bitmap); 70 void FreeEvents(bit32 bitmap); [all …]
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/hid/CTR/ |
| D | hid_DeviceStatus.h | 33 const bit32 BUTTON_A = 0x00000001; 35 const bit32 BUTTON_B = 0x00000002; 36 const bit32 PSEUDO_BUTTON_SELECT = 0x00000004; 38 const bit32 BUTTON_START = 0x00000008; 40 const bit32 BUTTON_RIGHT = 0x00000010; 42 const bit32 BUTTON_LEFT = 0x00000020; 44 const bit32 BUTTON_UP = 0x00000040; 46 const bit32 BUTTON_DOWN = 0x00000080; 48 const bit32 BUTTON_R = 0x00000100; 50 const bit32 BUTTON_L = 0x00000200; [all …]
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/ |
| D | os_SvcTypes.autogen.h | 43 bit32 permission; 49 bit32 flags; 54 bit32 cpuRegisters[13]; 55 bit32 sp; 56 bit32 lr; 57 bit32 pc; 58 bit32 cpsr; 59 bit32 fpuRegisters[32]; 60 bit32 fpscr; 61 bit32 fpexc;
|
| D | os_TransferMemoryBlock.h | 40 bit32 myPermission = os::MEMORY_PERMISSION_NONE, 41 bit32 otherPermission = os::MEMORY_PERMISSION_READ_WRITE ); 46 bit32 myPermission = os::MEMORY_PERMISSION_NONE, 47 bit32 otherPermission = os::MEMORY_PERMISSION_READ_WRITE ); 58 bit32 otherPermission, 59 bit32 myPermission ); 63 bit32 otherPermission, 64 bit32 myPermission );
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/ |
| D | os_ContinuationIterator.cpp | 22 const bit32 ITERATE_BEGIN = 1; 23 const bit32 ITERATE_YIELD = 2; 24 const bit32 ITERATE_END = 3; 29 bit32 regs[8]; // r4-r11 30 bit32 sp; 31 bit32 lr; 34 asm bit32 ContinuationIteratorBase::ChangeContext(bit32 /* r0 */, Context* /* from */, Context* /* … in ChangeContext() argument 42 asm bit32 ContinuationIteratorBase::ChangeContext(bit32 /* r0 */, Context* /* to */) in ChangeContext() argument 51 bit32 sp = reinterpret_cast<uptr>(stackBottom); in Initialize() 57 this->m_IteratorContext->lr = reinterpret_cast<bit32>(&RunIterator); in Initialize() [all …]
|
| D | os_TransferMemoryBlock.cpp | 32 bit32 myPermission, in Initialize() 33 bit32 otherPermission ) in Initialize() 52 bit32 myPermission, in TryInitialize() 53 bit32 otherPermission ) in TryInitialize() 85 bit32 otherPermission, in AttachAndMap() 86 bit32 myPermission ) in AttachAndMap() 96 bit32 otherPermission, in Map() 97 bit32 myPermission ) in Map()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/ARM/ |
| D | os_ExceptionHandler.h | 49 bit32 r[16]; //!< r0~r15 の値が格納されます。r[15] には例外の種類に依らず、例外を発生させた命令のアドレスが格納されます。 50 bit32 cpsr; //!< CPSR の値が格納されます。 62 bit32 fsr; //!< プリフェッチアボートのときには IFSR の値が、データアボートのときには DFSR の値が格納されます。 63 …bit32 far; //!< プリフェッチアボートのときには ExceptionContext::r[15] と同じ値が、データアボートのときには DFAR の… 64 bit32 fpexc; //!< VFP 例外の時に FPEXC の値が格納されます。 65 bit32 fpinst; //!< VFP 例外の時に FPINST の値が格納されます。 66 bit32 fpinst2; //!< VFP 例外の時に FPINST2 の値が格納されます。
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/ |
| D | fnd_HeapBase.cpp | 119 void HeapBase::FillMemory32(uptr begin, uptr end, bit32 v) in FillMemory32() 122 NN_TASSERT_(begin % sizeof(bit32) == 0); in FillMemory32() 123 NN_TASSERT_(end % sizeof(bit32) == 0); in FillMemory32() 124 bit32*& p = reinterpret_cast<bit32*&>(begin); in FillMemory32() 125 bit32*& q = reinterpret_cast<bit32*&>(end); in FillMemory32() 136 uptr rbegin = RoundUp(begin, sizeof(bit32)); in FillMemory() 137 uptr rend = RoundDown(end, sizeof(bit32)); in FillMemory() 144 bit32 vv = v | (v << 8); in FillMemory() 145 bit32 vvvv = vv | (vv << 16); in FillMemory()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/rdt/CTR/ |
| D | rdt_Misc.h | 33 const bit32 LOG_LEVEL_NONE = 0x00000000; 38 const bit32 LOG_LEVEL_ALL = 0xffffffff; 55 nn::Result SetLogLevel(bit32 level); 65 bit32 GetLogLevel(void);
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/gr/CTR/ |
| D | gr_RenderState.cpp | 25 bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 27 bit32 culling = 0; in MakeCommand() 51 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 87 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 109 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 120 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 135 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 152 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 200 … bit32* RenderState::FBAccess::MakeCommand( bit32* command, bool isClearFrameBufferCache ) const in MakeCommand() 223 bit32 depth_stencil_read = 0; in MakeCommand() [all …]
|
| D | gr_FragmentLight.cpp | 25 bit32* FragmentLight::Source::MakeCommand( bit32* command ) const in MakeCommand() 27 bit32 reg = PICA_REG_FRAG_LIGHT_START + id * PICA_FRAG_LIGHT_STRIDE; in MakeCommand() 79 bit32* FragmentLight::MakeLutConfigCommand( bit32* command ) const in MakeLutConfigCommand() 119 … bit32* FragmentLight::MakeLightEnvCommand( bit32* command, bool isAddDummyCommand ) const in MakeLightEnvCommand() 121 bit32 regLightEnable = 0xff00ffff; in MakeLightEnvCommand() 122 bit32 regLightEnableEach = 0; in MakeLightEnvCommand() 205 bit32* FragmentLight::MakeLightSourceCommand( bit32* command ) const in MakeLightSourceCommand() 220 bit32* FragmentLight::MakeAllCommand( bit32* command, bool isAddDummyCommand ) const in MakeAllCommand() 223 bit32 * start = command; in MakeAllCommand()
|
| D | gr_Shader.cpp | 27 const bit32* binary = reinterpret_cast< const bit32* >( shader_binary ); in SetupBinary() 49 const bit32* package_info = binary; in SetupBinary() 54 m_Instruction = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary() 60 … const bit32* swizzle = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary() 104 bit32* Shader::MakeFullCommand( bit32* command ) const in MakeFullCommand() 134 bit32* Shader::MakePrepareCommand( bit32* command ) const in MakePrepareCommand() 176 bit32* Shader::MakeVtxProgramCommand( bit32* command ) const in MakeVtxProgramCommand() 179 bit32 reg_addr = PICA_REG_VS_PROG_ADDR; // 0x2cb in MakeVtxProgramCommand() 180 bit32 reg_load = PICA_REG_VS_PROG_DATA0; // 0x2cc in MakeVtxProgramCommand() 181 bit32 reg_end = PICA_REG_VS_PROG_UPDATE_END; // 0x2bf in MakeVtxProgramCommand() [all …]
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/util/ |
| D | util_FlagsEnum.h | 41 Self& operator =(bit32 v) { Replace(v); return *this; } 44 void Replace(bit32 v) { m_FlagsValue = static_cast<StorageT>(v); } in Replace() 47 bit32 Get() const { return m_FlagsValue; } in Get() 62 FlagsEnum1<EnumT>& operator =(bit32 v) { this->Replace(v); return *this; } 74 FlagsEnum2<EnumT>& operator =(bit32 v) { this->Replace(v); return *this; } 79 class FlagsEnum4 : public FlagsEnum<bit32, EnumT> 82 FlagsEnum4() : FlagsEnum<bit32, EnumT>() {} in FlagsEnum4() 83 explicit FlagsEnum4(EnumT e) : FlagsEnum<bit32, EnumT>(e) {} in FlagsEnum4() 84 explicit FlagsEnum4(bit32 e) : FlagsEnum<bit32, EnumT>(e) {} in FlagsEnum4() 86 FlagsEnum4<EnumT>& operator =(bit32 v) { this->Replace(v); return *this; }
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/ |
| D | fs_FileBase.h | 35 FileBase(const wchar_t* pathName, bit32 mode); 36 FileBase(const char* pathName, bit32 mode); 37 void Initialize(const wchar_t* pathName, bit32 mode); 38 void Initialize(const char* pathName, bit32 mode); 39 nn::Result TryInitialize(const wchar_t* pathName, bit32 mode); 40 nn::Result TryInitialize(const char* pathName, bit32 mode); 41 nn::Result TryInitialize(const wchar_t* pathName, bit32 mode, nn::fs::PathMark pathMark); 68 inline nn::Result FileBase::TryInitialize(const wchar_t* pathName, bit32 mode) in TryInitialize() 74 inline nn::Result FileBase::TryInitialize(const char* pathName, bit32 mode) in TryInitialize() 87 inline nn::Result FileBase::TryInitialize(const wchar_t* pathName, bit32 mode, nn::fs::PathMark pat… in TryInitialize() [all …]
|