Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dstandalone.h44 struct gl_shader_program * standalone_compile_shader(
Dmain.cpp98 whole_program = standalone_compile_shader(&options, argc - optind, in main()
Dstandalone.cpp395 standalone_compile_shader(const struct standalone_options *_options, in standalone_compile_shader() function
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c109 prog = standalone_compile_shader(&options, num_files, files, &local_ctx); in load_glsl()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c102 prog = standalone_compile_shader(&options, 2, argv, &local_ctx); in compile_shader()
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c139 prog = standalone_compile_shader(&options, stages, files, &local_ctx); in compile_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c120 prog = standalone_compile_shader(&options, num_files, files, &local_ctx); in load_glsl()