Lines Matching refs:getMemory
383 …VK_CHECK(vk.bindBufferMemory(device, *validationBuffer, validationAlloc->getMemory(), validationAl… in iterate()
408 …VK_CHECK(vk.bindImageMemory(device, *depthResolveImage, depthResolveAllocation->getMemory(), depth… in iterate()
443 …VK_CHECK(vk.bindBufferMemory(device, *markerBuffer, markerBufferAllocation->getMemory(), markerBuf… in iterate()
468 …VK_CHECK(vk.bindImageMemory(device, *markerImage, markerImageAllocation->getMemory(), markerImageA… in iterate()
502 …VK_CHECK(vk.bindBufferMemory(device, *controlBuffer, controlBufferAllocation->getMemory(), control… in iterate()
518 controlBufferAllocation->getMemory(), in iterate()
554 …VK_CHECK(vk.bindImageMemory(device, *depthImage, depthImageAllocation->getMemory(), depthImageAllo… in iterate()
929 …invalidateMappedMemoryRange(vk, device, validationAlloc->getMemory(), validationAlloc->getOffset()… in iterate()
930 …invalidateMappedMemoryRange(vk, device, markerBufferAllocation->getMemory(), markerBufferAllocatio… in iterate()
1089 …vk.bindImageMemory(device, *outputImage, outputImageAllocation->getMemory(), outputImageAllocation… in iterate()
1124 …vk.bindBufferMemory(device, *sampleLocationBuffer, sampleLocationBufferAllocation->getMemory(), sa… in iterate()