Lines Matching defs:alloc
906 const Allocation alloc = colorBuffer->getBoundMemory();
907 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize));
908 flushAlloc(vk, device, alloc);
925 const Allocation alloc = colorBuffer->getBoundMemory();
926 invalidateAlloc(vk, device, alloc);
928 deUint8* resultMem = reinterpret_cast<deUint8*>(alloc.getHostPtr());
966 const Allocation alloc = colorBuffer->getBoundMemory();
967 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize));
968 flushAlloc(vk, device, alloc);
985 const Allocation alloc = colorBuffer->getBoundMemory();
986 invalidateAlloc(vk, device, alloc);
988 deUint8* resultMem = reinterpret_cast<deUint8*>(alloc.getHostPtr());