Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv4034attribute 0. Regarding the combinations of size and type of glVertexAttribPointer that is called f…
4052 …lVertexAttribPointer","Regarding internal vertex attribute 1, sets the same as internal vertex att…
4070 …lVertexAttribPointer","Regarding internal vertex attribute 2, sets the same as internal vertex att…
4088 …lVertexAttribPointer","Regarding internal vertex attribute 3, sets the same as internal vertex att…
4106 …lVertexAttribPointer","Regarding internal vertex attribute 4, sets the same as internal vertex att…
4124 …lVertexAttribPointer","Regarding internal vertex attribute 5, sets the same as internal vertex att…
4142 …lVertexAttribPointer","Regarding internal vertex attribute 6, sets the same as internal vertex att…
4160 …lVertexAttribPointer","Regarding internal vertex attribute 7, sets the same as internal vertex att…
4178 …lVertexAttribPointer","Regarding internal vertex attribute 8, sets the same as internal vertex att…
4196 …lVertexAttribPointer","Regarding internal vertex attribute 9, sets the same as internal vertex att…
[all …]
Dabstruct.csv15 0x050,Setting of first output attribute from vertex shader
16 0x051,Setting of second output attribute from vertex shader
17 0x052,Setting of third output attribute from vertex shader
18 0x053,Setting of fourth output attribute from vertex shader
19 0x054,Setting of fifth output attribute from vertex shader
20 0x055,Setting of sixth output attribute from vertex shader
21 0x056,Setting of seventh output attribute from vertex shader
255 0x201,Internal vertex attribute type (attributes 0-7)
256 0x202,"Internal vertex attribute type (attributes 8-11, mask, number of attributes)"
300 0x232,Order of input to vertex shader of constant vertex attribute/enabling of slave input
[all …]
/CTR-SDK-4.2.5/include/nn/fnd/detail/
Dfnd_DetailHeapHead.h60 u16 attribute; // Attribute member
102 u32 attribute; // Attribute member
/CTR-SDK-4.2.5/include/nn/uds/CTR/
Duds_NetworkDescription.h179 …r() const { return ( m_IsInitialized && !(detail::UDS_BE2LE16(m_Element.attribute) & detail::EJECT… in CanConnectAsSpectator()
186 … const { return ( m_IsInitialized && !(detail::UDS_BE2LE16(m_Element.attribute) & detail::DISAL… in CanConnectAsClient()
193 …lized && !this->CanConnectAsClient() && !(detail::UDS_BE2LE16(m_Element.attribute) & detail::DISAL… in CanReconnectAsClient()
Duds_InfoElement.h65 bit16 attribute; // member
/CTR-SDK-4.2.5/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommonImpl.h164 return (u16)NNSi_FndGetBitValue(pHeapHd->attribute, 0, 8); in GetOptForHeap()
173 NNSi_FndSetBitValue(pHeapHd->attribute, 0, 8, optFlag); in SetOptForHeap()
Dfnd_DetailHeap.cpp254 return (u16)NNSi_FndGetBitValue(pMBlkHd->attribute, 8, 7); in GetAlignmentForMBlock()
273 NNSi_FndSetBitValue(pMBlkHd->attribute, 8, 7, alignment); in SetAlignmentForMBlock()
279 return (u16)NNSi_FndGetBitValue(pMBHead->attribute, 0, 8); in GetGroupIDForMBlock()
288 NNSi_FndSetBitValue(pMBHead->attribute, 0, 8, id); in SetGroupIDForMBlock()
294 return (u16)NNSi_FndGetBitValue(pMBHead->attribute, 15, 1); in GetAllocDirForMBlock()
303 NNSi_FndSetBitValue(pMBHead->attribute, 15, 1, mode); in SetAllocDirForMBlock()
466 block->attribute = 0; in InitMBlock()
Dfnd_DetailHeapCommon.cpp180 pHeapHd->attribute = 0; in NNSi_FndInitHeapHead()