Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_unload_platform_compiler.cpp373 static void unload_platform_compiler(const cl_platform_id platform) in unload_platform_compiler() function
424 unload_platform_compiler(platform); in test_unload_repeated()
425 unload_platform_compiler(platform); in test_unload_repeated()
455 unload_platform_compiler(platform); in test_unload_compile_unload_link()
458 unload_platform_compiler(platform); in test_unload_compile_unload_link()
487 unload_platform_compiler(platform); in test_unload_build_unload_create_kernel()
490 unload_platform_compiler(platform); in test_unload_build_unload_create_kernel()
671 unload_platform_compiler(platform); in test_unload_build_threaded()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dplatform.rs71 fn unload_platform_compiler(platform: cl_platform_id) -> CLResult<()> { in unload_platform_compiler() function