Lines Matching refs:TexSRT
42 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()
495 TexSRT *const texSRTs = GetTexSRTAry(); in SetTexSRTNum()
498 new (&texSRTs[i]) TexSRT(); // コンストラクタ呼び出し in SetTexSRTNum()
646 const TexSRT& texSRT = this->GetTexSRT(i); in SetupGraphics()