Lines Matching defs:memory
127 const vk::VkDeviceMemory memory);
137 const vk::VkDeviceMemory memory)
138 : Allocation (memory, 0, DE_NULL)
241 DE_FATAL("No supported memory types");
313 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info));
317 return memory;
347 vk::Move<vk::VkDeviceMemory> memory = importMemory(vkd, device, requirements.memoryRequirements, externalType, nativeHandle, !!dedicatedRequirements.requiresDedicatedAllocation, buffer, DE_NULL);
348 VK_CHECK(vkd.bindBufferMemory(device, buffer, *memory, 0u));
350 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown()));
380 vk::Move<vk::VkDeviceMemory> memory = importMemory(vkd, device, requirements.memoryRequirements, externalType, nativeHandle, !!dedicatedRequirements.requiresDedicatedAllocation, DE_NULL, image);
381 VK_CHECK(vkd.bindImageMemory(device, image, *memory, 0u));
383 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown()));
1627 TCU_THROW(NotSupportedError, "Importing memory type not supported");
1683 vk::VkDeviceMemory memory = resourceWrite->getMemory();
1693 &memory,
1698 &memory,
1724 vk::VkDeviceMemory memory = resourceRead->getMemory();
1734 &memory,
1739 &memory,