Home
last modified time | relevance | path

Searched refs:targets (Results 276 - 300 of 395) sorted by relevance

1...<<111213141516

/third_party/musl/scripts/
H A Druntest_Windows.bat22 for /F "usebackq delims==" %%c in (`hdc list targets`) DO (
H A Druntest_linux.sh51 for device in $($CMD list targets); do
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c89 ctx->streamout.targets);
H A Dfreedreno_context.h103 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member
119 * set of targets with the current vertex shader. a6xx and newer, hardware
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c618 struct pipe_stream_output_target *target = so->targets[i]; in ir3_update_max_tf_vtx()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c269 struct pipe_stream_output_target **targets, in noop_set_stream_output_targets()
267 noop_set_stream_output_targets(struct pipe_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) noop_set_stream_output_targets() argument
/third_party/node/deps/openssl/openssl/Configurations/
H A Dgentemplate.pm22 # Build all known targets, libraries, modules, programs and scripts.
24 foreach (@{$generator->{info}->{targets}}) { $generator->dotarget($_); }
/third_party/openssl/Configurations/
H A Dgentemplate.pm22 # Build all known targets, libraries, modules, programs and scripts.
24 foreach (@{$generator->{info}->{targets}}) { $generator->dotarget($_); }
/third_party/skia/third_party/externals/jinja2/
H A Didtracking.py196 for target in node.targets:
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireArgumentTests.cpp155 fragment.targets = &colorTargetState;
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc79 // targets or merge blocks.
1828 std::vector<uint32_t> targets; in LabelControlFlowConstructs() local
1830 [&targets](const uint32_t target) { targets.push_back(target); }); in LabelControlFlowConstructs()
1831 if ((targets.size() == 2u) && targets[0] != targets[1]) { in LabelControlFlowConstructs()
1832 const auto target0_pos = GetBlockInfo(targets[0])->pos; in LabelControlFlowConstructs()
1833 const auto target1_pos = GetBlockInfo(targets[1])->pos; in LabelControlFlowConstructs()
1932 // Process case targets in FindSwitchCaseHeaders()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp69 static const char* targets[] = in targetToString() local
75 return de::getSizedArrayElement<Array::TARGET_LAST>(targets, (int)target); in targetToString()
568 static const GLenum targets[] = in targetToGL() local
574 return de::getSizedArrayElement<Array::TARGET_LAST>(targets, (int)target); in targetToGL()
1740 m_testCtx.getLog() << tcu::TestLog::Message << "Warning: Comparision of result from multisample render targets are not as stricts as without multisampling. Might produce false positives!" << tcu::TestLog::EndMessage; in compare()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp1004 const std::vector<std::string> &targets) in SetEqualIdentifier()
1011 PragmaSetEqualIdentifier pragma(identifier, targets); in SetEqualIdentifier()
1003 SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) SetEqualIdentifier() argument
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_proxy.cpp1182 std::vector<sptr<RSWindowAnimationTarget>>& targets) in GetWindowAnimationTargets()
1204 if (!MarshallingHelper::UnmarshallingVectorParcelableObj<RSWindowAnimationTarget>(reply, targets)) { in GetWindowAnimationTargets()
1205 WLOGFE("read window animation targets failed"); in GetWindowAnimationTargets()
1181 GetWindowAnimationTargets(std::vector<uint32_t> missionIds, std::vector<sptr<RSWindowAnimationTarget>>& targets) GetWindowAnimationTargets() argument
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp664 // delete when need all fullscreen targets in NotifyAnimationTargetsUpdate()
696 std::vector<sptr<RSWindowAnimationTarget>>& targets) in GetWindowAnimationTargets()
709 targets.push_back(target); in GetWindowAnimationTargets()
695 GetWindowAnimationTargets(std::vector<uint32_t> missionIds, std::vector<sptr<RSWindowAnimationTarget>>& targets) GetWindowAnimationTargets() argument
H A Dwindow_manager_service.cpp1477 std::vector<sptr<RSWindowAnimationTarget>>& targets) in GetWindowAnimationTargets()
1480 WLOGFE("get window animation targets permission denied!"); in GetWindowAnimationTargets()
1483 auto task = [this, missionIds, &targets]() { in GetWindowAnimationTargets()
1484 return RemoteAnimation::GetWindowAnimationTargets(missionIds, targets); in GetWindowAnimationTargets()
1476 GetWindowAnimationTargets(std::vector<uint32_t> missionIds, std::vector<sptr<RSWindowAnimationTarget>>& targets) GetWindowAnimationTargets() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp654 std::vector<sptr<RSWindowAnimationTarget>>& targets) in GetWindowAnimationTargets()
660 return wmsProxy->GetWindowAnimationTargets(missionIds, targets); in GetWindowAnimationTargets()
653 GetWindowAnimationTargets(std::vector<uint32_t> missionIds, std::vector<sptr<RSWindowAnimationTarget>>& targets) GetWindowAnimationTargets() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c459 static const char *targets[PIPE_MAX_TEXTURE_TYPES] = { in print_image_attrs() local
478 printf("%8s, %14s, %2u %7s, %8s", targets[tex->buffer.b.b.target], size, in print_image_attrs()
/third_party/node/deps/v8/tools/mb/
H A Dmb.py182 subp.add_argument('--swarming-targets-file',
183 help='save runtime dependencies for targets listed '
297 '--swarming-targets-file', self.args.swarming_targets_file)
586 'Duplicate targets in isolate map files: %s.' %
693 # the compile targets listed (one per line) in the file so
695 # the compile targets to the matching GN labels.
725 # Android targets may be either android_apk or executable. The former
734 # For script targets, the build target is usually a group,
816 def MapTargetsToLabels(self, isolate_map, targets):
820 for target in targets
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp524 std::vector<GLuint> targets{GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, in TEST_P()
528 for (const GLuint target : targets) in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.cpp411 "Number of targets (%u) exceeds the maximum (%u).", in ValidateFragmentState()
419 ValidateColorTargetState(device, &descriptor->targets[static_cast<uint8_t>(i)], in ValidateFragmentState()
422 "validating targets[%u].", static_cast<uint8_t>(i)); in ValidateFragmentState()
671 &descriptor->fragment->targets[static_cast<uint8_t>(i)]; in RenderPipelineBase()
/third_party/python/Python/
H A Dast_opt.c902 CALL_SEQ(astfold_expr, expr, node_->v.Delete.targets); in astfold_stmt()
905 CALL_SEQ(astfold_expr, expr, node_->v.Assign.targets); in astfold_stmt()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c1385 struct pipe_stream_output_target **targets, in cso_set_stream_outputs()
1401 /* reference new targets */ in cso_set_stream_outputs()
1403 pipe_so_target_reference(&ctx->so_targets[i], targets[i]); in cso_set_stream_outputs()
1405 /* unref extra old targets, if any */ in cso_set_stream_outputs()
1410 pipe->set_stream_output_targets(pipe, num_targets, targets, in cso_set_stream_outputs()
1383 cso_set_stream_outputs(struct cso_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) cso_set_stream_outputs() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c461 const SVGA3dSoTarget *targets, in SVGA3D_vgpu10_SetSOTargets()
481 sot->offset = targets[i].offset; in SVGA3D_vgpu10_SetSOTargets()
482 sot->sizeInBytes = targets[i].sizeInBytes; in SVGA3D_vgpu10_SetSOTargets()
459 SVGA3D_vgpu10_SetSOTargets(struct svga_winsys_context *swc, unsigned count, const SVGA3dSoTarget *targets, struct svga_winsys_surface **surfaces) SVGA3D_vgpu10_SetSOTargets() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java390 Iterator targets = add(new TreeSet(), Transliterator.getAvailableTargets(source)).iterator(); in initMenus()
392 while(targets.hasNext()) { in initMenus()
393 String target = (String) targets.next(); in initMenus()

Completed in 39 milliseconds

1...<<111213141516