HomeSort by relevance Sort by last modified time
    Searched full:wavecount (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/R600/
SIRegisterInfo.h 110 /// \brief Give the maximum number of VGPRs that can be used by \p WaveCount
112 unsigned getNumVGPRsAllowed(unsigned WaveCount) const;
114 /// \brief Give the maximum number of SGPRs that can be used by \p WaveCount
117 unsigned WaveCount) const;
SIRegisterInfo.cpp 516 unsigned SIRegisterInfo::getNumVGPRsAllowed(unsigned WaveCount) const {
517 switch(WaveCount) {
532 unsigned WaveCount) const {
534 switch (WaveCount) {
541 switch(WaveCount) {
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 246 EAS_U32 waveCount;
579 if ((dls.waveCount == 0) || (dls.waveCount > DLS_MAX_WAVE_COUNT))
581 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #waves [%u]\n", dls.waveCount); */ }
586 dls.wsmpData = EAS_HWMalloc(dls.hwInstData, (EAS_I32) (sizeof(S_WSMP_DATA) * dls.waveCount));
592 EAS_HWMemSet(dls.wsmpData, 0, (EAS_I32) (sizeof(S_WSMP_DATA) * dls.waveCount));
632 waveLenSize = (EAS_I32) (dls.waveCount * sizeof(EAS_U32));
667 dls.pDLS->numDLSSamples = (EAS_U16) dls.waveCount;
834 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &pDLSData->waveCount, EAS_FALSE)) != EAS_SUCCESS)
848 for (waveIndex = 0; waveIndex < pDLSData->waveCount; waveIndex++
    [all...]

Completed in 751 milliseconds