Home | History | Annotate | Download | only in performance

Lines Matching defs:allocatedSize

206 	int			allocatedSize;
1075 DE_ASSERT(samples[sampleNdx].allocatedSize != 0);
1077 if (!minBufferSize || samples[sampleNdx].allocatedSize < minBufferSize)
1078 minBufferSize = samples[sampleNdx].allocatedSize;
1079 if (!maxBufferSize || samples[sampleNdx].allocatedSize > maxBufferSize)
1080 maxBufferSize = samples[sampleNdx].allocatedSize;
1085 const float bucketNdxFloat = (float)(samples[sampleNdx].allocatedSize - minBufferSize) / (float)(maxBufferSize - minBufferSize) * (float)numBuckets;
1953 m_results[sampleNdx].allocatedSize = allocatedBufferSize;
2346 const int allocatedBufferSize = sample.allocatedSize;