/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineStateBuilder.cpp | 137 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 D | GrVkMSAALoadManager.cpp | 220 DestroyShaderModule(gpu->device(), fVertShaderModule, nullptr)); in destroyResources() 226 DestroyShaderModule(gpu->device(), fFragShaderModule, nullptr)); in destroyResources()
|
H A D | GrVkInterface.cpp | 92 ACQUIRE_PROC(DestroyShaderModule, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.hpp | 57 // DestroyShaderModule destroys a VkShaderModule. 58 void DestroyShaderModule(VkShaderModule shaderModule) const;
|
H A D | Device.cpp | 197 void Device::DestroyShaderModule(VkShaderModule shaderModule) const in DestroyShaderModule() function in Device
|
H A D | ComputeTests.cpp | 309 device->DestroyShaderModule(shaderModule); in test()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 163 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyShaderModule)
|
H A D | vulkan.c | 1334 vk->DestroyShaderModule(s->hwctx->act_dev, shd->shader.module, in free_pipeline()
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radv_radix_sort.c | 114 device->vk.dispatch_table.DestroyShaderModule(_device, shaderModule, pAllocator); in vkDestroyShaderModule()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | FencedDeleter.cpp | 143 mDevice->fn.DestroyShaderModule(vkDevice, module, nullptr); in Tick()
|
H A D | VulkanFunctions.h | 236 PFN_vkDestroyShaderModule DestroyShaderModule = nullptr; member
|
H A D | VulkanFunctions.cpp | 259 GET_DEVICE_PROC(DestroyShaderModule); in LoadDeviceProcs()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 58 ITEM(DestroyShaderModule)\ 523 DestroyShaderModule(device, stage_info->module, NULL); in ~PipelineBuilder()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 348 PFN_vkDestroyShaderModule DestroyShaderModule; member
|
H A D | vk_dispatch_table_helper.h | 82 table->DestroyShaderModule = (PFN_vkDestroyShaderModule)gpa(device, "vkDestroyShaderModule"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 379 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 D | zink_program.c | 174 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 D | overlay.cpp | 1614 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 D | vk_dispatch_table_helper.h | 82 table->DestroyShaderModule = (PFN_vkDestroyShaderModule)gpa(device, "vkDestroyShaderModule"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1627 disp->DestroyShaderModule(device, shaderModule, pAllocator); in vkDestroyShaderModule()
|