Home
last modified time | relevance | path

Searched refs:PFN_vkAllocateMemory (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/build/include/
H A Dvk-wrappers-1-0.h3 PFN_vkAllocateMemory vkAllocateMemory;
/third_party/vk-gl-cts/build/
H A Dvk-wrappers-1-0.h3 PFN_vkAllocateMemory vkAllocateMemory;
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h77 VkPtr<PFN_vkAllocateMemory> fAllocateMemory;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h152 PFN_vkAllocateMemory AllocateMemory = nullptr;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h118 PFN_vkAllocateMemory vkAllocateMemory;
517 extern PFN_vkAllocateMemory vkAllocateMemory;
H A Dvolk.c328 vkAllocateMemory = (PFN_vkAllocateMemory)load(context, "vkAllocateMemory"); in volkGenLoadDevice()
729 table->vkAllocateMemory = (PFN_vkAllocateMemory)load(context, "vkAllocateMemory"); in volkGenLoadDeviceTable()
1132 PFN_vkAllocateMemory vkAllocateMemory;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h310 PFN_vkAllocateMemory AllocateMemory;
H A Dvk_dispatch_table_helper.h43 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c341 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(dev, "vkAllocateMemory"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h4886 typedef VkResult (GLAD_API_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo * pAllocateInfo, const VkAllocationCallbacks * pAllocator, VkDeviceMemory * pMemory); typedef
5123 GLAD_API_CALL PFN_vkAllocateMemory glad_vkAllocateMemory;
5632 PFN_vkAllocateMemory glad_vkAllocateMemory = NULL;
5866 glad_vkAllocateMemory = (PFN_vkAllocateMemory) load(userptr, "vkAllocateMemory"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h43 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp10901 PFN_vkAllocateMemory vkAllocateMemory = 0;
11876 vkAllocateMemory = PFN_vkAllocateMemory( vkGetInstanceProcAddr( instance, "vkAllocateMemory" ) );
13080 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) );
H A Dvulkan_raii.hpp696 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in init()
1586 PFN_vkAllocateMemory vkAllocateMemory = 0;
H A Dvulkan_core.h3532 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h1605 m_VulkanFunctions.vkAllocateMemory = (PFN_vkAllocateMemory)vkAllocateMemory;
1923 extern PFN_vkAllocateMemory vkAllocateMemory;
2215 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;
3922 vulkanFunctions.vkAllocateMemory = (PFN_vkAllocateMemory)vkGetDeviceProcAddr(m_hDevice, vkAllocateMemory);
15930 m_VulkanFunctions.vkAllocateMemory = (PFN_vkAllocateMemory)vkAllocateMemory;
16018 VMA_FETCH_DEVICE_FUNC(vkAllocateMemory, PFN_vkAllocateMemory, "vkAllocateMemory");
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16421 PFN_vkAllocateMemory vkAllocateMemory = 0;
17617 vkAllocateMemory = PFN_vkAllocateMemory( vkGetInstanceProcAddr( instance, "vkAllocateMemory" ) );
18937 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) );
H A Dvulkan_raii.hpp693 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in DeviceDispatcher()
1736 PFN_vkAllocateMemory vkAllocateMemory = 0;
[all...]
H A Dvulkan_core.h3946 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2640 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3439 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3796 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3581 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef

Completed in 449 milliseconds