Searched refs:bufferAllocation2 (Results 1 – 2 of 2) sorted by relevance
3218 const Allocation& bufferAllocation2 = buffer2.getAllocation(); in iterate() local3220 deUint32* bufferPtr2 = static_cast<deUint32*>(bufferAllocation2.getHostPtr()); in iterate()3231 flushAlloc(vk, *logicalDevice, bufferAllocation2); in iterate()3369 const Allocation& bufferAllocation2 = buffer2.getAllocation(); in iterate() local3370 invalidateAlloc(vk, *logicalDevice, bufferAllocation2); in iterate()3371 const deUint32* bufferPtr2 = static_cast<deUint32*>(bufferAllocation2.getHostPtr()); in iterate()