/third_party/spirv-tools/include/spirv-tools/ |
D | linker.hpp | 44 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/ |
D | linker.hpp | 44 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/ |
D | linker.hpp | 44 void SetCreateLibrary(bool create_library) { in SetCreateLibrary() argument 45 create_library_ = create_library; in SetCreateLibrary()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | compiler.hpp | 65 const bool create_library = in link_program() local 70 if (create_library) in link_program()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | compute_test.cpp | 792 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()
|
D | compute_test.h | 164 bool create_library = false); 168 bool create_library = false);
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | program.cpp | 352 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/ |
D | invocation.cpp | 476 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/ |
D | nir_spirv.h | 66 bool create_library; member
|
D | nir_load_libclc.c | 337 spirv_lib_options.create_library = true; in nir_load_libclc_shader()
|
D | spirv_to_nir.c | 4498 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()
|
D | vtn_variables.c | 2399 if (!b->options->create_library && in vtn_handle_variables()
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
D | invocation.cpp | 804 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/ |
D | clc.h | 89 unsigned create_library; member
|
D | clc.c | 130 .create_library = true, in clc_libclc_new()
|
D | clc_helpers.cpp | 1117 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/ |
D | intel_clc.c | 486 .create_library = true, in main()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 1134 - spirv: Don't remove dead variables in \`create_library` mode
|