Lines Matching refs:count
323 s32 count = 0; in SearchBinadSymbolCount() local
336 ++count; in SearchBinadSymbolCount()
342 ++count; in SearchBinadSymbolCount()
348 ++count; in SearchBinadSymbolCount()
354 ++count; in SearchBinadSymbolCount()
361 return count; in SearchBinadSymbolCount()
419 s32 count = 0; in GetInputRegisterNum() local
425 ++count; in GetInputRegisterNum()
429 return count; in GetInputRegisterNum()
444 s32 count = 0; in GetOutputRegisterNum() local
450 ++count; in GetOutputRegisterNum()
454 return count; in GetOutputRegisterNum()
469 s32 count = 0; in GetOutputRegisterNum() local
475 ++count; in GetOutputRegisterNum()
479 if (pNum) { *pNum = u32(count); } in GetOutputRegisterNum()
507 s32 count = 0; in GetShaderOutputRegisterNum() local
513 ++count; in GetShaderOutputRegisterNum()
517 if (pNum) { *pNum = u32(count); } in GetShaderOutputRegisterNum()
847 s32 GetLoadCommandSize( u32 count ) const;
858 void PutLoadCommand( SafeBuffer& buffer, u32 regAddr, const u32* src, u32 count ) const;
893 Self& operator+=(s32 count) { return this->MoveAddress(count * sizeof(u32)); }