Searched refs:initInstanceTable (Results 1 – 5 of 5) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_layer_table.h | 36 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd… 37 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAdd…
|
D | vk_layer_table.cpp | 146 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()
|
D | unique_objects.h | 168 initInstanceTable(*pInstance, fpGetInstanceProcAddr, unique_objects_instance_table_map); in explicit_CreateInstance()
|
D | object_tracker.h | 633 initInstanceTable(*pInstance, fpGetInstanceProcAddr, object_tracker_instance_table_map); in explicit_CreateInstance()
|
D | parameter_validation.cpp | 1382 …VkLayerInstanceDispatchTable *pTable = initInstanceTable(*pInstance, fpGetInstanceProcAddr, pc_ins… in vkCreateInstance()
|