Home
last modified time | relevance | path

Searched refs:create_library (Results 1 – 18 of 18) sorted by relevance

/third_party/spirv-tools/include/spirv-tools/
Dlinker.hpp44 void SetCreateLibrary(bool create_library) { in SetCreateLibrary() argument
45 create_library_ = create_library; in SetCreateLibrary()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlinker.hpp44 void SetCreateLibrary(bool create_library) { in SetCreateLibrary() argument
45 create_library_ = create_library; in SetCreateLibrary()
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlinker.hpp44 void SetCreateLibrary(bool create_library) { in SetCreateLibrary() argument
45 create_library_ = create_library; in SetCreateLibrary()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dcompiler.hpp65 const bool create_library = in link_program() local
70 if (create_library) in link_program()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp792 bool create_library) in compile() argument
820 if (shaders.size() == 1 && create_library) in compile()
823 return link(shaders, create_library); in compile()
828 bool create_library) in link() argument
837 link_args.create_library = create_library; in link()
848 if (!link_args.create_library) in link()
Dcompute_test.h164 bool create_library = false);
168 bool create_library = false);
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp352 const bool create_library = in validate_link_devices() local
367 if (enable_link_options && !create_library) in validate_link_devices()
373 if (has_link_options && create_library) in validate_link_devices()
389 if (create_library && any_of([&](const program &prog) { in validate_link_devices()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp476 const bool create_library = count("-create-library", options); in link_program() local
483 optimize(*mod, c->getCodeGenOpts().OptimizationLevel, !create_library); in link_program()
492 if (create_library) { in link_program()
/third_party/mesa3d/src/compiler/spirv/
Dnir_spirv.h66 bool create_library; member
Dnir_load_libclc.c337 spirv_lib_options.create_library = true; in nir_load_libclc_shader()
Dspirv_to_nir.c4498 if (!b->options->create_library) in vtn_handle_preamble_instruction()
6506 if (!options->create_library && b->entry_point == NULL) { in spirv_to_nir()
6522 if (!options->create_library) in spirv_to_nir()
6536 if (!options->create_library) in spirv_to_nir()
6558 if (!options->create_library) { in spirv_to_nir()
6568 if ((options->create_library || func->referenced) && !func->emitted) { in spirv_to_nir()
6577 if (!options->create_library) { in spirv_to_nir()
6600 if (!options->create_library && b->version < 0x10400) { in spirv_to_nir()
Dvtn_variables.c2399 if (!b->options->create_library && in vtn_handle_variables()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp804 bool create_library = false; in link_program() local
809 create_library = true; in link_program()
820 linker_options.SetCreateLibrary(create_library); in link_program()
824 const auto section_type = create_library ? binary::section::text_library : in link_program()
/third_party/mesa3d/src/compiler/clc/
Dclc.h89 unsigned create_library; member
Dclc.c130 .create_library = true, in clc_libclc_new()
Dclc_helpers.cpp1117 options.SetAllowPartialLinkage(args->create_library); in clc_link_spirv_binaries()
1118 options.SetCreateLibrary(args->create_library); in clc_link_spirv_binaries()
/third_party/mesa3d/src/intel/compiler/
Dintel_clc.c486 .create_library = true, in main()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst1134 - spirv: Don't remove dead variables in \`create_library` mode