Lines Matching refs:alloc
4961 auto& alloc = buffer.getAllocation();
4962 deMemset(alloc.getHostPtr(), 0, static_cast<size_t>(size));
4963 vk::flushAlloc(vkd, device, alloc);
5421 auto& alloc = buffer->getAllocation();
5422 vk::invalidateAlloc(vkd, device, alloc);
5426 deMemcpy(bufferValues.data(), alloc.getHostPtr(), bufferSizes[i]);
5438 auto& alloc = buffer->getAllocation();
5439 vk::invalidateAlloc(vkd, device, alloc);
5443 deMemcpy(bufferValues.data(), alloc.getHostPtr(), bufferSizes[i]);
5451 if (deMemCmp(alloc.getHostPtr(), referenceBuffers[i]->getAllocation().getHostPtr(), static_cast<size_t>(bufferSizes[i])) != 0)