Searched refs:getMemoryFd (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.hpp | 177 int getMemoryFd (const vk::DeviceInterface& vkd,
|
D | vktExternalMemoryUtil.cpp | 431 int getMemoryFd (const vk::DeviceInterface& vkd, in getMemoryFd() function
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 3047 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()
|