Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.h34 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_ta…
35 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa);
Dvk_layer_table.cpp173 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_ta… in initDeviceTable() function
196 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa) { in initDeviceTable() function
197 return initDeviceTable(device, gpa, tableMap); in initDeviceTable()
Dunique_objects.h213 initDeviceTable(*pDevice, fpGetDeviceProcAddr, unique_objects_device_table_map); in explicit_CreateDevice()
Dobject_tracker.h683 initDeviceTable(*pDevice, fpGetDeviceProcAddr, object_tracker_device_table_map); in explicit_CreateDevice()
Dparameter_validation.cpp1743 initDeviceTable(*pDevice, fpGetDeviceProcAddr, pc_device_table_map); in vkCreateDevice()