Searched refs:getMemoryFd (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.hpp | 202 int getMemoryFd (const vk::DeviceInterface& vkd,
|
D | vktExternalMemoryUtil.cpp | 448 int getMemoryFd (const vk::DeviceInterface& vkd, in getMemoryFd() function
|
/external/deqp/external/vulkancts/modules/vulkan/modifiers/ |
D | vktModifiersTests.cpp | 583 …inputImageMemFd = vkt::ExternalMemoryUtil::getMemoryFd(vkd, device, *dstMemory, VK_EXTERNAL_MEMORY… in exportImportMemoryExplicitModifiersCase()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 3191 const NativeHandle fd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup() 3255 const NativeHandle fd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup2() 3256 NativeHandle secondFd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup2() 3320 const NativeHandle fd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup3() 3321 NativeHandle secondFd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup3() 3385 const NativeHandle fd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdSendOverSocket()
|