Home
last modified time | relevance | path

Searched refs:TexSRT (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Material.h404 const TexSRT& GetTexSRT(u32 idx) const in GetTexSRT()
425 void SetTexSRT(u32 idx, const TexSRT& value) in SetTexSRT()
995 const TexSRT* GetTexSRTAry() const;
1003 TexSRT* GetTexSRTAry();
Dlyt_Util.h238 void CalcTextureMtx(math::MTX23* pTexMtx, const TexSRT& texSRT, const TexMap& texMap);
Dlyt_Types.h1552 struct TexSRT struct
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Material.cpp42 InitTexSRT(TexSRT* texSRTs, u32 num) in InitTexSRT()
61 return CalcOffsetTexSRTAry(bitNums) + sizeof(TexSRT) * bitNums.texSRT; in CalcOffsetTexCoordGenAry()
179 const TexSRT *const pResTexSRTs = internal::ConvertOffsToPtr<TexSRT>(pRes, resOffs); in Material()
180 resOffs += sizeof(TexSRT) * pRes->resNum.GetTexSRTNum(); in Material()
238 TexSRT* texSRTs = GetTexSRTAry(); in Material()
356 sizeof(TexSRT) * texSRTNum + in ReserveMem()
401 const TexSRT*
404 return internal::ConvertOffsToPtr<TexSRT>(m_pMem, CalcOffsetTexSRTAry(m_MemCap)); in GetTexSRTAry()
407 TexSRT*
410 return internal::ConvertOffsToPtr<TexSRT>(m_pMem, CalcOffsetTexSRTAry(m_MemCap)); in GetTexSRTAry()
[all …]
Dlyt_Util.cpp373 CalcTextureMtx(math::MTX23* pTexMtx, const TexSRT& texSRT, const TexMap& texMap) in CalcTextureMtx()
Dlyt_DrawerUniform.cpp88 const TexSRT& texSRT = pMaterial->GetTexSRT( i ); in CalcTextureCoords()