Lines Matching defs:buffers
1647 de::MovePtr<BufferWithMemory> buffers[3];
1664 buffers[i] = de::MovePtr<BufferWithMemory>(new BufferWithMemory(
1673 bufferDescriptors[i] = makeDescriptorBufferInfo(**buffers[i], 0, sizes[i]);
1679 ptrs[i] = (deUint32 *)buffers[i]->getAllocation().getHostPtr();
1739 flushAlloc(vk, device, buffers[0]->getAllocation());
1740 flushAlloc(vk, device, buffers[1]->getAllocation());
1741 flushAlloc(vk, device, buffers[2]->getAllocation());
1811 invalidateAlloc(vk, device, buffers[1]->getAllocation());
1812 invalidateAlloc(vk, device, buffers[2]->getAllocation());
1825 // If we need more space, reallocate buffers[1]
1836 buffers[1] = de::MovePtr<BufferWithMemory>(new BufferWithMemory(
1845 bufferDescriptors[1] = makeDescriptorBufferInfo(**buffers[1], 0, sizes[1]);
1846 ptrs[1] = (deUint32 *)buffers[1]->getAllocation().getHostPtr();
1855 flushAlloc(vk, device, buffers[1]->getAllocation());
1872 invalidateAlloc(vk, device, buffers[1]->getAllocation());