Searched refs:bytesMoved (Results 1 – 7 of 7) sorted by relevance
1400 defragStats.bytesMoved == 0 && defragStats.deviceMemoryBlocksFreed == 0); in TestDefragmentationSimple()1432 TEST(defragStats.allocationsMoved > 0 && defragStats.bytesMoved > 0); in TestDefragmentationSimple()1466 TEST(defragStats.allocationsMoved > 0 && defragStats.bytesMoved > 0); in TestDefragmentationSimple()1540 TEST(defragStats.allocationsMoved == 1 && defragStats.bytesMoved > 0); in TestDefragmentationSimple()1621 TEST(defragStats[caseIndex].allocationsMoved > 0 && defragStats[caseIndex].bytesMoved > 0); in TestDefragmentationWholePool()1630 TEST(defragStats[0].bytesMoved == defragStats[1].bytesMoved); in TestDefragmentationWholePool()1695 … wprintf(L"Moved allocations %u, bytes %llu\n", stats.allocationsMoved, stats.bytesMoved); in TestDefragmentationFull()1842 TEST(stats.allocationsMoved > 0 && stats.bytesMoved > 0); in TestDefragmentationGpu()2211 TEST(stats.allocationsMoved > 0 && stats.bytesMoved > 0); in TestDefragmentationIncrementalBasic()2421 TEST(stats.allocationsMoved > 0 && stats.bytesMoved > 0); in TestDefragmentationIncrementalComplex()
3579 VkDeviceSize bytesMoved; member13549 const VkDeviceSize bytesMoved = pCtx->GetAlgorithm()->GetBytesMoved(); in Defragment() local13551 pStats->bytesMoved += bytesMoved; in Defragment()13553 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()13557 maxGpuBytesToMove -= bytesMoved; in Defragment()13562 maxCpuBytesToMove -= bytesMoved; in Defragment()
1953 VkDeviceSize bytesMoved; member7006 const VkDeviceSize bytesMoved = m_pDefragmentator->GetBytesMoved(); in Defragment() local7008 pDefragmentationStats->bytesMoved += bytesMoved; in Defragment()7010 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()7012 maxBytesToMove -= bytesMoved; in Defragment()
2878 VkDeviceSize bytesMoved; member12327 const VkDeviceSize bytesMoved = pCtx->GetAlgorithm()->GetBytesMoved(); in Defragment() local12329 pStats->bytesMoved += bytesMoved; in Defragment()12331 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()12335 maxGpuBytesToMove -= bytesMoved; in Defragment()12340 maxCpuBytesToMove -= bytesMoved; in Defragment()
3583 VkDeviceSize bytesMoved; member13531 const VkDeviceSize bytesMoved = pCtx->GetAlgorithm()->GetBytesMoved(); in Defragment() local13533 pStats->bytesMoved += bytesMoved; in Defragment()13535 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()13539 maxGpuBytesToMove -= bytesMoved; in Defragment()13544 maxCpuBytesToMove -= bytesMoved; in Defragment()
8441 size_t bytesMoved = BIO_number_read(rbio) + BIO_number_written(wbio); in sslRead() local8470 if (BIO_number_read(rbio) + BIO_number_written(wbio) != bytesMoved && in sslRead()8713 size_t bytesMoved = BIO_number_read(rbio) + BIO_number_written(wbio); in sslWrite() local8743 if (BIO_number_read(rbio) + BIO_number_written(wbio) != bytesMoved && in sslWrite()
2543 printf(" bytesMoved: %llu\n", defragStats.bytesMoved); in Defragment()