Home
last modified time | relevance | path

Searched refs:target (Results 2551 - 2575 of 4102) sorted by relevance

1...<<101102103104105106107108109110>>...165

/third_party/ltp/tools/sparse/sparse-src/
H A Dscheck.c140 insn->target->priv = t; in binary()
173 insn->target->priv = t; in unop()
196 insn->target->priv = t; in ternop()
/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.h69 // An un-embedded off-heap instruction stream target.
79 // An off-heap instruction stream target. See http://goo.gl/Z2HUiM.
248 Address target,
261 Heap* heap, HeapObject target,
266 Address target,
273 // Returns the address of the constant pool entry where the target address
281 // output before the next target. Architecture-independent code shouldn't
286 // This indicates how much space a target takes up when deserializing a code
288 // an instruction like movw/movt where the target bits are mixed into the
289 // instruction bits the size of the target wil
[all...]
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.h121 std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)>
295 // For subclass constructors, also includes new.target.
561 std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)>
563 [](HeapObject object, ObjectSlot slot, HeapObject target) {});
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc243 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); in FinalizeEmbeddedCodeTargets() local
244 CHECK(Builtins::IsIsolateIndependentBuiltin(target)); in FinalizeEmbeddedCodeTargets()
248 blob->InstructionStartOfBuiltin(target.builtin_id()), in FinalizeEmbeddedCodeTargets()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c606 * assuming for each vtx, each target buffer will have data written in ir3_update_max_tf_vtx()
618 struct pipe_stream_output_target *target = so->targets[i]; in ir3_update_max_tf_vtx() local
620 if (target) { in ir3_update_max_tf_vtx()
621 uint32_t max = target->buffer_size / stride; in ir3_update_max_tf_vtx()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h129 unsigned target; member
149 unsigned target; member
178 enum pipe_texture_target target:5; /**< PIPE_TEXTURE_* */ member
539 assert(0 && "bad texture target in texture_dims()"); in texture_dims()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_transfer.c113 * partial write, target not aligned to 4/64. */ in etna_transfer_unmap()
177 if ((ptrans->resource->target == PIPE_BUFFER) && in etna_transfer_unmap()
209 * Upgrade to UNSYNCHRONIZED if target is PIPE_BUFFER and range is uninitialized. in etna_transfer_map()
212 (prsc->target == PIPE_BUFFER) && in etna_transfer_map()
242 * is newer than the base resource we want the transfer to target this one, in etna_transfer_map()
244 * target of the same age, as transfering in/out of the texture target is in etna_transfer_map()
488 if (ptrans->resource->target == PIPE_BUFFER) in etna_transfer_flush_region()
H A Detnaviv_texture_desc.c153 /* Determine whether target supported */ in etna_create_sampler_view_desc()
154 uint32_t target_hw = translate_texture_target(sv->base.target); in etna_create_sampler_view_desc()
156 BUG("Unhandled texture target"); in etna_create_sampler_view_desc()
179 if (sv->base.target == PIPE_TEXTURE_1D_ARRAY) { in etna_create_sampler_view_desc()
182 } else if (sv->base.target == PIPE_TEXTURE_2D_ARRAY) { in etna_create_sampler_view_desc()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dvs-test.c86 templat.target = PIPE_BUFFER; in init_fs_constbuf()
290 templat.target = PIPE_TEXTURE_2D; in init_tex()
399 templat.target = PIPE_TEXTURE_2D; in init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c239 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nvc0_miptree_init_layout_video()
258 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nvc0_miptree_init_layout_tiled()
469 switch (pt->target) { in nvc0_miptree_create()
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js829 target: iterator
853 // 8. Let values be object’s target's value pairs to iterate over.
854 const { index, kind, target } = object
855 const values = target()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31_autogen.h71 GLenum target,
80 GLenum target,
85 GLenum target,
H A DvalidationEGL_autogen.h29 EGLNativePixmapType target);
139 EGLenum target,
385 EGLenum target,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureRectangleTest.cpp129 auto TexStorage2D = [useES3](GLenum target, GLint levels, GLenum format, GLint width, in TEST_P()
133 glTexStorage2D(target, levels, format, width, height); in TEST_P()
137 glTexStorage2DEXT(target, levels, format, width, height); in TEST_P()
/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp191 SkIRect target = ctm.mapRect(localContentRect).roundOut(); variable
192 if (!target.intersect(SkIRect::MakeWH(canvas->imageInfo().width(),
196 skif::DeviceSpace<SkIRect> targetOutput(target);
/third_party/skia/src/gpu/ops/
H A DDrawAtlasOp.cpp221 void DrawAtlasOpImpl::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
223 this->createProgramInfo(target); in onPrepareDraws()
230 QuadHelper helper(target, vertexStride, numQuads); in onPrepareDraws()
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py182 def urlize(text, trim_url_limit=None, rel=None, target=None):
194 If target is not None, a target attribute will be added to the link.
203 target_attr = target and ' target="%s"' % escape(target) or ""
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtjava.cpp107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument
113 uprv_strcat(target, "\\n"); in uCharsToChars()
118 uprv_strcat(target,"\\f"); in uCharsToChars()
124 uprv_strcat(target,"\\"); in uCharsToChars()
125 target[j+1]= (char)source[i]; in uCharsToChars()
131 uprv_strcat(target,"\\"); in uCharsToChars()
132 target[j+1]= (char)source[i]; in uCharsToChars()
136 target[j++]= (char)source[i]; in uCharsToChars()
151 uprv_strcat(target,"\\\\"); in uCharsToChars()
158 uprv_strcat(target,"\\\\\\"); in uCharsToChars()
[all...]
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp575 const BCP47FromLanguageId target = { languageID, "" };
577 BCP47FromLanguageID, SK_ARRAY_COUNT(BCP47FromLanguageID), target, sizeof(target));
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc236 WritableFontDataPtr target; in SubSerialize() local
239 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize()
241 size += source->CopyTo(target); in SubSerialize()
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py139 target = os.path.join(build_dir, filename)
140 self.mkpath(os.path.dirname(target))
141 self.copy_file(os.path.join(src_dir, filename), target,
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmodule_scope_var_to_entry_point_param.cc310 auto* target = in Process() local
311 ctx.src->AST().Functions().Find(call->target.name->symbol); in Process()
312 auto* target_sem = ctx.src->Sem().Get(target); in Process()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_test.cc191 auto* target = sem->Target(); in TEST_P() local
192 ASSERT_NE(target, nullptr); in TEST_P()
193 auto* intrinsic = target->As<sem::Intrinsic>(); in TEST_P()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp337 xsel.target = xsr->target; in handleEvent()
346 if (fClipboardText.empty() || xsr->target != UTF8 || xsr->property == None) { in handleEvent()
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc473 uint8* target) const { in SerializeMessageSetWithCachedSizesToArray()
475 target, MessageSetByteSize(), in SerializeMessageSetWithCachedSizesToArray()
477 return InternalSerializeMessageSetWithCachedSizesToArray(target, &stream); in SerializeMessageSetWithCachedSizesToArray()

Completed in 27 milliseconds

1...<<101102103104105106107108109110>>...165