Lines Matching defs:allocation
210 TCU_THROW(NotSupportedError, "Handle requires dedicated allocation, but test uses suballocated memory");
245 TCU_THROW(NotSupportedError, "Handle requires dedicated allocation, but test uses suballocated memory");
602 TCU_THROW(NotSupportedError, "Memory requires dedicated allocation");
646 TCU_THROW(NotSupportedError, "Memory requires dedicated allocation");
823 de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *image, nativeHandle, externalType, exportedMemoryTypeIndex, dedicated);
825 return de::MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling));
851 de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *buffer, nativeHandle, externalType, exportedMemoryTypeIndex, dedicated);
853 return de::MovePtr<Resource>(new Resource(resourceDesc.type, buffer, allocation, offset, size));
1093 de::MovePtr<vk::Allocation> allocation = de::MovePtr<vk::Allocation>(new SimpleAllocation(m_vkdA, *m_deviceA, memory.disown()));
1094 resourceA = de::MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling));
1108 de::MovePtr<vk::Allocation> allocation = de::MovePtr<vk::Allocation>(new SimpleAllocation(m_vkdA, *m_deviceA, memory.disown()));
1109 resourceA = de::MovePtr<Resource>(new Resource(resourceDesc.type, buffer, allocation, offset, size));