Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.hpp177 int getMemoryFd (const vk::DeviceInterface& vkd,
DvktExternalMemoryUtil.cpp431 int getMemoryFd (const vk::DeviceInterface& vkd, in getMemoryFd() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp3047 const NativeHandle fd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup()
3111 const NativeHandle fd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup2()
3112 NativeHandle secondFd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup2()
3176 const NativeHandle fd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup3()
3177 NativeHandle secondFd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdDup3()
3241 const NativeHandle fd (getMemoryFd(vkd, *device, *memory, config.externalType)); in testMemoryFdSendOverSocket()