HomeSort by relevance Sort by last modified time
    Searched refs:initInstanceTable (Results 1 - 5 of 5) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_table.h 36 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map);
37 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa);
vk_layer_table.cpp 146 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map) {
169 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa) {
170 return initInstanceTable(instance, gpa, tableInstanceMap);
unique_objects.h 168 initInstanceTable(*pInstance, fpGetInstanceProcAddr, unique_objects_instance_table_map);
object_tracker.h     [all...]
parameter_validation.cpp     [all...]

Completed in 197 milliseconds