• Home
  • Raw
  • Download

Lines Matching refs:vertexBufferAlloc

407 	MovePtr<Allocation>				vertexBufferAlloc;  in test()  local
432vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisibl… in test()
434 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in test()
435 flushAlloc(vk, device, *vertexBufferAlloc); in test()
782 MovePtr<Allocation> vertexBufferAlloc; in testNoAtt() local
835vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisibl… in testNoAtt()
836 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in testNoAtt()
837 flushAlloc(vk, device, *vertexBufferAlloc); in testNoAtt()
1046 MovePtr<Allocation> vertexBufferAlloc; in testDifferentAttachmentSizes() local
1085vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::Host… in testDifferentAttachmentSizes()
1087 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in testDifferentAttachmentSizes()
1088 flushAlloc(vk, device, *vertexBufferAlloc); in testDifferentAttachmentSizes()
1456 MovePtr<Allocation> vertexBufferAlloc; in testInputResolveSameAttachment() local
1499vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::H… in testInputResolveSameAttachment()
1501 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in testInputResolveSameAttachment()
1502 flushAlloc(vk, device, *vertexBufferAlloc); in testInputResolveSameAttachment()