Home
last modified time | relevance | path

Searched refs:standalone_compile_shader (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dstandalone.h43 struct gl_shader_program * standalone_compile_shader(
H A Dmain.cpp97 whole_program = standalone_compile_shader(&options, argc - optind, in main()
H A Dstandalone.cpp320 standalone_compile_shader(const struct standalone_options *_options, in standalone_compile_shader() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c102 prog = standalone_compile_shader(&options, num_files, files, &local_ctx); in load_glsl()