Lines Matching refs:usage
103 s32 usage = shape->GetVertexAttributeUsage(i); in SetupParticleVertexAttributeCommand() local
104 NW_ASSERT(0 <= usage && usage < 12); in SetupParticleVertexAttributeCommand()
105 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
106 usedFlag |= 0x1 << usage; in SetupParticleVertexAttributeCommand()
149 s32 usage = shape->GetVertexAttributeUsage(i); in SetupParticleVertexAttributeCommand() local
150 NW_ASSERT(0 <= usage && usage < 12); in SetupParticleVertexAttributeCommand()
151 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
152 usedFlag |= 0x1 << usage; in SetupParticleVertexAttributeCommand()
545 s32 usage, in AddVertexStream() argument
575 usage, in AddVertexStream()
609 s32 usage, in AddVertexParam() argument
636 usage, in AddVertexParam()
663 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in ParticleShape() local
667 m_VertexAttribute[usage].m_Stream[side] = NULL; in ParticleShape()
668 m_VertexAttribute[usage].m_CommandPtr[side] = NULL; in ParticleShape()