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

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1147 VkShaderModule vert_module, frag_module; local in function:setup_swapchain_data_pipeline
1155 &vert_info, NULL, &vert_module));
1236 stage[0].module = vert_module;
1333 device_data->vtable.DestroyShaderModule(device_data->device, vert_module, NULL);
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1428 VkShaderModule vert_module, frag_module; local in function:setup_swapchain_data_pipeline
1436 &vert_info, NULL, &vert_module));
1517 stage[0].module = vert_module;
1614 device_data->vtable.DestroyShaderModule(device_data->device, vert_module, NULL);

Completed in 10 milliseconds