Home
last modified time | relevance | path

Searched refs:getMemoryFd (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.hpp202 int getMemoryFd (const vk::DeviceInterface& vkd,
DvktExternalMemoryUtil.cpp448 int getMemoryFd (const vk::DeviceInterface& vkd, in getMemoryFd() function
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp583 …inputImageMemFd = vkt::ExternalMemoryUtil::getMemoryFd(vkd, device, *dstMemory, VK_EXTERNAL_MEMORY… in exportImportMemoryExplicitModifiersCase()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp3191 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()