Lines Matching refs:buffer
309 // Verification buffer.
369 // Command pool and buffer.
382 // Copy to verification buffer.
414 << tcu::TestLog::Image("Result", "Verification buffer", verifAccess)
720 // Verification buffer.
979 // Command pool, command buffer and draw.
990 // Copy color attachment to verification buffer.
1090 << "layout(std430, binding = 0) buffer Index {"
1093 << "layout(std430, binding = 1) buffer Values {"
1516 // Verification buffer.
1593 auto buffer = std::unique_ptr<vk::BufferWithMemory>(new vk::BufferWithMemory(vkd, device, alloc, outBufferInfo, vk::MemoryRequirement::HostVisible));
1594 auto& bufferAlloc = buffer->getAllocation();
1598 buffers.push_back(std::move(buffer));
1622 // Command pool and buffer.
1641 // Copy to verification buffer.