Home
last modified time | relevance | path

Searched refs:terminator_dispatch (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader_common.h257 VkLayerInstanceDispatchTable terminator_dispatch; member
H A Dloader.c3982 disp_table = &loader_inst->terminator_dispatch;
4070 disp_table = &loader_inst->terminator_dispatch;
4780 // Copy the current disp table into the terminator_dispatch table so we can use it in loader_gpa_instance_terminator()
4781 memcpy(&inst->terminator_dispatch, &inst->disp->layer_inst_disp, sizeof(VkLayerInstanceDispatchTable));

Completed in 17 milliseconds