Home
last modified time | relevance | path

Searched refs:size (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_HioPacketChannel.cpp124 u32 size; in SendPacket() local
136 size = headerLength; in SendPacket()
137 result = m_Serial.Write(&writtenSize, &size, sizeof(size)); in SendPacket()
139 if ( result.IsFailure() || writtenSize != sizeof(size) ) in SendPacket()
158 size = dataLength; in SendPacket()
159 result = m_Serial.Write(&writtenSize, &size, sizeof(size)); in SendPacket()
161 if ( result.IsFailure() || writtenSize != sizeof(size) ) in SendPacket()
206 int size; in ReceivePacket() local
213 size = sizeof(s32); in ReceivePacket()
216 readSize = m_Serial.Read(intBuffer + totalReadSize, size, attr); in ReceivePacket()
[all …]
/NW4C-2.0.3/include/nw/demo/
Ddemo_Memory.h49 void InitializeDemoAllocator(DemoAllocator* allocator, size_t size, bit32 option = 0 );
81 void* Alloc(size_t size, u8 alignment = 4);
126 void Initialize(uptr startAddress, size_t size, bit32 option = 0);
150 virtual void* Alloc(size_t size, u8 alignment) in Alloc() argument
152 NW_ASSERT(size != 0); in Alloc()
154 void* memory = m_Heap.Allocate(size, alignment); in Alloc()
241 void SetBreakAlloc(int address, size_t size) in SetBreakAlloc() argument
245 m_BreakAllocSize = size; in SetBreakAlloc()
248 NW_UNUSED_VARIABLE(size); in SetBreakAlloc()
263 void SetBreakFree(int address, size_t size) in SetBreakFree() argument
[all …]
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp83 s32 size = 0; in GetCommonCommandSize() local
86 size += sizeof(u32) * 2; in GetCommonCommandSize()
88 size += GetSwizzleCommandSize(); in GetCommonCommandSize()
89 size += GetProgramCommandSize(); in GetCommonCommandSize()
91 return size; in GetCommonCommandSize()
99 s32 size = 0; in GetShaderProgramCommandSize() local
101 size += 2 * sizeof(u32); // PutEnableMirroringShaderSetting の分 in GetShaderProgramCommandSize()
103 size += this->GetConstRegCommandSize( vertexIndex ); in GetShaderProgramCommandSize()
107 size += this->GetConstRegCommandSize( geometryIndex ); in GetShaderProgramCommandSize()
110 size += this->GetOutAttrCommandSize( vertexIndex, geometryIndex ); in GetShaderProgramCommandSize()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_InstancePool.h37 u32 CreateImpl( void* buffer, size_t size, u32 objSize );
38 void DestroyImpl( void* buffer, unsigned long size );
66 u32 Create( void* buffer, size_t size ) in Create() argument
73 return CreateImpl( buffer, size, objSize ); in Create()
88 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy() argument
143 u32 Create( void* buffer, unsigned long size ) in Create() argument
150 return CreateImpl( buffer, size, objSize ); in Create()
165 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy() argument
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneBuilder.h154 os::MemorySizeCalculator size(alignment);
156 BuildSceneObject(&size, NULL, NULL, m_Resource, NULL, NULL, false, true);
158 return size.GetSizeWithPadding(alignment);
173 os::MemorySizeCalculator size(alignment);
175 BuildSceneObject(NULL, &size, NULL, m_Resource, NULL, NULL, false, true);
177 return size.GetSizeWithPadding(alignment);
192 os::MemorySizeCalculator size(alignment);
194 BuildSceneObject(&size, NULL, NULL, m_Resource, NULL, NULL, true, true);
196 return size.GetSizeWithPadding(alignment);
211 os::MemorySizeCalculator size(alignment);
[all …]
Dgfx_StandardSkeleton.h73 os::MemorySizeCalculator size(alignment);
75 GetMemorySizeInternal(&size, resource, maxCallbacks);
77 return size.GetSizeWithPadding(alignment);
87 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() local
89 size += sizeof(StandardSkeleton); in GetMemorySizeInternal()
91size.Add(sizeof(Skeleton::TransformPose::Transform) * resource.GetBonesCount(), Skeleton::Transfor… in GetMemorySizeInternal()
92size.Add(sizeof(math::MTX34) * resource.GetBonesCount(), Skeleton::TransformPose::TransformArray::… in GetMemorySizeInternal()
93size.Add(sizeof(math::MTX34) * resource.GetBonesCount(), Skeleton::TransformPose::TransformArray::… in GetMemorySizeInternal()
95 size += sizeof(Skeleton::TransformPose::Transform) * resource.GetBonesCount(); in GetMemorySizeInternal()
96 size += sizeof(math::MTX34) * resource.GetBonesCount(); in GetMemorySizeInternal()
[all …]
Dgfx_MemoryUtil.h31 #define DECL_SUB(size) \ argument
32 asm u32* FastWordCopyAsm_##size(u32* /*dst*/, u32* /*src*/);
58 FastWordCopy(u32* dst, u32* src, u32 size) in FastWordCopy() argument
60 size /= 4; in FastWordCopy()
61 NW_ASSERT(size % 2 == 0); in FastWordCopy()
64 if (size == count) \ in FastWordCopy()
90 NW_LOG("Unsupported size : %d\n", size); in FastWordCopy()
/NW4C-2.0.3/documents/DccPlugin/Photoshop/html/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
72 font-size : 8pt;
86 font-size : 8pt;
96 font-size : 9pt;
118 font-size : 12pt;
129 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/Viewer/html/css/
Dtitle.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
72 font-size : 8pt;
86 font-size : 8pt;
96 font-size : 9pt;
118 font-size : 12pt;
129 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/IntermediateFileFormat/html/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
72 font-size : 8pt;
86 font-size : 8pt;
96 font-size : 9pt;
118 font-size : 12pt;
129 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/DccPlugin/Softimage/html/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
72 font-size : 8pt;
86 font-size : 8pt;
96 font-size : 9pt;
118 font-size : 12pt;
129 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/3DEditor/html/common/
Dtitle.css11 font-size : 10pt;
18 font-size : 10pt;
30 font-size : 20pt;
41 font-size : 12pt;
57 font-size : 10pt;
68 font-size : 8pt;
78 font-size : 8pt;
90 font-size : 8pt;
100 font-size : 9pt;
122 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/EffectMaker/html/common/
Dtitle.css11 font-size : 10pt;
18 font-size : 10pt;
30 font-size : 20pt;
41 font-size : 12pt;
57 font-size : 10pt;
68 font-size : 8pt;
78 font-size : 8pt;
90 font-size : 8pt;
100 font-size : 9pt;
122 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/DccPlugin/3dsMax/html/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
72 font-size : 8pt;
86 font-size : 8pt;
96 font-size : 9pt;
118 font-size : 12pt;
129 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/DccPlugin/common/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
72 font-size : 8pt;
86 font-size : 8pt;
96 font-size : 9pt;
118 font-size : 12pt;
129 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/DccPlugin/Maya/html/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
72 font-size : 8pt;
86 font-size : 8pt;
96 font-size : 9pt;
118 font-size : 12pt;
129 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/EffectMaker/html/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
71 font-size : 8pt;
83 font-size : 8pt;
93 font-size : 9pt;
115 font-size : 12pt;
126 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/LayoutEditor/html/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
71 font-size : 8pt;
83 font-size : 8pt;
93 font-size : 9pt;
115 font-size : 12pt;
126 font-size : 12pt;
[all …]
/NW4C-2.0.3/documents/SoundMaker/html/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
71 font-size : 8pt;
83 font-size : 8pt;
93 font-size : 9pt;
115 font-size : 12pt;
126 font-size : 12pt;
[all …]
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp41 u32 size = 0; in LoadTexture() local
42 void* pTexRes = this->GetResource(res::RESOURCETYPE_TEXTURE, name, &size); in LoadTexture()
43 if (!pTexRes || size == 0) in LoadTexture()
49 TextureInfo texInfo = lyt::LoadTexture(pTexRes, size); in LoadTexture()
62 u32 size = 0; in LoadFont() local
63 void* pFontRes = this->GetResource(res::RESOURCETYPE_FONT, name, &size); in LoadFont()
64 if (!pFontRes || size == 0) in LoadFont()
Dlyt_TexResource.cpp27 bool TexResource::Set(void* pTexRes, u32 size) in Set() argument
50 NW_ASSERT(size % BLOCK_ALIGNMENT == 0); in Set()
51 if (!(size % BLOCK_ALIGNMENT == 0)) in Set()
56 NW_ASSERT(size > MIN_SIZE); in Set()
57 if (!(size > MIN_SIZE)) in Set()
66 size - sizeof(res::ImageSize)); in Set()
70 NW_ASSERT(imageSize < size); in Set()
71 if (!(imageSize < size)) in Set()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundHeap.cpp71 size_t size in Create() argument
76 return m_FrameHeap.Create( startAddress, size ); in Create()
108 void* SoundHeap::Alloc( size_t size ) in Alloc() argument
113 size, in Alloc()
134 size_t size, in Alloc() argument
142 size, in Alloc()
193 void SoundHeap::DisposeCallbackFunc( void* mem, unsigned long size, void* arg ) in DisposeCallbackFunc() argument
203 command->size = size; in DisposeCallbackFunc()
/NW4C-2.0.3/include/nw/os/
Dos_Memory.h44 MemCpy(void* dstp, const void* srcp, size_t size) in MemCpy() argument
48 nnnstdMemCpy(dstp, srcp, size); in MemCpy()
50 std::memcpy(dstp, srcp, size); in MemCpy()
76 virtual void* Alloc(size_t size, u8 alignment) = 0;
92 void* Alloc(size_t size) { return this->Alloc( size, DEFAULT_ALIGNMENT ); } in Alloc() argument
95 void* AllocAndClear(size_t size, u8 data, u8 alignment = DEFAULT_ALIGNMENT)
97 u8* memory = static_cast<u8*>(this->Alloc(size, alignment));
101 std::fill_n(NW_CHECKED_ARRAY_ITERATOR(memory, size), size, data);
245 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN() argument
248 NW_ASSERT(sizeof(TObject) <= size); in AllocateAndFillN()
[all …]
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmParticle.cpp68 for ( int i=0; i<m_ParticleModelInstArray.size(); i++ ) in Reset()
74 for ( int i=0; i<m_ParticleEmitterInstArray.size(); i++ ) in Reset()
86 for ( int i=0; i<m_ParticleModelInstArray.size(); i++ ) in SetAnimationFrame()
103 for (int i=0; i<m_ParticleModelInstArray.size(); i++) in SetAnimationFrame()
120 if( m_ParticleModelInstArray.size() != m_ParticleEmitterInstArray.size() ) in SetVisibleZone()
125 s32 visibleNum = m_ParticleModelInstArray.size() * term; in SetVisibleZone()
127 for ( int i = 0; i < m_ParticleModelInstArray.size(); i++ ) in SetVisibleZone()
/NW4C-2.0.3/documents/API/css/
Dmain.css9 font-size : 10pt;
23 font-size : 20pt;
34 font-size : 12pt;
50 font-size : 10pt;
61 font-size : 8pt;
72 font-size : 8pt;
86 font-size : 8pt;
96 font-size : 9pt;
119 font-size : 24px;
133 font-size : 20px;
[all …]

12345678910>>...13