Home
last modified time | relevance | path

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

12345

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h95 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 …]
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_RenderState.h114 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 …]
Dgr_LookUpTable.h63 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 ];
Dgr_FragmentLight.h185 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 …]
Dgr_Texture.h312 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;
Dgr_Vertex.h155 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 ];
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 )
82 bit32 clearMask = ~( 0xfffffe );
107 bit32* MakeAttenuationCommand( bit32* command, bool isAddCacheClearCommand = true )
Dgr_Fog.h87 bit32* MakeAllCommand( bit32* command ) const in MakeAllCommand()
101 bit32* MakeConfigCommand( bit32* command ) const in MakeConfigCommand()
121 bit32* MakeTableCommand( bit32* command ) const in MakeTableCommand()
Dgr_Combiner.h284 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/
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-0.14.23/CTR_SDK-0_14_23-20110107-en/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-0.14.23/CTR_SDK-0_14_23-20110107-en/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-0.14.23/CTR_SDK-0_14_23-20110107-en/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-0.14.23/CTR_SDK-0_14_23-20110107-en/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-0.14.23/CTR_SDK-0_14_23-20110107-en/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-0.14.23/CTR_SDK-0_14_23-20110107-en/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-0.14.23/CTR_SDK-0_14_23-20110107-en/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()
51 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
87 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
109bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
120bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
135bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
152 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
200bit32* RenderState::FBAccess::MakeCommand( bit32* command, bool isClearFrameBufferCache ) const in MakeCommand()
223 bit32 depth_stencil_read = 0; in MakeCommand()
[all …]
Dgr_FragmentLight.cpp25 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()
119bit32* 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()
Dgr_Shader.cpp27 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/
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-0.14.23/CTR_SDK-0_14_23-20110107-en/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