Home
last modified time | relevance | path

Searched refs:targets (Results 626 - 650 of 734) sorted by relevance

1...<<21222324252627282930

/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh464 local -a targets=("$h2_mac $h2"
469 for target in "${targets[@]}"; do
477 for target in "${targets[@]}"; do
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex19 library to unwind both 32- and 64-bit targets, the type
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_tests.py823 """Test generator subclass including PSA targets and info."""
824 # Note that targets whose names contain 'test_format' have their content
826 targets = { variable in PSATestGenerator
/third_party/jinja2/
H A Dnodes.py208 targets and other nodes to a store context.
385 fields = ("targets", "values", "body")
386 targets: t.List["Expr"]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c784 so->targets[i]; in emit_state()
H A Dv3dx_draw.c242 if (!so->targets[i]) in v3d_predraw_check_outputs()
246 so->targets[i]; in v3d_predraw_check_outputs()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h2076 uint32 targets[SVGA3D_DX_MAX_SOTARGETS]; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c637 unsigned num_targets, struct pipe_stream_output_target **targets, in etna_set_stream_output_targets()
636 etna_set_stream_output_targets(struct pipe_context *pctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) etna_set_stream_output_targets() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp397 fragmentState.targets = &colorTargetState; in Build()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_wgpu.cpp602 fragment_state.targets = &color_state; in ImGui_ImplWGPU_CreateDeviceObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTargetRegistry.h118 /// For registration purposes, this is a POD type so that targets can be
316 /// hasJIT - Check if this targets supports the just-in-time compilation.
638 /// printRegisteredTargetsForVersion - Print the registered targets
645 static iterator_range<iterator> targets();
678 /// this is done by initializing all targets at program startup.
685 /// string that is the same for all targets that share a backend
701 /// this is done by initializing all targets at program startup.
714 /// this is done by initializing all targets at program startup.
734 /// this is done by initializing all targets at program startup.
747 /// this is done by initializing all targets a
[all...]
/third_party/node/deps/undici/
H A Dundici.js7003 this[kOnDrain] = /* @__PURE__ */ __name(function onDrain(origin, targets) {
7017 pool.emit("drain", origin, [pool, ...targets]);
7023 this[kOnConnect] = (origin, targets) => {
7024 pool.emit("connect", origin, [pool, ...targets]);
7026 this[kOnDisconnect] = (origin, targets, err) => {
7027 pool.emit("disconnect", origin, [pool, ...targets], err);
7029 this[kOnConnectionError] = (origin, targets, err) => {
7030 pool.emit("connectionError", origin, [pool, ...targets], err);
10193 this[kOnDrain] = (origin, targets) => {
10194 agent.emit("drain", origin, [agent, ...targets]);
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c1767 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member
1777 pipe->set_stream_output_targets(pipe, count, p->targets, p->offsets); in tc_call_set_stream_output_targets()
1779 tc_drop_so_target_reference(p->targets[i]); in tc_call_set_stream_output_targets()
1796 p->targets[i] = NULL; in tc_set_stream_output_targets()
1797 pipe_so_target_reference(&p->targets[i], tgs[i]); in tc_set_stream_output_targets()
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H A Dfelix.c1417 ocelot->targets[i] = target; in felix_init_structs()
1557 if (ocelot->targets[HSIO]) in felix_setup()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c689 struct pipe_stream_output_target **targets, in tegra_set_stream_output_targets()
695 targets, offsets); in tegra_set_stream_output_targets()
687 tegra_set_stream_output_targets(struct pipe_context *pcontext, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) tegra_set_stream_output_targets() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c882 * this transfer targets, which is saved in xfer->hw_res. in virgl_encoder_transfer3d_common()
1265 struct pipe_stream_output_target **targets, in virgl_encoder_set_so_targets()
1273 struct virgl_so_target *tg = virgl_so_target(targets[i]); in virgl_encoder_set_so_targets()
1263 virgl_encoder_set_so_targets(struct virgl_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, unsigned append_bitmask) virgl_encoder_set_so_targets() argument
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py14 The generator targets the file format as written by Xcode 3.2 (specifically,
76 allow a single file to be a member of multiple targets while having distinct
2232 # producs of the other project file's targets.
2517 # pure BSD targets (not in a bundle wrapper). GYP allows such modules
2591 # Some targets include the prefix in the target_name. These targets
2765 "targets": [1, XCTarget, 1, 1, []],
2910 # alphabetically, sort things in the order of the targets that
2912 # products based on the targets.
2914 for target in self._properties["targets"]
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py368 # We build up a list of every single one of the targets so we can slurp in the
642 # "all" is a concatenation of the "all" targets from all the included
960 def WriteSubMake(self, output_filename, makefile_path, targets, build_dir):
964 the targets from a single gyp file (i.e. a sub-project).
969 targets: list of "all" targets for this sub-project
985 self.WriteLn("\t$(MAKE){} {}".format(makefile_path, " ".join(targets)))
1962 # Add special-case rules for our installable targets.
2084 # Add our outputs to the list of targets we read depfiles from.
2398 # E.g. "foo/bar" when we're constructing targets fo
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py14 The generator targets the file format as written by Xcode 3.2 (specifically,
76 allow a single file to be a member of multiple targets while having distinct
2232 # producs of the other project file's targets.
2516 # pure BSD targets (not in a bundle wrapper). GYP allows such modules
2589 # Some targets include the prefix in the target_name. These targets
2766 "targets": [1, XCTarget, 1, 1, []],
2911 # alphabetically, sort things in the order of the targets that
2913 # products based on the targets.
2915 for target in self._properties["targets"]
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py369 # We build up a list of every single one of the targets so we can slurp in the
654 # "all" is a concatenation of the "all" targets from all the included
969 def WriteSubMake(self, output_filename, makefile_path, targets, build_dir):
973 the targets from a single gyp file (i.e. a sub-project).
978 targets: list of "all" targets for this sub-project
994 self.WriteLn("\t$(MAKE){} {}".format(makefile_path, " ".join(targets)))
1971 # Add special-case rules for our installable targets.
2090 # Add our outputs to the list of targets we read depfiles from.
2404 # E.g. "foo/bar" when we're constructing targets fo
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c853 struct pipe_stream_output_target **targets, in rbug_set_stream_output_targets()
860 pipe->set_stream_output_targets(pipe, num_targets, targets, offsets); in rbug_set_stream_output_targets()
851 rbug_set_stream_output_targets(struct pipe_context *_pipe, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) rbug_set_stream_output_targets() argument
/third_party/python/Lib/
H A Dast.py871 for target in node.targets:
912 self.interleave(lambda: self.write(", "), self.traverse, node.targets)
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DConverter.cpp556 return Convert(out.targets, out.targetCount, in.targets) && // in Convert()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c654 struct intel_sdvo_set_target_input_args targets = {0}; in intel_sdvo_set_target_input() local
657 &targets, sizeof(targets)); in intel_sdvo_set_target_input()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c656 struct intel_sdvo_set_target_input_args targets = {0}; in intel_sdvo_set_target_input() local
659 &targets, sizeof(targets)); in intel_sdvo_set_target_input()

Completed in 68 milliseconds

1...<<21222324252627282930