/third_party/vk-gl-cts/build/include/ |
H A D | vk-wrappers-1-0.h | 3 PFN_vkAllocateMemory vkAllocateMemory;
|
/third_party/vk-gl-cts/build/ |
H A D | vk-wrappers-1-0.h | 3 PFN_vkAllocateMemory vkAllocateMemory;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.h | 77 VkPtr<PFN_vkAllocateMemory> fAllocateMemory;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 152 PFN_vkAllocateMemory AllocateMemory = nullptr;
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 118 PFN_vkAllocateMemory vkAllocateMemory; 517 extern PFN_vkAllocateMemory vkAllocateMemory;
|
H A D | volk.c | 328 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 D | vk_layer_dispatch_table.h | 310 PFN_vkAllocateMemory AllocateMemory;
|
H A D | vk_dispatch_table_helper.h | 43 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 341 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(dev, "vkAllocateMemory"); in loader_init_device_dispatch_table()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4886 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 D | vk_dispatch_table_helper.h | 43 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 10901 PFN_vkAllocateMemory vkAllocateMemory = 0; 11876 vkAllocateMemory = PFN_vkAllocateMemory( vkGetInstanceProcAddr( instance, "vkAllocateMemory" ) ); 13080 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) );
|
H A D | vulkan_raii.hpp | 696 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in init() 1586 PFN_vkAllocateMemory vkAllocateMemory = 0;
|
H A D | vulkan_core.h | 3532 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 D | vk_mem_alloc.h | 1605 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 D | vulkan.hpp | 16421 PFN_vkAllocateMemory vkAllocateMemory = 0; 17617 vkAllocateMemory = PFN_vkAllocateMemory( vkGetInstanceProcAddr( instance, "vkAllocateMemory" ) ); 18937 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) );
|
H A D | vulkan_raii.hpp | 693 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in DeviceDispatcher() 1736 PFN_vkAllocateMemory vkAllocateMemory = 0; [all...] |
H A D | vulkan_core.h | 3946 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 D | vulkan_sc_core.h | 2640 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 D | vulkan_core.h | 3439 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 3796 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 D | vulkan_core.h | 3581 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef
|