Lines Matching refs:buffer
392 // Copy image to buffer
895 // Begin command buffer.
1294 "layout (set=0, binding=0, std430) buffer Block {\n"
1334 // Allocate and prepare buffer.
1336 vk::BufferWithMemory buffer (vkd, device, alloc, bufferInfo, vk::MemoryRequirement::HostVisible);
1337 auto& bufferAlloc = buffer.getAllocation();
1420 // Update descriptor set with buffer.
1422 const auto descriptorInfo = vk::makeDescriptorBufferInfo(buffer.get(), static_cast<VkDeviceSize>(0), kBufferSizeDS);
1426 // Prepare command buffer.
1444 // Delete pipeline layout just after recording command buffer - this is what the test is for
1451 // Check buffer.
1463 msg << "Unexpected value at buffer position " << i << ": expected " << expectedValue << " but found " << outputData[i];
1598 // Begin command buffer.