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.h28 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_ta…
29 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa);
Dvk_layer_table.cpp165 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_ta… in initDeviceTable() function
188 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa) { in initDeviceTable() function
189 return initDeviceTable(device, gpa, tableMap); in initDeviceTable()
Dobject_tracker.cpp3186 initDeviceTable(*pDevice, fpGetDeviceProcAddr, ot_device_table_map); in CreateDevice()
Dparameter_validation.cpp1714 initDeviceTable(*pDevice, fpGetDeviceProcAddr, pc_device_table_map); in CreateDevice()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp181 initDeviceTable(*pDevice, fpGetDeviceProcAddr); in vkCreateDevice()