Home
last modified time | relevance | path

Searched refs:imageAlloc (Results 1 – 6 of 6) 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.cpp160 …de::MovePtr<Allocation> imageAlloc = memAlloc.allocate(memoryRequirements, MemoryRequirement::L… in iterate() local
162 VK_CHECK(vkd.bindImageMemory(device, *image, imageAlloc->getMemory(), imageAlloc->getOffset())); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp444 auto& imageAlloc = image.getAllocation(); in iterateAspect() local
445 auto* imagePtr = reinterpret_cast<unsigned char*>(imageAlloc.getHostPtr()); in iterateAspect()
492 invalidateAlloc(vkd, device, imageAlloc); in iterateAspect()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp557 AllocationMp imageAlloc; in iterate() local
558 …ndleUp(createImageAndBindMemory(vkdi, device, descType, allocator, queueFamilyIndex, &imageAlloc)); in iterate()
566 inputAllocs.push_back(de::SharedPtr<Allocation>(imageAlloc.release())); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp264 de::MovePtr<Allocation>& imageAlloc, in prepareImageAndImageView() argument
289imageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *image), MemoryRequirement… in prepareImageAndImageView()
290 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageAlloc->getMemory(), imageAlloc->getOffset())); in prepareImageAndImageView()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp798 …const MovePtr<Allocation> imageAlloc = bindImage(vk, device, allocator, *image, MemoryRequire… in testNoAtt() local