Lines Matching refs:MemoryRequirement
404 … colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible… in test()
432 …vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisibl… in test()
444 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in test()
452 msColorImageAlloc = bindImage(vk, device, allocator, *msColorImage, MemoryRequirement::Any); in test()
798 …Ptr<Allocation> imageAlloc = bindImage(vk, device, allocator, *image, MemoryRequirement::Any); in testNoAtt()
804 … colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible… in testNoAtt()
835 …vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisibl… in testNoAtt()
1076 …= bindBuffer(vk, device, allocator, *colorBuffers[renderTargetIdx], MemoryRequirement::HostVisible… in testDifferentAttachmentSizes()
1085 …vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::Host… in testDifferentAttachmentSizes()
1097 …getIdx] = bindImage(vk, device, allocator, *colorImages[renderTargetIdx], MemoryRequirement::Any); in testDifferentAttachmentSizes()
1104 …tIdx] = bindImage(vk, device, allocator, *msColorImages[renderTargetIdx], MemoryRequirement::Any); in testDifferentAttachmentSizes()
1491 …colorBufferAlloc = bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible… in testInputResolveSameAttachment()
1499 …vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::H… in testInputResolveSameAttachment()
1509 …ocation> colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in testInputResolveSameAttachment()
1513 …tion> msColorImageAlloc = bindImage(vk, device, allocator, *msColorImage, MemoryRequirement::Any); in testInputResolveSameAttachment()