Lines Matching refs:usage
101 s32 usage = shape->GetVertexAttributeUsage(i); in SetupParticleVertexAttributeCommand() local
102 NW_ASSERT(0 <= usage && usage < 12); in SetupParticleVertexAttributeCommand()
103 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
104 usedFlag |= 0x1 << usage; in SetupParticleVertexAttributeCommand()
147 s32 usage = shape->GetVertexAttributeUsage(i); in SetupParticleVertexAttributeCommand() local
148 NW_ASSERT(0 <= usage && usage < 12); in SetupParticleVertexAttributeCommand()
149 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
150 usedFlag |= 0x1 << usage; in SetupParticleVertexAttributeCommand()
543 s32 usage, in AddVertexStream() argument
573 usage, in AddVertexStream()
607 s32 usage, in AddVertexParam() argument
634 usage, in AddVertexParam()
661 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in ParticleShape() local
665 m_VertexAttribute[usage].m_Stream[side] = NULL; in ParticleShape()
666 m_VertexAttribute[usage].m_CommandPtr[side] = NULL; in ParticleShape()