Home
last modified time | relevance | path

Searched refs:DestroyShaderModule (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkPipelineStateBuilder.cpp137 DestroyShaderModule(fGpu->device(), outShaderModules[i], nullptr)); in loadShadersFromCache()
263 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), in finalize()
333 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), shaderModules[i], in finalize()
H A DGrVkMSAALoadManager.cpp220 DestroyShaderModule(gpu->device(), fVertShaderModule, nullptr)); in destroyResources()
226 DestroyShaderModule(gpu->device(), fFragShaderModule, nullptr)); in destroyResources()
H A DGrVkInterface.cpp92 ACQUIRE_PROC(DestroyShaderModule, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp57 // DestroyShaderModule destroys a VkShaderModule.
58 void DestroyShaderModule(VkShaderModule shaderModule) const;
H A DDevice.cpp197 void Device::DestroyShaderModule(VkShaderModule shaderModule) const in DestroyShaderModule() function in Device
H A DComputeTests.cpp309 device->DestroyShaderModule(shaderModule); in test()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h163 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyShaderModule)
H A Dvulkan.c1334 vk->DestroyShaderModule(s->hwctx->act_dev, shd->shader.module, in free_pipeline()
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradv_radix_sort.c114 device->vk.dispatch_table.DestroyShaderModule(_device, shaderModule, pAllocator); in vkDestroyShaderModule()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp143 mDevice->fn.DestroyShaderModule(vkDevice, module, nullptr); in Tick()
H A DVulkanFunctions.h236 PFN_vkDestroyShaderModule DestroyShaderModule = nullptr; member
H A DVulkanFunctions.cpp259 GET_DEVICE_PROC(DestroyShaderModule); in LoadDeviceProcs()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp58 ITEM(DestroyShaderModule)\
523 DestroyShaderModule(device, stage_info->module, NULL); in ~PipelineBuilder()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h348 PFN_vkDestroyShaderModule DestroyShaderModule; member
H A Dvk_dispatch_table_helper.h82 table->DestroyShaderModule = (PFN_vkDestroyShaderModule)gpa(device, "vkDestroyShaderModule"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c379 table->DestroyShaderModule = (PFN_vkDestroyShaderModule)gpa(dev, "vkDestroyShaderModule"); in loader_init_device_dispatch_table()
1734 if (!strcmp(name, "DestroyShaderModule")) { in loader_lookup_device_dispatch_table()
1736 return (void *)table->DestroyShaderModule; in loader_lookup_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c174 VKSCR(DestroyShaderModule)(screen->dev, zm->shader, NULL); in zink_destroy_shader_module()
751 VKSCR(DestroyShaderModule)(screen->dev, comp->module->shader, NULL); in zink_destroy_compute_program()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1614 device_data->vtable.DestroyShaderModule(device_data->device, vert_module, NULL); in setup_swapchain_data_pipeline()
1615 device_data->vtable.DestroyShaderModule(device_data->device, frag_module, NULL); in setup_swapchain_data_pipeline()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h82 table->DestroyShaderModule = (PFN_vkDestroyShaderModule)gpa(device, "vkDestroyShaderModule"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1627 disp->DestroyShaderModule(device, shaderModule, pAllocator); in vkDestroyShaderModule()

Completed in 51 milliseconds