Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Material.h406 const TexSRT& GetTexSRT(u32 idx) const in GetTexSRT()
427 void SetTexSRT(u32 idx, const TexSRT& value) in SetTexSRT()
997 const TexSRT* GetTexSRTAry() const;
1005 TexSRT* GetTexSRTAry();
Dlyt_Util.h280 void CalcTextureMtx(math::MTX23* pTexMtx, const TexSRT& texSRT, const TexMap& texMap);
Dlyt_Types.h1587 struct TexSRT struct
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Material.cpp44 InitTexSRT(TexSRT* texSRTs, u32 num) in InitTexSRT()
63 return CalcOffsetTexSRTAry(bitNums) + sizeof(TexSRT) * bitNums.texSRT; in CalcOffsetTexCoordGenAry()
181 const TexSRT *const pResTexSRTs = internal::ConvertOffsToPtr<TexSRT>(pRes, resOffs); in Material()
182 resOffs += sizeof(TexSRT) * pRes->resNum.GetTexSRTNum(); in Material()
240 TexSRT* texSRTs = GetTexSRTAry(); in Material()
358 sizeof(TexSRT) * texSRTNum + in ReserveMem()
403 const TexSRT*
406 return internal::ConvertOffsToPtr<TexSRT>(m_pMem, CalcOffsetTexSRTAry(m_MemCap)); in GetTexSRTAry()
409 TexSRT*
412 return internal::ConvertOffsToPtr<TexSRT>(m_pMem, CalcOffsetTexSRTAry(m_MemCap)); in GetTexSRTAry()
[all …]
Dlyt_DrawerUniform.cpp90 const TexSRT& texSRT = pMaterial->GetTexSRT( i ); in CalcTextureCoords()
Dlyt_Util.cpp455 CalcTextureMtx(math::MTX23* pTexMtx, const TexSRT& texSRT, const TexMap& texMap) in CalcTextureMtx()