Home
last modified time | relevance | path

Searched defs:pFd (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphore.cpp50 virtual VkResult exportOpaqueFd(int *pFd) in exportOpaqueFd()
311 VkResult BinarySemaphore::exportFd(int *pFd) in exportFd()
DVkSemaphoreExternalLinux.hpp173 VkResult exportOpaqueFd(int *pFd) override in exportOpaqueFd()
DlibVulkan.cpp1114 …esult VKAPI_CALL vkGetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR *getFdInfo, int *pFd) in vkGetMemoryFdKHR()
1463 …KAPI_CALL vkGetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR *pGetFdInfo, int *pFd) in vkGetSemaphoreFdKHR()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c565 int *pFd) in tu_GetSemaphoreFdKHR()
606 int *pFd) in tu_GetFenceFdKHR()
Dtu_device.c2912 int *pFd) in tu_GetMemoryFdKHR()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_fence.c419 int *pFd) in vk_common_GetFenceFdKHR()
Dvk_semaphore.c479 int *pFd) in vk_common_GetSemaphoreFdKHR()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_device_memory.c653 int *pFd) in vn_GetMemoryFdKHR()
Dvn_queue.c909 int *pFd) in vn_GetFenceFdKHR()
1190 int *pFd) in vn_GetSemaphoreFdKHR()
/third_party/sqlite/src/
Dshell.c14816 static int recoverVfsClose(sqlite3_file *pFd){ in recoverVfsClose()
14855 sqlite3_file *pFd, /* File-handle open on input database */ in recoverVfsDetectPagesize()
14911 static int recoverVfsRead(sqlite3_file *pFd, void *aBuf, int nByte, i64 iOff){ in recoverVfsRead()
15043 sqlite3_file *pFd, const void *aBuf, int nByte, i64 iOff in recoverVfsWrite()
15049 static int recoverVfsTruncate(sqlite3_file *pFd, sqlite3_int64 size){ in recoverVfsTruncate()
15054 static int recoverVfsSync(sqlite3_file *pFd, int flags){ in recoverVfsSync()
15059 static int recoverVfsFileSize(sqlite3_file *pFd, sqlite3_int64 *pSize){ in recoverVfsFileSize()
15064 static int recoverVfsLock(sqlite3_file *pFd, int eLock){ in recoverVfsLock()
15069 static int recoverVfsUnlock(sqlite3_file *pFd, int eLock){ in recoverVfsUnlock()
15074 static int recoverVfsCheckReservedLock(sqlite3_file *pFd, int *pResOut){ in recoverVfsCheckReservedLock()
[all …]
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1641 int *pFd) in panvk_GetMemoryFdKHR()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c1850 int *pFd) in pvr_GetMemoryFdKHR()
/third_party/vulkan-loader/loader/generated/
Dvk_dispatch_table_helper.h86 …GetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd) { return VK_SUCC… in StubGetMemoryFdKHR()
95 …aphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd) { return VK_SUCC… in StubGetSemaphoreFdKHR()
113 …ubGetFenceFdKHR(VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd) { return VK_SUCC… in StubGetFenceFdKHR()
Dvk_loader_extensions.c2849 int* pFd) { in GetMemoryFdKHR()
2928 int* pFd) { in GetSemaphoreFdKHR()
3150 int* pFd) { in GetFenceFdKHR()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c2718 int *pFd) in v3dv_GetMemoryFdKHR()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c4046 int* pFd) in anv_GetMemoryFdKHR()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkNullDriverImpl.inl1594 …esult VKAPI_CALL getMemoryFdKHR (VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd)
1658 …VKAPI_CALL getSemaphoreFdKHR (VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd)
1710 …kResult VKAPI_CALL getFenceFdKHR (VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd)
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_funcs.hpp10953 int * pFd, in getMemoryFdKHR()
11122 int * pFd, in getSemaphoreFdKHR()
12125 int * pFd, in getFenceFdKHR()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp11363int * pFd, in getMemoryFdKHR()
11522int * pFd, in getSemaphoreFdKHR()
12500int * pFd, in getFenceFdKHR()