Searched refs:compile_module (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/build/toolchain/ios/ |
H A D | swiftc.py | 508 def compile_module(args, extras_args, build_signature): function 636 compile_module(parsed, extras, build_signature(os.environ, args))
|
/aosp_15_r20/external/angle/build/toolchain/apple/ |
H A D | swiftc.py | 515 def compile_module(args, extras_args, build_signature): function 644 compile_module(parsed, extras, build_signature(os.environ, args))
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 3951 compile_module(struct zink_screen *screen, struct zink_shader *zs, nir_shader *nir, bool can_shobj,… in compile_module() function 4197 struct zink_shader_object obj = compile_module(screen, zs, nir, can_shobj, pg); in zink_shader_compile() 4245 struct zink_shader_object obj = compile_module(screen, zs, nir, true, NULL); in zink_shader_compile_separate()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.2.1.rst | 3819 - zink: wrap return of compile_module()
|