Home
last modified time | relevance | path

Searched refs:target (Results 2826 - 2850 of 4233) sorted by relevance

1...<<111112113114115116117118119120>>...170

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1061 * position of the current sample in the render target. in translate_opcode()
5051 /* render target array index */ in emit_fs_input_declarations()
5930 if (emit->key.tex[i].target == PIPE_BUFFER) { in emit_constant_declaration()
6038 pipe_texture_to_resource_dimension(enum tgsi_texture_type target, in pipe_texture_to_resource_dimension() argument
6043 switch (target) { in pipe_texture_to_resource_dimension()
6082 tgsi_texture_to_resource_dimension(enum tgsi_texture_type target, in tgsi_texture_to_resource_dimension() argument
6087 if (target == TGSI_TEXTURE_2D_MSAA && num_samples < 2) { in tgsi_texture_to_resource_dimension()
6088 target = TGSI_TEXTURE_2D; in tgsi_texture_to_resource_dimension()
6090 else if (target == TGSI_TEXTURE_2D_ARRAY_MSAA && num_samples < 2) { in tgsi_texture_to_resource_dimension()
6091 target in tgsi_texture_to_resource_dimension()
8362 emit_tex_compare_refcoord(struct svga_shader_emitter_v10 *emit, enum tgsi_texture_type target, const struct tgsi_full_src_register *coord) emit_tex_compare_refcoord() argument
8610 const enum tgsi_texture_type target = inst->Texture.Texture; is_valid_tex_instruction() local
8642 const enum tgsi_texture_type target = inst->Texture.Texture; emit_tex() local
8704 unsigned target = inst->Texture.Texture; emit_tg4() local
8867 unsigned target = inst->Texture.Texture; emit_tex2() local
8920 const enum tgsi_texture_type target = inst->Texture.Texture; emit_txp() local
8986 const enum tgsi_texture_type target = inst->Texture.Texture; emit_txd() local
9079 const enum tgsi_texture_type target = inst->Texture.Texture; emit_txl_txb() local
9137 unsigned target = inst->Texture.Texture; emit_txl2() local
[all...]
/build/hb/resolver/
H A Dbuild_args_resolver.py123 """resolve '--target-cpu' arg.
137 """resolve '--target-os' arg.
186 for target in target_name.split(','):
187 if target not in repository_set:
188 print('{} not find in csv!'.format(target))
191 if item['name'] == target:
205 """resolve '--build-target' arg.
209 :raise OHOSException: when build target not exist in compiling product.
242 raise OHOSException('There is no target component "{}" for the current product "{}"'
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java720 * Delimiter before target in an ID.
1484 // No target; malformed id in getDisplayName()
1628 * containing only the forward direction source, target, and
1838 * <p>Warning. You might expect an empty filter to always produce an empty target.
1843 * With a filter of [], you still get some elements in the target set, because this rule will still match. It could
1864 * <p>When gathering the information on source and target, the compound transliterator makes things complicated.
1873 * While the filter just allows a and x, b is an intermediate result, which could produce c. So the source and target sets
1875 * the global filter, intersect that transliterator's filter. Based on that we get the target.
1876 * The next transliterator gets as a global filter (global + last target). And so on.
1896 // clumsy guess with target in addSourceTargetSet()
2064 registerSpecialInverse(String target, String inverseTarget, boolean bidirectional) registerSpecialInverse() argument
2126 getAvailableVariants(String source, String target) getAvailableVariants() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java704 * Delimiter before target in an ID.
1455 // No target; malformed id in getDisplayName()
1595 * containing only the forward direction source, target, and
1801 * <p>Warning. You might expect an empty filter to always produce an empty target.
1806 * With a filter of [], you still get some elements in the target set, because this rule will still match. It could
1826 * <p>When gathering the information on source and target, the compound transliterator makes things complicated.
1835 * While the filter just allows a and x, b is an intermediate result, which could produce c. So the source and target sets
1837 * the global filter, intersect that transliterator's filter. Based on that we get the target.
1838 * The next transliterator gets as a global filter (global + last target). And so on.
1859 // clumsy guess with target in addSourceTargetSet()
2027 registerSpecialInverse(String target, String inverseTarget, boolean bidirectional) registerSpecialInverse() argument
2085 getAvailableVariants(String source, String target) getAvailableVariants() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_extra.cpp208 // mass conversion target unit, but not needed for MeasureUnit
215 // Find the base target unit for this simple unit
218 if (!table.findValue("target", value)) {
224 CharString target;
225 target.appendInvariantChars(uTarget, len, status);
228 UStringTrieResult result = quantitiesTrie.next(target.data(), target.length());
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h192 int target,
204 int target,
216 int target,
1432 int target,
/third_party/jinja2/
H A Dnodes.py318 """The for loop. `target` is the target for the iteration (usually a
326 fields = ("target", "iter", "body", "else_", "test", "recursive")
327 target: Node
417 fields = ("template", "target", "with_context")
419 target: str
449 """Assigns an expression to a target."""
451 fields = ("target", "node")
452 target: "Expr"
457 """Assigns a block to a target
[all...]
/third_party/ltp/include/
H A Dtst_safe_macros.h225 #define SAFE_MOUNT(source, target, filesystemtype, \
227 safe_mount(__FILE__, __LINE__, NULL, (source), (target), \
230 #define SAFE_UMOUNT(target) \
231 safe_umount(__FILE__, __LINE__, NULL, (target))
/third_party/mesa3d/src/glx/
H A Dglx_pbuffer.c139 GLenum target = 0; in determineTextureTarget() local
146 target = GL_TEXTURE_2D; in determineTextureTarget()
149 target = GL_TEXTURE_RECTANGLE_ARB; in determineTextureTarget()
155 return target; in determineTextureTarget()
/third_party/node/lib/internal/
H A Devent_target.js163 get target() {
315 target: kEnumerableProperty,
539 w.target = this;
591 w.target = this;
603 // not prevent the event target from GC.
/third_party/node/lib/internal/fs/
H A Dpromises.js853 async function symlink(target, path, type_) {
855 target = getValidatedPath(target, 'target');
857 return binding.symlink(preprocessSymlinkDestination(target, type, path),
/third_party/node/src/
H A Dnode_builtins.cc685 Local<FunctionTemplate> target) { in CreatePerIsolateProperties()
687 Local<ObjectTemplate> proto = target->PrototypeTemplate(); in CreatePerIsolateProperties()
719 void BuiltinLoader::CreatePerContextProperties(Local<Object> target, in CreatePerContextProperties() argument
724 target->SetIntegrityLevel(context, IntegrityLevel::kFrozen).FromJust(); in CreatePerContextProperties()
684 CreatePerIsolateProperties(IsolateData* isolate_data, Local<FunctionTemplate> target) CreatePerIsolateProperties() argument
H A Dudp_wrap.cc151 void UDPWrap::Initialize(Local<Object> target, in Initialize() argument
215 SetConstructorFunction(context, target, "UDP", t); in Initialize()
222 SetConstructorFunction(context, target, "SendWrap", swt); in Initialize()
227 target->Set(context, in Initialize()
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_extra.cpp208 // mass conversion target unit, but not needed for MeasureUnit
215 // Find the base target unit for this simple unit
218 if (!table.findValue("target", value)) {
224 CharString target;
225 target.appendInvariantChars(uTarget, len, status);
228 UStringTrieResult result = quantitiesTrie.next(target.data(), target.length());
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc270 PrintF("target %s\n", s390_arch); in PrintTarget()
471 // Returns the target address of the relative instructions, typically
506 // Update the target address of the current relative instruction.
579 next(L); // call next before overwriting link with target at fixup_pos in bind_to()
712 void Assembler::call(Handle<Code> target, RelocInfo::Mode rmode) { in call() argument
717 int32_t target_index = AddCodeTarget(target); in call()
721 void Assembler::jump(Handle<Code> target, RelocInfo::Mode rmode, in jump() argument
727 int32_t target_index = AddCodeTarget(target); in jump()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ra_init.cpp607 if (d->target->phi)
608 split_phi_src(d, d->target->phi, d->dep_id, false);
611 if (r->target->loop_phi)
612 split_phi_src(r, r->target->loop_phi, r->rep_id, true);
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbasetexture9.c555 resource->target, 0, 0, resource->bind)) in NineBaseTexture9_UpdateSamplerView()
560 templ.u.tex.last_layer = resource->target == PIPE_TEXTURE_3D ? in NineBaseTexture9_UpdateSamplerView()
568 templ.target = resource->target; in NineBaseTexture9_UpdateSamplerView()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.c946 if (pt->target == PIPE_TEXTURE_CUBE) { in r300_texture_setup_format_state()
949 if (pt->target == PIPE_TEXTURE_3D) { in r300_texture_setup_format_state()
1161 if ((base->target != PIPE_TEXTURE_2D && in r300_texture_from_handle()
1162 base->target != PIPE_TEXTURE_RECT) || in r300_texture_from_handle()
/third_party/python/Lib/
H A Ddis.py271 "start end target depth lasti")
312 # Column: Jump target marker
412 target = _parse_varint(iterator)*2
416 entries.append(_ExceptionTableEntry(start, end, target, depth, lasti))
439 for start, end, target, _, _ in exception_entries:
441 labels.add(target)
580 print(f" {entry.start} to {end} -> {entry.target} [{entry.depth}]{lasti}", file=file)
/third_party/python/Lib/multiprocessing/
H A Dpool.py227 target=Pool._handle_workers,
239 target=Pool._handle_tasks,
248 target=Pool._handle_results,
322 w = Process(ctx, target=worker,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.h410 Texture *getTextureByTarget(TextureTarget target) const;
493 angle::Result prepareForInvalidate(GLenum target);
536 bool getIndexedQueryParameterInfo(GLenum target, GLenum *type, unsigned int *numParams) const;
684 void renderbufferStorageMultisampleImpl(GLenum target,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenvk.py103 # Output target directory
773 # Unused - vulkan10.h target.
807 # Video header target - combines all video extension dependencies into a
888 # Unused - vulkan11.h target.
952 the requested target and command line options.
958 - target - target to generate
966 # Select a generator matching the requested target
967 if args.target in genOpts:
968 createGenerator = genOpts[args.target][
[all...]
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp146 --fuzzing-target= in PrintUsage()
149 to the semantics of some fuzzing target. Available targets: in PrintUsage()
277 } else if (0 == strncmp(cur_arg, "--fuzzing-target=", in ParseFlags()
278 sizeof("--fuzzing-target=") - 1)) { in ParseFlags()
279 std::string target = spvtools::utils::SplitFlagArgs(cur_arg).second; in ParseFlags() local
280 if (target == "spir-v") { in ParseFlags()
282 } else if (target == "wgsl") { in ParseFlags()
286 ss << "Unknown fuzzing target '" << target << "'" << std::endl; in ParseFlags()
/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp551 void onPrepareDraws(GrMeshDrawTarget* target) override {
556 CircleVertex* verts = (CircleVertex*)target->makeVertexSpace(
565 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
600 fMesh = target->allocMesh();
H A DDrawVerticesOp.cpp411 void DrawVerticesOpImpl::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
417 target->makeVertexSpace(vertexStride, fVertexCount, &vertexBuffer, &firstVertex)}; in onPrepareDraws()
427 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
481 fMesh = target->allocMesh(); in onPrepareDraws()
561 // gamut is determined by the render target context. A mis-match should be impossible. in onCombineIfPossible()

Completed in 44 milliseconds

1...<<111112113114115116117118119120>>...170