Searched refs:initInstanceTable (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_layer_table.h | 30 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd… 31 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd…
|
D | vk_layer_table.cpp | 138 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()
|
D | object_tracker.cpp | 3229 initInstanceTable(*pInstance, fpGetInstanceProcAddr, ot_instance_table_map); in CreateInstance()
|
D | parameter_validation.cpp | 1328 …VkLayerInstanceDispatchTable *pTable = initInstanceTable(*pInstance, fpGetInstanceProcAddr, pc_ins… in CreateInstance()
|