Home
last modified time | relevance | path

Searched refs:GetFramebufferTilePropertiesQCOM (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h1024 PFN_vkGetFramebufferTilePropertiesQCOM GetFramebufferTilePropertiesQCOM; member
Dvk_dispatch_table_helper.h1258 …table->GetFramebufferTilePropertiesQCOM = (PFN_vkGetFramebufferTilePropertiesQCOM) gpa(device, "vk… in layer_init_device_dispatch_table()
1259 …if (table->GetFramebufferTilePropertiesQCOM == nullptr) { table->GetFramebufferTilePropertiesQCOM in layer_init_device_dispatch_table()
Dvk_loader_extensions.c1084 …table->GetFramebufferTilePropertiesQCOM = (PFN_vkGetFramebufferTilePropertiesQCOM)gdpa(dev, "vkGet… in loader_init_device_extension_dispatch_table()
2139 …(name, "GetFramebufferTilePropertiesQCOM")) return (void *)table->GetFramebufferTilePropertiesQCOM; in loader_lookup_device_dispatch_table()
7420 VKAPI_ATTR VkResult VKAPI_CALL GetFramebufferTilePropertiesQCOM( in GetFramebufferTilePropertiesQCOM() function
7432 … return disp->GetFramebufferTilePropertiesQCOM(device, framebuffer, pPropertiesCount, pProperties); in GetFramebufferTilePropertiesQCOM()
9557 *addr = (void *)GetFramebufferTilePropertiesQCOM; in extension_instance_gpa()