Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp478 VkShaderModule frag_module; in ImGui_ImplVulkan_CreateDeviceObjects() local
492 err = vkCreateShaderModule(g_Device, &frag_info, g_Allocator, &frag_module); in ImGui_ImplVulkan_CreateDeviceObjects()
565 stage[1].module = frag_module; in ImGui_ImplVulkan_CreateDeviceObjects()
656 vkDestroyShaderModule(g_Device, frag_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
1442 &frag_info, NULL, &frag_module)); in setup_swapchain_data_pipeline()
1521 stage[1].module = frag_module; in setup_swapchain_data_pipeline()
1615 device_data->vtable.DestroyShaderModule(device_data->device, frag_module, NULL); in setup_swapchain_data_pipeline()