Home
last modified time | relevance | path

Searched refs:DestroyShaderModule (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/src/gpu/vk/
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()
DGrVkMSAALoadManager.cpp220 DestroyShaderModule(gpu->device(), fVertShaderModule, nullptr)); in destroyResources()
226 DestroyShaderModule(gpu->device(), fFragShaderModule, nullptr)); in destroyResources()
DGrVkInterface.cpp92 ACQUIRE_PROC(DestroyShaderModule, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.hpp58 void DestroyShaderModule(VkShaderModule shaderModule) const;
DDevice.cpp197 void Device::DestroyShaderModule(VkShaderModule shaderModule) const in DestroyShaderModule() function in Device
DComputeTests.cpp309 device->DestroyShaderModule(shaderModule); in test()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp278 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), in finalize()
307 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), shaderModules[i], in finalize()
DGrVkInterface.cpp92 ACQUIRE_PROC(DestroyShaderModule, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp138 mDevice->fn.DestroyShaderModule(vkDevice, module, nullptr); in Tick()
DVulkanFunctions.cpp177 GET_DEVICE_PROC(DestroyShaderModule); in LoadDeviceProcs()
DVulkanFunctions.h173 PFN_vkDestroyShaderModule DestroyShaderModule = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp143 mDevice->fn.DestroyShaderModule(vkDevice, module, nullptr); in Tick()
DVulkanFunctions.cpp259 GET_DEVICE_PROC(DestroyShaderModule); in LoadDeviceProcs()
DVulkanFunctions.h236 PFN_vkDestroyShaderModule DestroyShaderModule = nullptr; member
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp58 ITEM(DestroyShaderModule)\
445 DestroyShaderModule(device, stage_info->module, NULL); in ~PipelineBuilder()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c143 VKSCR(DestroyShaderModule)(screen->dev, zm->shader, NULL); in zink_destroy_shader_module()
617 VKSCR(DestroyShaderModule)(screen->dev, comp->module->shader, NULL); in zink_destroy_compute_program()
/third_party/mesa3d/src/vulkan/overlay-layer/
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/mesa3d/docs/relnotes/
D20.3.0.rst238 - v3dv: Create/DestroyShaderModule implementation