Home
last modified time | relevance | path

Searched defs:memoryFd (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp111 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
125 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, VkImageLayout releasedOldLayout, VkImageLayout releasedNewLayout, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
H A DVulkanImageWrappingTestsOpaqueFD.cpp128 int memoryFd = -1; in GetMemoryFd() local
136 CreateBindExportImage(dawn_native::vulkan::Device* deviceVk, uint32_t width, uint32_t height, VkFormat format, VkImage* handle, VkDeviceMemory* allocation, VkDeviceSize* allocationSize, uint32_t* memoryTypeIndex, int* memoryFd) CreateBindExportImage() argument
159 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, VkDeviceSize allocationSize, uint32_t memoryTypeIndex, std::vector<int> waitFDs, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
173 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, VkDeviceSize allocationSize, uint32_t memoryTypeIndex, std::vector<int> waitFDs, VkImageLayout releasedOldLayout, VkImageLayout releasedNewLayout, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
492 int memoryFd = GetMemoryFd(deviceVk, defaultAllocation); TEST_P() local
521 int memoryFd = GetMemoryFd(deviceVk, defaultAllocation); TEST_P() local
551 int memoryFd = GetMemoryFd(deviceVk, defaultAllocation); TEST_P() local
591 int memoryFd = GetMemoryFd(deviceVk, defaultAllocation); TEST_P() local
642 int memoryFd = GetMemoryFd(deviceVk, defaultAllocation); TEST_P() local
695 int memoryFd = GetMemoryFd(deviceVk, defaultAllocation); TEST_P() local
757 int memoryFd = GetMemoryFd(deviceVk, defaultAllocation); TEST_P() local
976 int memoryFd = GetMemoryFd(secondDeviceVk, allocationA); TEST_P() local
[all...]
/foundation/distributedhardware/distributed_audio/common/include/
H A Daudio_types.h361 int32_t memoryFd; /**< File descriptor of the mmap buffer */ member

Completed in 5 milliseconds