/third_party/mesa3d/src/vulkan/util/ |
D | vk_alloc.c | 20 vk_default_alloc(void *pUserData, in vk_default_alloc() 30 vk_default_realloc(void *pUserData, in vk_default_realloc() 41 vk_default_free(void *pUserData, void *pMemory) in vk_default_free()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDebugUtilsMessenger.hpp | 38 void *pUserData = nullptr; member in vk::DebugUtilsMessenger
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 80 static VKAPI_ATTR void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignme… in allocationCallback() 85 static VKAPI_ATTR void* VKAPI_CALL reallocationCallback (void* pUserData, void* pOriginal, size_t s… in reallocationCallback() 90 static VKAPI_ATTR void VKAPI_CALL freeCallback (void* pUserData, void* pMem) in freeCallback() 95 static VKAPI_ATTR void VKAPI_CALL internalAllocationNotificationCallback (void* pUserData, size_t s… in internalAllocationNotificationCallback() 100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, V… in internalFreeNotificationCallback()
|
D | vkDebugReportUtil.cpp | 121 void* pUserData) in debugReportCallback()
|
/third_party/vulkan-loader/loader/ |
D | vk_loader_layer.h | 48 void *pUserData; member
|
/third_party/vulkan-loader/tests/ |
D | loader_alloc_callback_tests.cpp | 177 …static VKAPI_ATTR void* VKAPI_CALL public_allocation(void* pUserData, size_t size, size_t alignmen… in public_allocation() 181 …static VKAPI_ATTR void* VKAPI_CALL public_reallocation(void* pUserData, void* pOriginal, size_t si… in public_reallocation() 185 static VKAPI_ATTR void VKAPI_CALL public_free(void* pUserData, void* pMemory) noexcept { in public_free() 188 …static VKAPI_ATTR void VKAPI_CALL public_internal_allocation_notification(void* pUserData, size_t … in public_internal_allocation_notification() 193 …static VKAPI_ATTR void VKAPI_CALL public_internal_free(void* pUserData, size_t size, VkInternalAll… in public_internal_free()
|
D | loader_debug_ext_tests.cpp | 126 const char* pMessage, void* pUserData) { in test_DebugReportCallback()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12MemAlloc.h | 720 void* pUserData; member 1397 void* pUserData; member 1412 void* pUserData; member
|
D | D3D12Sample.cpp | 129 static void* CustomAllocate(size_t Size, size_t Alignment, void* pUserData) in CustomAllocate() 141 static void CustomFree(void* pMemory, void* pUserData) in CustomFree()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | nvcuvid.h | 225 …void *pUserData; /**< IN: User private data passed in to the data handl… member 350 …void *pUserData; /**< IN: User data for callbacks … member
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 320 void *pUserData) -> VkBool32 { in initialize()
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 251 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in dbgFunc() 1659 VKAPI_ATTR void *VKAPI_CALL myrealloc(void *pUserData, void *pOriginal, in myrealloc() 1665 VKAPI_ATTR void *VKAPI_CALL myalloc(void *pUserData, size_t size, in myalloc() 1675 VKAPI_ATTR void VKAPI_CALL myfree(void *pUserData, void *pMemory) { in myfree()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 39 …e_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 49 …e_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 50 …e_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 58 …e_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1782 VKAPI_ATTR void *VKAPI_CALL allocCallbackFunc (void *pUserData, size_t size, size_t alignment, VkSy… in allocCallbackFunc() 1816 VKAPI_ATTR void VKAPI_CALL freeCallbackFunc (void *pUserData, void *pMemory) in freeCallbackFunc() 1831 VKAPI_ATTR void *VKAPI_CALL reallocCallbackFunc (void *pUserData, void *pOriginal, size_t size, siz… in reallocCallbackFunc()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 113 void* pUserData) { in DebugReportCallback()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 109 void* pUserData) { in DebugReportCallback()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkinstance.c | 308 void *pUserData) in _gst_vk_debug_callback()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2105 void* VMA_NULLABLE pUserData; member 2778 void* VMA_NULLABLE pUserData; member 3114 void* VMA_NULLABLE pUserData; member 8375 void VmaAllocation_T::SetUserData(VmaAllocator hAllocator, void* pUserData) in SetUserData() 13045 void* pUserData, in AllocateFromBlock() 15086 const void* pUserData) in RecordSetAllocationUserData() 15334 …ecorder::UserDataString::UserDataString(VmaAllocationCreateFlags allocFlags, const void* pUserData) in UserDataString() 16024 void* pUserData, in AllocateDedicatedMemory() 16159 void* pUserData, in AllocateDedicatedMemoryPage() 18356 void* pUserData) in vmaSetAllocationUserData()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1630 void *pUserData) in zink_debug_util_callback()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 1037 LPVOID pUserData) in ShowCallstack()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 1037 LPVOID pUserData) in ShowCallstack()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 80 inline VkAllocationCallbacks makeAllocationCallbacks (void* pUserData, PFN_vkAllocationFunction pfn…
|