Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dstandalone.cpp448 struct gl_shader_program *whole_program; in standalone_compile_shader() local
450 whole_program = rzalloc (NULL, struct gl_shader_program); in standalone_compile_shader()
451 assert(whole_program != NULL); in standalone_compile_shader()
452 whole_program->data = rzalloc(whole_program, struct gl_shader_program_data); in standalone_compile_shader()
453 assert(whole_program->data != NULL); in standalone_compile_shader()
454 whole_program->data->InfoLog = ralloc_strdup(whole_program->data, ""); in standalone_compile_shader()
457 whole_program->AttributeBindings = new string_to_uint_map; in standalone_compile_shader()
458 whole_program->FragDataBindings = new string_to_uint_map; in standalone_compile_shader()
459 whole_program->FragDataIndexBindings = new string_to_uint_map; in standalone_compile_shader()
462 whole_program->Shaders = in standalone_compile_shader()
[all …]
Dmain.cpp95 struct gl_shader_program *whole_program; in main() local
98 whole_program = standalone_compile_shader(&options, argc - optind, in main()
101 if (!whole_program) in main()
104 standalone_compiler_cleanup(whole_program); in main()
/external/clang/include/clang/Driver/
DOptions.td2180 defm whole_program : BooleanFFlag<"whole-program">, Group<clang_ignored_gcc_optimization_f_Group>;
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3578 defm whole_program : BooleanFFlag<"whole-program">, Group<clang_ignored_gcc_optimization_f_Group>;