Home
last modified time | relevance | path

Searched refs:targets (Results 201 - 225 of 682) sorted by relevance

12345678910>>...28

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c567 struct pipe_stream_output_target **targets,
574 assert(num_targets <= ARRAY_SIZE(so->targets));
576 /* Older targets need sw stats enabled for streamout emulation in VS: */
586 boolean changed = targets[i] != so->targets[i];
594 /* Note that all SO targets will be reset at once at a
602 pipe_so_target_reference(&so->targets[i], targets[i]);
606 pipe_so_target_reference(&so->targets[i], NULL);
/kernel/linux/linux-5.10/arch/loongarch/vdso/
H A DMakefile70 targets += $(obj-vdso-y)
71 targets += vdso.lds vdso.so.dbg vdso.so
/kernel/linux/linux-6.6/arch/loongarch/vdso/
H A DMakefile67 targets += $(obj-vdso-y)
68 targets += vdso.lds vdso.so.dbg vdso.so
/kernel/linux/linux-6.6/arch/riscv/purgatory/
H A DMakefile7 targets += $(purgatory-y)
48 targets += purgatory.ro purgatory.chk
/third_party/gn/src/gn/
H A Dswitches.cc119 action targets and exec_script calls. By default GN searches the
123 targets and exec_script calls will be executed directly.
175 One use-case of this feature is to load a different set of initial targets
192 targets are defined when evaluating BUILD.gn files in the default toolchain.
194 The list is empty by default, meaning that all targets defined in all
198 When this list is not empty, only targets matching any of the root patterns,
215 "--runtime-deps-list-file: Save runtime dependencies for targets in file.";
217 R"(--runtime-deps-list-file: Save runtime dependencies for targets in file.
222 the targets for which runtime dependencies are desired.
238 not useful; the use-case for this feature is generally executable targets
[all...]
H A Dfunctions_target.cc108 // Common help paragraph on targets that can use different languages.
298 used to inform "create_bundle" targets of the files to copy into generated
372 (the recursion stops at "create_bundle" targets).
642 const char kGroup_HelpShort[] = "group: Declare a named group of targets.";
644 R"(group: Declare a named group of targets.
646 This target type allows you to create meta-targets that just collect a set of
685 A loadable module will be specified on the linker line for targets listing
778 A shared library will be specified on the linker line for targets listing the
815 implicitly added to the linker line of all targets that depend on the source
821 organizational benefits of focused build targets
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshared.c106 static const GLenum targets[] = { in _mesa_alloc_shared_state() local
120 STATIC_ASSERT(ARRAY_SIZE(targets) == NUM_TEXTURE_TARGETS); in _mesa_alloc_shared_state()
121 shared->DefaultTex[i] = _mesa_new_texture_object(ctx, 0, targets[i]); in _mesa_alloc_shared_state()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java260 Enumeration targets = Transliterator.getAvailableTargets(source); in registerAnyToScript()
261 while(targets.hasMoreElements()) { in registerAnyToScript()
262 String target = (String) targets.nextElement(); in registerAnyToScript()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h100 const_target_range targets() const { return {Targets}; } in targets() function in llvm::MachO::InterfaceFileRef
198 /// Set and add targets.
202 /// \param Targets the collection of targets.
210 const_target_range targets() const { return {Targets}; } in targets() function in llvm::MachO::InterfaceFile
217 const_filtered_target_range targets(ArchitectureSet Archs) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
H A Dupdate.py171 """Returns list of LLVM targets to build for the input platform"""
172 targets = set()
176 targets.add(arch)
180 return [t[0] for t in LLVM_TARGETS if t[0] in targets]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-table.c116 * highs, and targets are managed as dynamic arrays during a
139 t->targets = n_targets; in alloc_targets()
206 /* free the targets */ in dm_table_destroy()
208 struct dm_target *tgt = t->targets + i; in dm_table_destroy()
488 prev = &table->targets[table->num_targets - 1]; in adjoin()
592 * two or more targets, the size of each piece it gets split into must
671 dm_device_name(t->md), t->targets->type->name); in dm_table_add_target()
677 tgt = t->targets + t->num_targets; in dm_table_add_target()
861 /* Ensure that all targets support DAX. */ in dm_table_supports_dax()
909 tgt = t->targets in dm_table_determine_type()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/numa/
H A Dhmat.c37 static LIST_HEAD(targets);
97 list_for_each_entry(target, &targets, node) in find_mem_target()
141 list_add_tail(&target->node, &targets); in alloc_memory_target()
761 list_for_each_entry(target, &targets, node) in hmat_register_targets()
796 list_for_each_entry_safe(target, tnext, &targets, node) { in hmat_free_structures()
/kernel/linux/linux-6.6/drivers/acpi/numa/
H A Dhmat.c36 static LIST_HEAD(targets);
96 list_for_each_entry(target, &targets, node) in find_mem_target()
140 list_add_tail(&target->node, &targets); in alloc_memory_target()
760 list_for_each_entry(target, &targets, node) in hmat_register_targets()
790 list_for_each_entry_safe(target, tnext, &targets, node) { in hmat_free_structures()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dsmp.c392 struct cpumask targets; in smp_send_stop() local
394 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
395 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() local
396 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dsmp.c402 struct cpumask targets; in smp_send_stop() local
404 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
405 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() local
406 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dmain.c103 NULL, lsm_sai_jig_target, "targets"),
114 "\"targets\": ["
162 * a child list "targets" of zero or more "target" objects.
171 "\"targets\":["
186 "\"targets\":["
202 "\"targets\":["
245 "\"targets\":["
278 "\"nspawn_timeout\":1800,\"targets\":[{\"name\":\"target1\",\"someflag\":true},"
282 "\"nspawn_timeout\":0,\"targets\":[{\"name\":\"target1\",\"someflag\":false},"
286 "\"nspawn_timeout\":1800,\"targets\"
364 struct lws_dll2_owner targets; global() member
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp197 GLenum targets[] = { in iterate() local
232 unsigned num_targets = sizeof(targets) / sizeof(GLenum); in iterate()
283 if (target == targets[j]) in iterate()
301 // For all valid targets in iterate()
304 GLenum target = targets[i]; in iterate()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/
H A Dmodule_config.mk11 -I$(MAIN_TOPDIR)/platform/os/Huawei_LiteOS/targets/hi3861v100/commons
/kernel/linux/linux-5.10/arch/nds32/boot/
H A DMakefile2 targets := Image Image.gz macro
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H A DMakefile6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
/kernel/linux/linux-5.10/arch/powerpc/purgatory/
H A DMakefile5 targets += trampoline_$(BITS).o purgatory.ro kexec-purgatory.c
/kernel/linux/common_modules/dec/
H A DMakefile15 targets += flask.h av_permissions.h
/kernel/linux/linux-6.6/arch/csky/boot/
H A DMakefile2 targets := Image zImage uImage macro
/kernel/linux/linux-6.6/arch/powerpc/purgatory/
H A DMakefile6 targets += trampoline_$(BITS).o purgatory.ro
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H A DMakefile6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro

Completed in 15 milliseconds

12345678910>>...28