Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp477 VkShaderModule vert_module; in ImGui_ImplVulkan_CreateDeviceObjects() local
486 err = vkCreateShaderModule(g_Device, &vert_info, g_Allocator, &vert_module); in ImGui_ImplVulkan_CreateDeviceObjects()
561 stage[0].module = vert_module; in ImGui_ImplVulkan_CreateDeviceObjects()
655 vkDestroyShaderModule(g_Device, vert_module, g_Allocator); in ImGui_ImplVulkan_CreateDeviceObjects()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1428 VkShaderModule vert_module, frag_module; in setup_swapchain_data_pipeline() local
1436 &vert_info, NULL, &vert_module)); in setup_swapchain_data_pipeline()
1517 stage[0].module = vert_module; in setup_swapchain_data_pipeline()
1614 device_data->vtable.DestroyShaderModule(device_data->device, vert_module, NULL); in setup_swapchain_data_pipeline()