Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/include/spirv-tools/
Dlinker.hpp44 void SetCreateLibrary(bool create_library) { in SetCreateLibrary() argument
45 create_library_ = create_library; in SetCreateLibrary()
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlinker.hpp44 void SetCreateLibrary(bool create_library) { in SetCreateLibrary() argument
45 create_library_ = create_library; in SetCreateLibrary()
/external/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()
/external/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp284 const bool create_library = in validate_link_devices() local
299 if (enable_link_options && !create_library) in validate_link_devices()
305 if (has_link_options && create_library) in validate_link_devices()
321 if (create_library && any_of([&](const program &prog) { in validate_link_devices()
/external/mesa3d/src/compiler/spirv/
Dnir_spirv.h70 bool create_library; member
Dnir_load_libclc.c280 spirv_lib_options.create_library = true; in nir_load_libclc_shader()
Dspirv_to_nir.c5776 if (!options->create_library && b->entry_point == NULL) { in spirv_to_nir()
5792 if (!options->create_library) in spirv_to_nir()
5806 if (!options->create_library) in spirv_to_nir()
5827 if (!options->create_library) { in spirv_to_nir()
5837 if ((options->create_library || func->referenced) && !func->emitted) { in spirv_to_nir()
5846 if (!options->create_library) { in spirv_to_nir()
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp422 const bool create_library = count("-create-library", options);
429 optimize(*mod, c->getCodeGenOpts().OptimizationLevel, !create_library);
438 if (create_library) {
/external/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp705 bool create_library = false;
710 create_library = true;
721 linker_options.SetCreateLibrary(create_library);
725 const auto section_type = create_library ? module::section::text_library :