Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.h30 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd…
31 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd…
Dvk_layer_table.cpp138 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd… in initInstanceTable() function
161 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd… in initInstanceTable() function
162 return initInstanceTable(instance, gpa, tableInstanceMap); in initInstanceTable()
Dobject_tracker.cpp3229 initInstanceTable(*pInstance, fpGetInstanceProcAddr, ot_instance_table_map); in CreateInstance()
Dparameter_validation.cpp1328 …VkLayerInstanceDispatchTable *pTable = initInstanceTable(*pInstance, fpGetInstanceProcAddr, pc_ins… in CreateInstance()