| /CTR-SDK-4.2.5/include/nn/ro/ |
| D | ro_SectionTable.h | 61 const nn::drivers::ro::SectionInfo* GetSection(int index) const in GetSection() 88 uptr GetAddress(int index, u32 offset) const in GetAddress() 122 uptr GetReferedAddress(int index, u32 offset) const in GetReferedAddress() 155 T GetPointer(int index, u32 offset) const in GetPointer()
|
| D | ro_Module.h | 214 T GetPointer(s32 index) const in GetPointer()
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_Vertex.h | 57 for ( u32 index = 0; index < VERTEX_ATTRIBUTE_MAX; index++ ) in InterleaveInfo() local 63 for ( u32 index = 0; index < VERTEX_ATTRIBUTE_MAX; index++ ) in InterleaveInfo() local 193 for ( int index = 0; index < VERTEX_ATTRIBUTE_MAX; ++index ) in MakeDisableAttrCommand() local 294 for ( u32 index = 0; index < VERTEX_ENABLE_COMMAND_MAX; index++ ) in DisableAll() local 299 for ( u32 index = 0; index < VERTEX_ATTRIBUTE_MAX; index++ ) in DisableAll() local 418 for ( u32 index = 0; index < VERTEX_ATTRIBUTE_DIMENSION_MAX; index++ ) in DisableAll() local
|
| D | gr_Fog.h | 160 for ( u32 index = 0; index < ( FOG_LOOKUP_TABLE_ELEMENT_NUM + 4 ); index++ ) in Fog() local
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_ThreadLocalStorage.cpp | 61 inline bool IsMappedIndex(s32 index) in IsMappedIndex() 96 s32 index = SearchFreeTLSIndex(); in AllocateTLSIndex() local 109 s32 FreeTLSIndex(int index) in FreeTLSIndex()
|
| /CTR-SDK-4.2.5/include/nn/font/ |
| D | font_PackedFont.h | 313 bool IsLocked(int index) const in IsLocked() 346 OrderNode& GetNode(int index) { return mpOrderNodeArray[index]; } in GetNode() 348 const OrderNode& GetNode(int index) const { return mpOrderNodeArray[index]; } in GetNode()
|
| D | font_ResFontBase.h | 304 GetTextureObject(int index) const in GetTextureObject()
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Matrix22.h | 186 VEC2& GetRow(int index) in GetRow() 193 const VEC2& GetRow(int index) const in GetRow() 200 VEC2 GetColumn(int index) const in GetColumn() 210 void SetColumn(int index, const VEC2& column) in SetColumn()
|
| D | math_Matrix33.h | 212 VEC3& GetRow(int index) in GetRow() 219 const VEC3& GetRow(int index) const in GetRow() 226 VEC3 GetColumn(int index) const in GetColumn() 237 void SetColumn(int index, const VEC3& column) in SetColumn()
|
| D | math_Matrix23.h | 296 VEC3& GetRow(int index) in GetRow() 303 const VEC3& GetRow(int index) const in GetRow() 310 VEC2 GetColumn(int index) const in GetColumn() 320 void SetColumn(int index, const VEC2& column) in SetColumn()
|
| D | math_Matrix43.h | 228 VEC3& GetRow(int index) in GetRow() 235 const VEC3& GetRow(int index) const in GetRow() 242 VEC4 GetColumn(int index) const in GetColumn() 254 void SetColumn(int index, const VEC4& column) in SetColumn()
|
| D | math_MersenneTwister.h | 77 int index; member
|
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Vertex.cpp | 67 for ( u32 index = 0; index < 2; index++ ) in MakeDrawCommand() local 236 for ( u32 index = 0; index < VERTEX_ATTRIBUTE_MAX; ++index ) in CheckDisable() local 246 for ( u32 index = 0; index < VERTEX_ATTRIBUTE_MAX; ++index ) in CheckDisable() local 258 for ( u32 index = 0; index < VERTEX_ATTRIBUTE_MAX; index++ ) in DisableAll() local
|
| D | gr_ProcedureTexture.cpp | 171 u32 index = 0; in SetLookUpDualTables_() local 214 u32 index = 0; in SetColorLookUpTable_() local 249 u32 index = 0; in SetColorDiffLookUpTable_() local 278 for (u32 index = 0; index < ( PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM - 1); index++) in GetColorDiffLookUpTable() local 291 for (u32 index = 0; index < ( PROCTEX_LOOKUP_TABLE_ELEMENT_NUM - 1); index++) in GetDiffLookUpTable() local
|
| D | gr_Shader.cpp | 422 u16 index; in MakeConstRgCommand_() member 492 u16 index; in MakeOutAttrCommand_() member 607 for ( s32 index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local 655 for ( s32 index = 0; index < VS_OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local 812 for ( s32 index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local 821 for ( s32 index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local 1051 s32 index = -1; in SearchBindSymbol() local
|
| D | gr_ShaderLite.cpp | 485 u16 index; in MakeConstRgCommand_() member 555 u16 index; in MakeOutAttrCommand_() member 670 for ( s32 index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local 718 for ( s32 index = 0; index < VS_OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local 875 for ( s32 index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local 884 for ( s32 index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local 1114 s32 index = -1; in SearchBindSymbol() local 1252 u16 index; in CalculateBufferSize_() member 1348 u16 index; in AssignBuffer_() member
|
| D | gr_FrameBuffer.cpp | 126 for (u32 index = 0; index < 4; index++) in ColorBuffer() local
|
| /CTR-SDK-4.2.5/sources/libraries/fslow/ |
| D | fslow_SafeHandle.cpp | 59 void SafeHandleTableEntry::Initialize(s32 index) in Initialize() 313 void SafeHandleTable::UnregisterRecursive(s32 index) in UnregisterRecursive()
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_FixedBufferVector.h | 58 void Remove(int index) in Remove()
|
| /CTR-SDK-4.2.5/include/nn/fslow/ |
| D | fslow_SafeHandle.h | 203 SafeHandle(bit8 index) { Initialize(index); } in SafeHandle() 345 SafeHandleTableEntry* GetEntry(s32 index) const in GetEntry()
|
| /CTR-SDK-4.2.5/sources/libraries/tpl/CTR/ |
| D | tpl_crc32.cpp | 162 const char *getTextureFilePath(const void *infoData, int index) in getTextureFilePath()
|
| D | tpl_Internal.h | 56 int index; member
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/detail/ |
| D | fnd_DetailList.cpp | 289 GetNthListObject(const NNSFndList* list, u16 index) in GetNthListObject()
|
| /CTR-SDK-4.2.5/sources/libraries/math/ |
| D | math_MersenneTwister.cpp | 32 bit32 GenerateInitialValue(const bit32* pState, int index, bit32 d) in GenerateInitialValue()
|
| /CTR-SDK-4.2.5/include/nn/gx/CTR/ |
| D | gx_MacroShader.h | 150 #define PICA_CMD_DATA_VS_FLOAT_ADDR(mode, index) \ argument 153 #define PICA_CMD_SET_VS_FLOAT_ADDR(mode, index) \ argument 659 #define PICA_CMD_DATA_GS_FLOAT_ADDR(mode, index) \ argument 662 #define PICA_CMD_SET_GS_FLOAT_ADDR(mode, index) \ argument
|