Home | History | Annotate | Download | only in program

Lines Matching refs:usedSize

856  * \param usedSize  size of the 'used' array
861 GLboolean used[], GLuint usedSize)
865 memset(used, 0, usedSize);
872 ASSERT(inst->DstReg.Index < usedSize);
873 if(inst->DstReg.Index < usedSize)
879 ASSERT(inst->SrcReg[j].Index < usedSize);
880 if(inst->SrcReg[j].Index < usedSize)
893 * \param usedSize size of the 'used' array
899 GLuint usedSize, GLuint firstReg)
903 assert(firstReg < usedSize);
905 for (i = firstReg; i < usedSize; i++)