Home
last modified time | relevance | path

Searched refs:initInstanceTable (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_table.h36 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd…
37 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd…
Dvk_layer_table.cpp146 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd… in initInstanceTable() function
169 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd… in initInstanceTable() function
170 return initInstanceTable(instance, gpa, tableInstanceMap); in initInstanceTable()
Dunique_objects.h168 initInstanceTable(*pInstance, fpGetInstanceProcAddr, unique_objects_instance_table_map); in explicit_CreateInstance()
Dobject_tracker.h633 initInstanceTable(*pInstance, fpGetInstanceProcAddr, object_tracker_instance_table_map); in explicit_CreateInstance()
Dparameter_validation.cpp1382 …VkLayerInstanceDispatchTable *pTable = initInstanceTable(*pInstance, fpGetInstanceProcAddr, pc_ins… in vkCreateInstance()