Lines Matching refs:count
321 s32 count = 0; in SearchBinadSymbolCount() local
334 ++count; in SearchBinadSymbolCount()
340 ++count; in SearchBinadSymbolCount()
346 ++count; in SearchBinadSymbolCount()
352 ++count; in SearchBinadSymbolCount()
359 return count; in SearchBinadSymbolCount()
417 s32 count = 0; in GetInputRegisterNum() local
423 ++count; in GetInputRegisterNum()
427 return count; in GetInputRegisterNum()
442 s32 count = 0; in GetOutputRegisterNum() local
448 ++count; in GetOutputRegisterNum()
452 return count; in GetOutputRegisterNum()
467 s32 count = 0; in GetOutputRegisterNum() local
473 ++count; in GetOutputRegisterNum()
477 if (pNum) { *pNum = u32(count); } in GetOutputRegisterNum()
505 s32 count = 0; in GetShaderOutputRegisterNum() local
511 ++count; in GetShaderOutputRegisterNum()
515 if (pNum) { *pNum = u32(count); } in GetShaderOutputRegisterNum()
845 s32 GetLoadCommandSize( u32 count ) const;
856 void PutLoadCommand( SafeBuffer& buffer, u32 regAddr, const u32* src, u32 count ) const;
891 Self& operator+=(s32 count) { return this->MoveAddress(count * sizeof(u32)); }