Lines Matching refs:ut
42 nw::ut::ResU32 m_Signature;
43 nw::ut::ResU16 m_ByteOrder;
44 nw::ut::ResU16 m_HeaderSize;
45 nw::ut::ResU32 m_Revision;
46 nw::ut::ResU32 m_FileSize;
47 nw::ut::ResU16 m_NumBlocks;
49 nw::ut::BinaryBlockHeader m_BlockHeader;
56 nw::ut::ResS32 m_ModelsDicCount;
57 nw::ut::Offset toModelsDic;
58 nw::ut::ResS32 m_TexturesDicCount;
59 nw::ut::Offset toTexturesDic;
60 nw::ut::ResS32 m_LutSetsDicCount;
61 nw::ut::Offset toLutSetsDic;
62 nw::ut::ResS32 m_MaterialsDicCount;
63 nw::ut::Offset toMaterialsDic;
64 nw::ut::ResS32 m_ShadersDicCount;
65 nw::ut::Offset toShadersDic;
66 nw::ut::ResS32 m_CamerasDicCount;
67 nw::ut::Offset toCamerasDic;
68 nw::ut::ResS32 m_LightsDicCount;
69 nw::ut::Offset toLightsDic;
70 nw::ut::ResS32 m_FogsDicCount;
71 nw::ut::Offset toFogsDic;
72 nw::ut::ResS32 m_SceneEnvironmentSettingsDicCount;
73 nw::ut::Offset toSceneEnvironmentSettingsDic;
74 nw::ut::ResS32 m_SkeletalAnimsDicCount;
75 nw::ut::Offset toSkeletalAnimsDic;
76 nw::ut::ResS32 m_MaterialAnimsDicCount;
77 nw::ut::Offset toMaterialAnimsDic;
78 nw::ut::ResS32 m_VisibilityAnimsDicCount;
79 nw::ut::Offset toVisibilityAnimsDic;
80 nw::ut::ResS32 m_CameraAnimsDicCount;
81 nw::ut::Offset toCameraAnimsDic;
82 nw::ut::ResS32 m_LightAnimsDicCount;
83 nw::ut::Offset toLightAnimsDic;
84 nw::ut::ResS32 m_FogAnimsDicCount;
85 nw::ut::Offset toFogAnimsDic;
86 nw::ut::ResS32 m_EmittersDicCount;
87 nw::ut::Offset toEmittersDic;
94 class ResFileHeader : public nw::ut::ResCommon< ResFileHeaderData >
165 const nw::ut::BinaryFileHeader& GetFileHeader() const in NW_RES_CTOR()
167 return *reinterpret_cast<const nw::ut::BinaryFileHeader*>( this->ptr() ); in NW_RES_CTOR()
184 const nw::ut::BinaryBlockHeader& GetFirstBlockHeader() const in GetFirstBlockHeader()
218 …const nw::ut::BinaryFileHeader& header = *reinterpret_cast<const nw::ut::BinaryFileHeader*>( this-… in GetImageBlockDataSize()
219 const nw::ut::BinaryBlockHeader* block = &ref().m_BlockHeader; in GetImageBlockDataSize()
223 if (block->kind == nw::ut::ReverseEndian('IMAG')) in GetImageBlockDataSize()
225 return block->size - sizeof(nw::ut::BinaryBlockHeader); in GetImageBlockDataSize()
228 block = nw::ut::GetNextBinaryBlockHeader( &header, block ); in GetImageBlockDataSize()
242 …const nw::ut::BinaryFileHeader& header = *reinterpret_cast<const nw::ut::BinaryFileHeader*>( this-… in GetImageBlockDataImpl()
243 const nw::ut::BinaryBlockHeader* block = &ref().m_BlockHeader; in GetImageBlockDataImpl()
247 if (block->kind == nw::ut::ReverseEndian('IMAG')) in GetImageBlockDataImpl()
249 return nw::ut::AddOffsetToPtr(block, sizeof(nw::ut::BinaryBlockHeader)); in GetImageBlockDataImpl()
252 block = nw::ut::GetNextBinaryBlockHeader( &header, block ); in GetImageBlockDataImpl()
441 …NW_RES_FIELD_CLASS_DIC_DECL( ResModel, Models, nw::ut::ResDicPatricia ) // GetMode…
442 …NW_RES_FIELD_CLASS_DIC_DECL( ResTexture, Textures, nw::ut::ResDicPatricia ) // GetText…
443 …NW_RES_FIELD_CLASS_DIC_DECL( ResLookupTableSet, LutSets, nw::ut::ResDicPatricia ) // GetLutS…
444 …NW_RES_FIELD_CLASS_DIC_DECL( ResShader, Shaders, nw::ut::ResDicPatricia ) // GetShad…
445 …NW_RES_FIELD_CLASS_DIC_DECL( ResCamera, Cameras, nw::ut::ResDicPatricia ) // GetCame…
446 …NW_RES_FIELD_CLASS_DIC_DECL( ResLight, Lights, nw::ut::ResDicPatricia ) // GetLigh…
447 …NW_RES_FIELD_CLASS_DIC_DECL( ResFog, Fogs, nw::ut::ResDicPatricia ) // GetFogs…
448 …NW_RES_FIELD_CLASS_DIC_DECL( ResSceneEnvironmentSetting, SceneEnvironmentSettings, nw::ut::ResDicP…
449 …NW_RES_FIELD_CLASS_DIC_DECL( anim::res::ResAnim, SkeletalAnims, nw::ut::ResDicPatricia ) // Ge…
450 …NW_RES_FIELD_CLASS_DIC_DECL( anim::res::ResAnim, MaterialAnims, nw::ut::ResDicPatricia ) // Ge…
451 …NW_RES_FIELD_CLASS_DIC_DECL( anim::res::ResAnim, VisibilityAnims, nw::ut::ResDicPatricia ) // Ge…
452 …NW_RES_FIELD_CLASS_DIC_DECL( anim::res::ResCameraAnim, CameraAnims, nw::ut::ResDicPatricia ) …
453 …NW_RES_FIELD_CLASS_DIC_DECL( anim::res::ResLightAnim, LightAnims, nw::ut::ResDicPatricia ) …
454 …NW_RES_FIELD_CLASS_DIC_DECL( anim::res::ResAnim, FogAnims, nw::ut::ResDicPatricia ) // GetF…
455 …NW_RES_FIELD_CLASS_DIC_DECL( ResParticleEmitter, Emitters, nw::ut::ResDicPatricia ) // GetEmit…
811 u32 addressOffset = nw::ut::GetOffsetFromPtr( m_FcramImageAddress, fcramLocation ); in GetVramLocation()
812 return nw::ut::AddOffsetToPtr( m_VramImageAddress, addressOffset ); in GetVramLocation()
911 ut::ResTypeInfo resTypeInfo = resModel.GetTypeInfo(); in operator()
914 …resMaterial.SetFlags(ut::EnableFlag(resMaterial.GetFlags(), nw::gfx::ResMaterialData::FLAG_PARTICL… in operator()
931 ut::ResTypeInfo resTypeInfo = resModel.GetTypeInfo(); in operator()