Home
last modified time | relevance | path

Searched refs:GetDeviceImageSparseMemoryRequirements (Results 1 - 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h495 PFN_vkGetDeviceImageSparseMemoryRequirements GetDeviceImageSparseMemoryRequirements; member
H A Dvk_dispatch_table_helper.h230 table->GetDeviceImageSparseMemoryRequirements = in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c526 table->GetDeviceImageSparseMemoryRequirements = (PFN_vkGetDeviceImageSparseMemoryRequirements)gpa(dev, "vkGetDeviceImageSparseMemoryRequirements"); in loader_init_device_dispatch_table()
2304 if (!strcmp(name, "GetDeviceImageSparseMemoryRequirements")) { in loader_lookup_device_dispatch_table()
2306 return (void *)table->GetDeviceImageSparseMemoryRequirements; in loader_lookup_device_dispatch_table()
/third_party/vulkan-loader/tests/
H A Dloader_version_tests.cpp765 PFN_vkGetDeviceImageSparseMemoryRequirements GetDeviceImageSparseMemoryRequirements = in TEST() local
767 GetDeviceImageSparseMemoryRequirements(device, nullptr, nullptr, nullptr); in TEST()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h230 table->GetDeviceImageSparseMemoryRequirements = in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c3382 disp->GetDeviceImageSparseMemoryRequirements(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements); in vkGetDeviceImageSparseMemoryRequirements()

Completed in 44 milliseconds