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/mesa3d/src/amd/vulkan/radix_sort/
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/
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)\
523 DestroyShaderModule(device, stage_info->module, NULL); in ~PipelineBuilder()
/third_party/mesa3d/src/gallium/drivers/zink/
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/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h338 PFN_vkDestroyShaderModule DestroyShaderModule; member
Dvk_loader_extensions.c388 table->DestroyShaderModule = (PFN_vkDestroyShaderModule)gpa(dev, "vkDestroyShaderModule"); in loader_init_device_dispatch_table()
1447 if (!strcmp(name, "DestroyShaderModule")) return (void *)table->DestroyShaderModule; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h474 table->DestroyShaderModule = (PFN_vkDestroyShaderModule) gpa(device, "vkDestroyShaderModule"); in layer_init_device_dispatch_table()
/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/vulkan-loader/loader/
Dtrampoline.c1478 disp->DestroyShaderModule(device, shaderModule, pAllocator); in vkDestroyShaderModule()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst238 - v3dv: Create/DestroyShaderModule implementation