Lines Matching defs:buffers
649 // copy all three input buffers.
1106 de::MovePtr<BufferWithMemory> buffers[5];
1133 buffers[i] = de::MovePtr<BufferWithMemory>(new BufferWithMemory(
1140 buffers[i] = de::MovePtr<BufferWithMemory>(new BufferWithMemory(
1146 bufferDescriptors[i] = makeDescriptorBufferInfo(**buffers[i], 0, bufferSizes[i]);
1156 ptrs[i] = buffers[i]->getAllocation().getHostPtr();
1186 info.buffer = **buffers[i];
1310 flushAlloc(vk, device, buffers[0]->getAllocation());
1311 flushAlloc(vk, device, buffers[1]->getAllocation());
1312 flushAlloc(vk, device, buffers[2]->getAllocation());
1313 flushAlloc(vk, device, buffers[3]->getAllocation());
1336 invalidateAlloc(vk, device, buffers[3]->getAllocation());