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