Home | History | Annotate | Download | only in synchronization

Lines Matching defs:memory

121 													 const vk::VkDeviceMemory	memory);
131 const vk::VkDeviceMemory memory)
132 : Allocation (memory, 0, DE_NULL)
158 TCU_THROW(NotSupportedError, "Required external memory extensions not supported by the instance");
248 DE_FATAL("No supported memory types");
285 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info));
289 return memory;
319 vk::Move<vk::VkDeviceMemory> memory = importMemory(vkd, device, requirements.memoryRequirements, externalType, nativeHandle, !!dedicatedRequirements.requiresDedicatedAllocation, buffer, DE_NULL);
320 VK_CHECK(vkd.bindBufferMemory(device, buffer, *memory, 0u));
322 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown()));
352 vk::Move<vk::VkDeviceMemory> memory = importMemory(vkd, device, requirements.memoryRequirements, externalType, nativeHandle, !!dedicatedRequirements.requiresDedicatedAllocation, DE_NULL, image);
353 VK_CHECK(vkd.bindImageMemory(device, image, *memory, 0u));
355 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown()));
910 "Memory",
1464 TCU_THROW(NotSupportedError, "Memory handle type not supported by this OS");
1514 TCU_THROW(NotSupportedError, "Memory handle type not supported by this OS");
1536 TCU_THROW(NotSupportedError, "Importing memory type not supported");
1593 vk::VkDeviceMemory memory = resourceWrite->getMemory();
1603 &memory,
1608 &memory,
1634 vk::VkDeviceMemory memory = resourceRead->getMemory();
1644 &memory,
1649 &memory,
1721 m_resultCollector.fail("Memory contents don't match");