Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 38) sorted by relevance

12

/CTR-SDK-4.2.8-20130828/include/nn/ro/
Dro_SectionTable.h61 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()
Dro_Module.h214 T GetPointer(s32 index) const in GetPointer()
/CTR-SDK-4.2.8-20130828/include/nn/gr/CTR/
Dgr_Vertex.h57 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
Dgr_Fog.h160 for ( u32 index = 0; index < ( FOG_LOOKUP_TABLE_ELEMENT_NUM + 4 ); index++ ) in Fog() local
/CTR-SDK-4.2.8-20130828/sources/libraries/os/
Dos_ThreadLocalStorage.cpp61 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.8-20130828/include/nn/font/
Dfont_PackedFont.h313 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()
Dfont_ResFontBase.h304 GetTextureObject(int index) const in GetTextureObject()
/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Matrix22.h186 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()
Dmath_Matrix33.h212 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()
Dmath_Matrix23.h296 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()
Dmath_Matrix43.h228 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()
Dmath_MersenneTwister.h77 int index; member
/CTR-SDK-4.2.8-20130828/sources/libraries/gr/CTR/
Dgr_Vertex.cpp67 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
Dgr_ProcedureTexture.cpp171 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
Dgr_Shader.cpp422 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
Dgr_ShaderLite.cpp485 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
Dgr_FrameBuffer.cpp126 for (u32 index = 0; index < 4; index++) in ColorBuffer() local
/CTR-SDK-4.2.8-20130828/sources/libraries/fslow/
Dfslow_SafeHandle.cpp59 void SafeHandleTableEntry::Initialize(s32 index) in Initialize()
313 void SafeHandleTable::UnregisterRecursive(s32 index) in UnregisterRecursive()
/CTR-SDK-4.2.8-20130828/include/nn/fnd/
Dfnd_FixedBufferVector.h58 void Remove(int index) in Remove()
/CTR-SDK-4.2.8-20130828/include/nn/fslow/
Dfslow_SafeHandle.h203 SafeHandle(bit8 index) { Initialize(index); } in SafeHandle()
345 SafeHandleTableEntry* GetEntry(s32 index) const in GetEntry()
/CTR-SDK-4.2.8-20130828/sources/libraries/tpl/CTR/
Dtpl_crc32.cpp162 const char *getTextureFilePath(const void *infoData, int index) in getTextureFilePath()
Dtpl_Internal.h56 int index; member
/CTR-SDK-4.2.8-20130828/sources/libraries/fnd/detail/
Dfnd_DetailList.cpp289 GetNthListObject(const NNSFndList* list, u16 index) in GetNthListObject()
/CTR-SDK-4.2.8-20130828/sources/libraries/math/
Dmath_MersenneTwister.cpp32 bit32 GenerateInitialValue(const bit32* pState, int index, bit32 d) in GenerateInitialValue()
/CTR-SDK-4.2.8-20130828/include/nn/gx/CTR/
Dgx_MacroShader.h150 #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

12