Lines Matching refs:getMemory
399 …VK_CHECK(vk.bindBufferMemory(device, *validationBuffer, validationAlloc->getMemory(), validationAl… in iterate()
424 …VK_CHECK(vk.bindImageMemory(device, *depthResolveImage, depthResolveAllocation->getMemory(), depth… in iterate()
459 …VK_CHECK(vk.bindBufferMemory(device, *markerBuffer, markerBufferAllocation->getMemory(), markerBuf… in iterate()
484 …VK_CHECK(vk.bindImageMemory(device, *markerImage, markerImageAllocation->getMemory(), markerImageA… in iterate()
518 …VK_CHECK(vk.bindBufferMemory(device, *controlBuffer, controlBufferAllocation->getMemory(), control… in iterate()
534 controlBufferAllocation->getMemory(), in iterate()
570 …VK_CHECK(vk.bindImageMemory(device, *depthImage, depthImageAllocation->getMemory(), depthImageAllo… in iterate()
941 …invalidateMappedMemoryRange(vk, device, validationAlloc->getMemory(), validationAlloc->getOffset()… in iterate()
942 …invalidateMappedMemoryRange(vk, device, markerBufferAllocation->getMemory(), markerBufferAllocatio… in iterate()
1113 …vk.bindImageMemory(device, *outputImage, outputImageAllocation->getMemory(), outputImageAllocation… in iterate()
1148 …vk.bindBufferMemory(device, *sampleLocationBuffer, sampleLocationBufferAllocation->getMemory(), sa… in iterate()