Home
last modified time | relevance | path

Searched refs:PFN_vkAllocateMemory (Results 76 – 100 of 195) sorted by relevance

12345678

/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/deps/glad/
H A Dvulkan.h2924 typedef VkResult (GLAD_API_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInf… typedef
3111 GLAD_API_CALL PFN_vkAllocateMemory glad_vkAllocateMemory;
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/deps/glad/
H A Dvulkan.h2924 typedef VkResult (GLAD_API_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInf… typedef
3111 GLAD_API_CALL PFN_vkAllocateMemory glad_vkAllocateMemory;
/dports/graphics/glfw/glfw-3.3.4/deps/glad/
H A Dvulkan.h2924 typedef VkResult (GLAD_API_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInf… typedef
3111 GLAD_API_CALL PFN_vkAllocateMemory glad_vkAllocateMemory;
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/deps/glad/
H A Dvulkan.h2924 typedef VkResult (GLAD_API_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInf… typedef
3111 GLAD_API_CALL PFN_vkAllocateMemory glad_vkAllocateMemory;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/generated/
H A Dvk_dispatch_table_helper.h199 table->AllocateMemory = (PFN_vkAllocateMemory) gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c292 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(dev, "vkAllocateMemory"); in loader_init_device_dispatch_table()
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/vk/
H A Dfeatures.rs711 pub type PFN_vkAllocateMemory = unsafe extern "system" fn( typedef
1485 pub allocate_memory: PFN_vkAllocateMemory,
/dports/graphics/vulkan-headers/Vulkan-Headers-1.2.203/include/vulkan/
H A Dvulkan.hpp11206PFN_vkAllocateMemory vkAllocateMemory …
12184 … vkAllocateMemory = PFN_vkAllocateMemory( vkGetInstanceProcAddr( instance, "vkAllocateMemory" ) ); in init()
13393 … vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in init()
/dports/misc/usd/USD-21.11/pxr/imaging/hgiVulkan/
H A Dvk_mem_alloc.h1923 extern PFN_vkAllocateMemory vkAllocateMemory;
2211 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;
15707 m_VulkanFunctions.vkAllocateMemory = (PFN_vkAllocateMemory)vkAllocateMemory; in ImportVulkanFunctions_Static()
15795 VMA_FETCH_DEVICE_FUNC(vkAllocateMemory, PFN_vkAllocateMemory, "vkAllocateMemory"); in ImportVulkanFunctions_Dynamic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A Dvk_mem_alloc.h1923 extern PFN_vkAllocateMemory vkAllocateMemory;
2211 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;
15729 m_VulkanFunctions.vkAllocateMemory = (PFN_vkAllocateMemory)vkAllocateMemory; in ImportVulkanFunctions_Static()
15817 VMA_FETCH_DEVICE_FUNC(vkAllocateMemory, PFN_vkAllocateMemory, "vkAllocateMemory"); in ImportVulkanFunctions_Dynamic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h1923 extern PFN_vkAllocateMemory vkAllocateMemory;
2215 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;
15711 m_VulkanFunctions.vkAllocateMemory = (PFN_vkAllocateMemory)vkAllocateMemory; in ImportVulkanFunctions_Static()
15799 VMA_FETCH_DEVICE_FUNC(vkAllocateMemory, PFN_vkAllocateMemory, "vkAllocateMemory"); in ImportVulkanFunctions_Dynamic()
/dports/games/warzone2100/warzone2100/lib/ivis_opengl/3rdparty/
H A Dvk_mem_alloc.h2043 extern PFN_vkAllocateMemory vkAllocateMemory;
2357 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;
15958 m_VulkanFunctions.vkAllocateMemory = (PFN_vkAllocateMemory)vkAllocateMemory; in ImportVulkanFunctions_Static()
16046 VMA_FETCH_DEVICE_FUNC(vkAllocateMemory, PFN_vkAllocateMemory, "vkAllocateMemory"); in ImportVulkanFunctions_Dynamic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/loader/generated/
H A Dvk_dispatch_table_helper.h302 table->AllocateMemory = (PFN_vkAllocateMemory) gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c313 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(dev, "vkAllocateMemory"); in loader_init_device_dispatch_table()
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/Vulkan-Headers/include/vulkan/
H A Dvulkan.hpp11088PFN_vkAllocateMemory vkAllocateMemory …
12066 … vkAllocateMemory = PFN_vkAllocateMemory( vkGetInstanceProcAddr( instance, "vkAllocateMemory" ) ); in init()
13275 … vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in init()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/khronos/include/vulkan/
H A Dvulkan_old.h2189 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl… typedef
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/khronos/include/vulkan/
H A Dvulkan_old.h2189 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl… typedef
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/generated/
H A Dvk_dispatch_table_helper.h356 table->AllocateMemory = (PFN_vkAllocateMemory) gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/generated/
H A Dvk_dispatch_table_helper.h713 table->AllocateMemory = (PFN_vkAllocateMemory) gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dvk_dispatch_table_helper.h835 table->AllocateMemory = (PFN_vkAllocateMemory) gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/deps/vulkan/
H A Dvulkan.h2302 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl… typedef
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/deps/vulkan/
H A Dvulkan.h2302 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl… typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h1158 PFN_vkAllocateMemory vkAllocateMemory;
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/khronos/vulkan/
H A Dvulkan.h2496 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl… typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/deps/vulkan/
H A Dvulkan_core.h2725 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl… typedef

12345678