Home
last modified time | relevance | path

Searched refs:imageAlloc (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp190 …de::MovePtr<Allocation> imageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, device, *ima… in initImages() local
191 VK_CHECK(vk.bindImageMemory(device, *image, imageAlloc->getMemory(), imageAlloc->getOffset())); in initImages()
235 m_imageAllocs.push_back(AllocationSp(imageAlloc.release())); in initImages()
DvktApiGetMemoryCommitment.cpp144 …de::MovePtr<Allocation> imageAlloc = memAlloc.allocate(memoryRequirements, MemoryRequirement::L… in iterate() local
146 VK_CHECK(vkd.bindImageMemory(device, *image, imageAlloc->getMemory(), imageAlloc->getOffset())); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp516 AllocationMp imageAlloc; in iterate() local
517 …ndleUp(createImageAndBindMemory(vkdi, device, descType, allocator, queueFamilyIndex, &imageAlloc)); in iterate()
525 inputAllocs.push_back(de::SharedPtr<Allocation>(imageAlloc.release())); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp812 …const MovePtr<Allocation> imageAlloc = bindImage(vk, device, allocator, *image, MemoryRequire… in testNoAtt() local