Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_Combiner.h304 …static nnResult SetTextureCombinerUnitConstantColor(UnitId unit, u8 colorR, u8 colorG, u8 colorB, …
588 …void SetSourceRGB(CombinerStage::UnitId unit, CombinerStage::Source sourceRGB1, CombinerStage::Sou… in SetSourceRGB() argument
590 m_CombinerUnit[unit].m_SrcRGB[0] = sourceRGB1; in SetSourceRGB()
591 m_CombinerUnit[unit].m_SrcRGB[1] = sourceRGB2; in SetSourceRGB()
592 m_CombinerUnit[unit].m_SrcRGB[2] = sourceRGB3; in SetSourceRGB()
614 …void SetOperandRGB(CombinerStage::UnitId unit, CombinerStage::OperandRgb opRGB1, CombinerStage::Op… in SetOperandRGB() argument
616 m_CombinerUnit[unit].m_OperandRgb[0] = opRGB1; in SetOperandRGB()
617 m_CombinerUnit[unit].m_OperandRgb[1] = opRGB2; in SetOperandRGB()
618 m_CombinerUnit[unit].m_OperandRgb[2] = opRGB3; in SetOperandRGB()
640 …void SetSourceAlpha(CombinerStage::UnitId unit, CombinerStage::Source sourceA1, CombinerStage::Sou… in SetSourceAlpha() argument
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/fnd/
Dfnd_UnitHeap.h52 … static size_t GetRequiredHeapSize(size_t unit, size_t numUnit, s32 alignment = DEFAULT_ALIGNMENT);
58 …itHeapBase(size_t unit, uptr addr, size_t size, s32 alignment = DEFAULT_ALIGNMENT, bit32 option = …
61 …tHeapBase(size_t unit, const MemoryBlock& block, s32 alignment = DEFAULT_ALIGNMENT, bit32 option =…
63 …void Initialize(size_t unit, uptr addr, size_t size, s32 alignment = DEFAULT_ALIGNMENT, bit32 opti…
197 … static size_t GetRequiredHeapSize(size_t unit, size_t numUnit, s32 alignment = DEFAULT_ALIGNMENT)
199 return Base::GetRequiredHeapSize(unit, numUnit, alignment);
216 …UnitHeapTemplate(size_t unit, uptr addr, size_t size, s32 alignment = DEFAULT_ALIGNMENT, bit32 opt…
218 Initialize(unit, addr, size, alignment, option);
230 …explicit UnitHeapTemplate(size_t unit, const MemoryBlock& block, s32 alignment = DEFAULT_ALIGNMENT…
232 Initialize(unit, block.GetAddress(), block.GetSize(), alignment, option);
[all …]
Dfnd_WaitableUnitHeap.h42 …WaitableUnitHeap(size_t unit, uptr addr, size_t size, s32 alignment = Base::DEFAULT_ALIGNMENT, bit…
44 Initialize(unit, addr, size, alignment, option);
48 …explicit WaitableUnitHeap(size_t unit, const MemoryBlock& block, s32 alignment = Base::DEFAULT_ALI…
50 Initialize(unit, block.GetAddress(), block.GetSize(), alignment, option);
53 …void Initialize(size_t unit, uptr addr, size_t size, s32 alignment = Base::DEFAULT_ALIGNMENT, bit3…
55 Base::Initialize(unit, addr, size, alignment, option);
/CTR-SDK-2.3.4/CTR_SDK/include/nn/dsp/CTR/Common/
Ddsp_Types.h57 #define NN_DSP_UNIT_TO_BYTE(unit) (u16)(unit) argument
60 #define NN_DSP_UNIT_TO_BYTE(unit) (u16)((unit) << 1) argument
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/fnd/
Dfnd_UnitHeap.cpp22 void UnitHeapBase::Initialize(size_t unit, uptr addr, size_t size, s32 alignment, bit32 option) in Initialize() argument
28 this->m_Unit = RoundUp(unit, alignment); in Initialize()
30 this->m_Size = RoundDown(size, unit); in Initialize()
46 size_t UnitHeapBase::GetRequiredHeapSize(size_t unit, size_t numUnit, s32 alignment) in GetRequiredHeapSize() argument
48 return RoundUp(unit, alignment) * numUnit; in GetRequiredHeapSize()
/CTR-SDK-2.3.4/CTR_SDK/build/omake/compilers/
Dcommondefs.cctype.RVCT.om111 # 96: a translation unit must contain at least one declaration
/CTR-SDK-2.3.4/CTR_SDK/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp972 // compute unit target vector
986 // Don't need to normalize vUp since it should already be unit length
1016 // compute unit target vector
1069 // Don't need to normalize vUp since it should already be unit length