Home
last modified time | relevance | path

Searched refs:bit32 (Results 1 – 25 of 109) sorted by relevance

12345

/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Shader.h111 bit32* MakeFullCommand( bit32* command ) const;
125bit32* MakeShaderCommand( bit32* command, const bool isMakePrepareCommand = true ) const;
134 static bit32* MakeDisableCommand( bit32* command );
145 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand()
159 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand()
174 bit32* MakePrepareCommand( bit32* command ) const;
184 bit32* MakeVtxProgramCommand( bit32* command ) const;
195 bit32* MakeGeoProgramCommand( bit32* command ) const;
205 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand()
220 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand()
[all …]
Dgr_RenderState.h101 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const;
112 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
225 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const;
235 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
281 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const;
311 bit32* MakeCommand( bit32* command,
323 bit32* MakeTextureCommand( bit32* command,
333 bit32* MakeAttenuationCommand( bit32* command ) const;
421 bit32 ref;
433 bit32 mask;
[all …]
Dgr_FragmentLight.h162 bit32 posXY;
168 bit32 posZ;
181 bit32 distAttnBias;
187 bit32 distAttnScale;
193 bit32 spotDirectionXY;
199 bit32 spotDirectionZ;
294 bit32* MakeAllCommand( bit32* command ) const;
303 bit32* MakeCommand( bit32* command ) const;
311 bit32* MakeColorCommand( bit32* command ) const;
319 bit32* MakeGeometryCommand( bit32* command ) const;
[all …]
Dgr_BindSymbol.h147 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()
188bit32* 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()
298bit32* 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()
Dgr_Texture.h245 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const;
281 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const;
324 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const;
368 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const;
420 bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true ) const;
430 bit32* MakeFuncCommand( bit32* command, bool isAddDummyCommand = true ) const;
440 static bit32* MakeDisableCommand( bit32* command, bool isAddDummyCommand = true );
450 static bit32* MakeDummyCommand_( bit32* command );
Dgr_Fog.h86 bit32* MakeAllCommand( bit32* command ) const in MakeAllCommand()
107 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand()
123 bit32* MakeConfigCommand( bit32* command ) const in MakeConfigCommand()
143 bit32* MakeTableCommand( bit32* command ) const in MakeTableCommand()
Dgr_FrameBuffer.h109 bit32* MakeCommand( bit32* command ) const;
172 bit32* MakeCommand( bit32* command ) const;
218 static bit32* MakeClearCacheCommand( bit32* command );
232bit32* MakeCommand( bit32* command, const u32 bufferBit, bool isClearCache = true ) const;
Dgr_LookUpTable.h87 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand()
106 bit32* MakeSpotTableCommand( bit32* command, u8 light_id ) const in MakeSpotTableCommand()
119 bit32* MakeDistAttnTableCommand( bit32* command, u8 light_id ) const in MakeDistAttnTableCommand()
130 bit32 m_TableCommand[ LOOKUP_TABLE_CMD_NUM ];
Dgr_Vertex.h162 bit32* MakeEnableAttrCommand( bit32* command ) const in MakeEnableAttrCommand()
170 std::memcpy( command, m_CmdCacheVertex, m_CmdCacheVertexNum * sizeof( bit32 ) ); in MakeEnableAttrCommand()
182 bit32* MakeDrawCommand( bit32* command, const IndexStream& index_stream ) const;
191 bit32* MakeDisableAttrCommand( bit32* command ) const in MakeDisableAttrCommand()
241 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand()
250 const int size = ( 2 + 3 * VERTEX_ATTRIBUTE_MAX ) * sizeof( bit32 ); in MakeDisableCommand()
253 command += size / sizeof( bit32 ); in MakeDisableCommand()
431 void DisableAttr_( const bit32 bind_reg );
440 bit32* MakeEnableAttrCommand_( bit32* command ) const;
444 mutable bit32 m_CmdCacheVertex[ VERTEX_ENABLE_COMMAND_MAX ];
Dgr_Combiner.h207 bit32* MakeCommand( bit32* command ) const;
216 bit32* MakeConstantColorCommand( bit32* command ) const in MakeConstantColorCommand()
299 bit32* MakeCommand( bit32* command ) const;
309 bit32* MakeCombinerBufferCommand( bit32* command ) const;
/CTR-SDK-2.4.0/include/nn/net/osl/
Dosl_EventFlag.h41 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-2.4.0/include/nn/hid/CTR/
Dhid_DeviceStatus.h33 const bit32 BUTTON_A = 0x00000001;
35 const bit32 BUTTON_B = 0x00000002;
36 const bit32 PSEUDO_BUTTON_SELECT = 0x00000004;
43 const bit32 BUTTON_SELECT_FOR_DEBUGGING = 0x00000004;
45 const bit32 BUTTON_START = 0x00000008;
47 const bit32 BUTTON_RIGHT = 0x00000010;
49 const bit32 BUTTON_LEFT = 0x00000020;
51 const bit32 BUTTON_UP = 0x00000040;
53 const bit32 BUTTON_DOWN = 0x00000080;
55 const bit32 BUTTON_R = 0x00000100;
[all …]
/CTR-SDK-2.4.0/include/nn/os/
Dos_SvcTypes.autogen.h43 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;
Dos_TransferMemoryBlock.h40 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-2.4.0/sources/libraries/os/
Dos_ContinuationIterator.cpp22 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 …]
Dos_TransferMemoryBlock.cpp33 bit32 myPermission, in Initialize()
34 bit32 otherPermission ) in Initialize()
42 bit32 myPermission, in TryInitialize()
43 bit32 otherPermission ) in TryInitialize()
87 bit32 otherPermission, in AttachAndMap()
88 bit32 myPermission ) in AttachAndMap()
102 bit32 otherPermission, in Map()
103 bit32 myPermission ) in Map()
/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_RenderState.cpp25 bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
27 bit32 culling = 0; in MakeCommand()
51bit32* RenderState::Culling::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
67 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
97bit32* RenderState::Blend::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
117 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
139 bit32* RenderState::ShadowMap::MakeCommand( bit32* command, in MakeCommand()
160bit32* RenderState::ShadowMap::MakeTextureCommand( bit32* command, bool isAddDummyCommand ) const in MakeTextureCommand()
174 bit32 clearMask = 0x00fffffe; in MakeTextureCommand()
195 bit32* RenderState::ShadowMap::MakeAttenuationCommand( bit32* command ) const in MakeAttenuationCommand()
[all …]
Dgr_FragmentLight.cpp25 bit32* FragmentLight::Source::MakeAllCommand( bit32* command ) const in MakeAllCommand()
27 bit32 reg = PICA_REG_FRAG_LIGHT_START + id * PICA_FRAG_LIGHT_STRIDE; in MakeAllCommand()
50 bit32* FragmentLight::Source::MakeCommand( bit32* command ) const in MakeCommand()
57 bit32* FragmentLight::Source::MakeColorCommand( bit32* command ) const in MakeColorCommand()
59 bit32 reg = PICA_REG_FRAG_LIGHT_START + id * PICA_FRAG_LIGHT_STRIDE; in MakeColorCommand()
75 bit32* FragmentLight::Source::MakeGeometryCommand( bit32* command ) const in MakeGeometryCommand()
77 bit32 reg = PICA_REG_FRAG_LIGHT_START + id * PICA_FRAG_LIGHT_STRIDE + 0x4; in MakeGeometryCommand()
131 bit32* FragmentLight::MakeLutConfigCommand( bit32* command ) const in MakeLutConfigCommand()
171bit32* FragmentLight::MakeLightEnvCommand( bit32* command, bool isAddDummyCommand ) const in MakeLightEnvCommand()
173 bit32 regLightEnable = 0xff00ffff; in MakeLightEnvCommand()
[all …]
Dgr_Shader.cpp43 const bit32* binary = reinterpret_cast< const bit32* >( shader_binary ); in SetupBinary()
67 const bit32* package_info = binary; in SetupBinary()
72 m_Instruction = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary()
78 … const bit32* swizzle = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary()
151 bit32* Shader::MakeFullCommand( bit32* command ) const in MakeFullCommand()
185 bit32* Shader::MakeDisableCommand( bit32* command ) in MakeDisableCommand()
199bit32* Shader::MakeShaderCommand( bit32* command, const bool isMakePrepareCommand ) const in MakeShaderCommand()
230 bit32* Shader::MakePrepareCommand( bit32* command ) const in MakePrepareCommand()
245 bit32* Shader::MakeVtxProgramCommand( bit32* command ) const in MakeVtxProgramCommand()
248 bit32 reg_addr = PICA_REG_VS_PROG_ADDR; // 0x2cb in MakeVtxProgramCommand()
[all …]
/CTR-SDK-2.4.0/include/nn/os/ARM/
Dos_ExceptionHandler.h49 bit32 r[16]; //
50 bit32 cpsr; //
62 bit32 fsr; //
63 bit32 far; //
64 bit32 fpexc; //
65 bit32 fpinst; //
66 bit32 fpinst2; //
/CTR-SDK-2.4.0/include/nn/ndm/CTR/
Dndm_Types.h59 const bit32 MASK_BACKGROUOND_DAEMONS = DM_CEC | DM_BOSS | DM_NIM;
60 const bit32 MASK_ALL_DAEMONS = DM_CEC | DM_BOSS | DM_NIM | DM_FRIENDS;
61 const bit32 MASK_DEFAULT_ENABLED_DAEMONS = DM_CEC | DM_FRIENDS;
67 const bit32 CONTROL_MASK_DEFAULT = MASK_BACKGROUOND_DAEMONS;
68 const bit32 CONTROL_MASK_ALL = MASK_ALL_DAEMONS;
69 const bit32 ENABLED_MASK_DEFAULT = MASK_DEFAULT_ENABLED_DAEMONS;
/CTR-SDK-2.4.0/sources/libraries/fnd/
Dfnd_HeapBase.cpp119 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-2.4.0/include/nn/rdt/CTR/
Drdt_Misc.h30 const bit32 LOG_LEVEL_NONE = 0x00000000; //
31 const bit32 LOG_LEVEL_ALL = 0xffffffff; //
51 nn::Result SetLogLevel(bit32 level);
61 bit32 GetLogLevel(void);
/CTR-SDK-2.4.0/include/nn/util/
Dutil_FlagsEnum.h41 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-2.4.0/include/nn/fs/
Dfs_FileBase.h35 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);
67 inline nn::Result FileBase::TryInitialize(const wchar_t* pathName, bit32 mode) in TryInitialize()
73 inline nn::Result FileBase::TryInitialize(const char* pathName, bit32 mode) in TryInitialize()
86 inline void FileBase::Initialize(const wchar_t* pathName, bit32 mode) in Initialize()
91 inline void FileBase::Initialize(const char* pathName, bit32 mode) in Initialize()
[all …]

12345