Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.h48 void destroy_device_dispatch_table(dispatch_key key);
Dvk_layer_table.cpp79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); } in destroy_device_dispatch_table() function
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp201 destroy_device_dispatch_table(key); in vkDestroyDevice()