Home
last modified time | relevance | path

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

12345

/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h97 bit32* MakeFullCommand( bit32* command ) const;
106 static bit32* MakeDisableCommand( bit32* command );
117 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand()
131 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand()
146 bit32* MakePrepareCommand( bit32* command ) const;
156 bit32* MakeVtxProgramCommand( bit32* command ) const;
167 bit32* MakeGeoProgramCommand( bit32* command ) const;
177 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand()
192 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand()
207 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand()
[all …]
Dgr_RenderState.h101 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const;
112 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
224 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const;
234 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
279 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const;
318 bit32 ref;
330 bit32 mask;
379 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const;
389 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
446 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const;
[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_Vertex.h134 bit32* MakeEnableAttrCommand( bit32* command ) const in MakeEnableAttrCommand()
142 std::memcpy( command, m_CmdCacheVertex, m_CmdCacheVertexNum * sizeof( bit32 ) ); in MakeEnableAttrCommand()
154 bit32* MakeDrawCommand( bit32* command, const IndexStream& index_stream ) const;
163 bit32* MakeDisableAttrCommand( bit32* command ) const in MakeDisableAttrCommand()
213 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand()
222 const int size = ( 2 + 3 * VERTEX_ATTRIBUTE_MAX ) * sizeof( bit32 ); in MakeDisableCommand()
225 command += size / sizeof( bit32 ); in MakeDisableCommand()
359 void DisableAttr_( const bit32 bind_reg );
368 bit32* MakeEnableAttrCommand_( bit32* command ) const;
372 mutable bit32 m_CmdCacheVertex[ VERTEX_ENABLE_COMMAND_MAX ];
Dgr_LookUpTable.h86 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand()
105 bit32* MakeSpotTableCommand( bit32* command, u8 light_id ) const in MakeSpotTableCommand()
118 bit32* MakeDistAttnTableCommand( bit32* command, u8 light_id ) const in MakeDistAttnTableCommand()
129 bit32 m_TableCommand[ LOOKUP_TABLE_ELEMENT_NUM + 4 ];
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_Shadow.h53bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true, bool isAddCacheClearCommand = t…
69 bit32* MakeTextureCommand( bit32* command, bool isAddDummyCommand = true ) const
82 bit32 clearMask = ~( 0xfffffe );
107bit32* MakeAttenuationCommand( bit32* command, bool isAddCacheClearCommand = true ) const
Dgr_Combiner.h216 bit32* MakeCommand( bit32* command ) const;
286 bit32* MakeCommand( bit32* command ) const;
296 bit32* MakeCombinerBufferCommand( bit32* command ) const;
/CTR-SDK-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/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;
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-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/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.cpp32 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-1.0.0/CTR_SDK/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()
139bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
150bit32* RenderState::AlphaTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
166bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
181bit32* RenderState::StencilTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
[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.cpp47 const bit32* binary = reinterpret_cast< const bit32* >( shader_binary ); in SetupBinary()
69 const bit32* package_info = binary; in SetupBinary()
74 m_Instruction = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary()
80 … const bit32* swizzle = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary()
121 bit32* Shader::MakeFullCommand( bit32* command ) const in MakeFullCommand()
151 bit32* Shader::MakeDisableCommand( bit32* command ) in MakeDisableCommand()
165 bit32* Shader::MakePrepareCommand( bit32* command ) const in MakePrepareCommand()
180 bit32* Shader::MakeVtxProgramCommand( bit32* command ) const in MakeVtxProgramCommand()
183 bit32 reg_addr = PICA_REG_VS_PROG_ADDR; // 0x2cb in MakeVtxProgramCommand()
184 bit32 reg_load = PICA_REG_VS_PROG_DATA0; // 0x2cc in MakeVtxProgramCommand()
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/ARM/
Dos_ExceptionHandler.h49 bit32 r[16]; //!< r0~r15 の値が格納されます。r[15] には例外の種類に依らず、例外を発生させた命令のアドレスが格納されます。
50 bit32 cpsr; //!< CPSR の値が格納されます。
62 bit32 fsr; //!< プリフェッチアボートのときには IFSR の値が、データアボートのときには DFSR の値が格納されます。
63bit32 far; //!< プリフェッチアボートのときには ExceptionContext::r[15] と同じ値が、データアボートのときには DFAR の…
64 bit32 fpexc; //!< VFP 例外の時に FPEXC の値が格納されます。
65 bit32 fpinst; //!< VFP 例外の時に FPINST の値が格納されます。
66 bit32 fpinst2; //!< VFP 例外の時に FPINST2 の値が格納されます。
/CTR-SDK-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/include/nn/rdt/CTR/
Drdt_Misc.h33 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-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/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);
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 …]

12345