Home
last modified time | relevance | path

Searched refs:target (Results 2726 - 2750 of 4064) sorted by relevance

1...<<101102103104105106107108109110>>...163

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c459 switch(target) { \
534 int dstW, int y, enum AVPixelFormat target, int hasAlpha) in yuv2rgb_full_X_vsx_template()
684 enum AVPixelFormat target, int hasAlpha) in yuv2rgb_full_2_vsx_template()
806 enum AVPixelFormat target, int hasAlpha) in yuv2rgb_2_vsx_template()
981 int uvalpha, int y, enum AVPixelFormat target, in yuv2rgb_full_1_vsx_template()
1110 int uvalpha, int y, enum AVPixelFormat target, in yuv2rgb_1_vsx_template()
1368 uint8_t *dest, const enum AVPixelFormat target) in write422()
1405 switch (target) { in write422()
1433 int y, enum AVPixelFormat target) in yuv2422_X_vsx_template()
1510 write422(vy1, vy2, vu, vv, &dest[i * 4], target); in yuv2422_X_vsx_template()
529 yuv2rgb_full_X_vsx_template(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_full_X_vsx_template() argument
680 yuv2rgb_full_2_vsx_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_full_2_vsx_template() argument
802 yuv2rgb_2_vsx_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_2_vsx_template() argument
978 yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_full_1_vsx_template() argument
1107 yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_1_vsx_template() argument
1366 write422(const vec_s16 vy1, const vec_s16 vy2, const vec_s16 vu, const vec_s16 vv, uint8_t *dest, const enum AVPixelFormat target) write422() argument
1428 yuv2422_X_vsx_template(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y, enum AVPixelFormat target) yuv2422_X_vsx_template() argument
1536 yuv2422_2_vsx_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target) yuv2422_2_vsx_template() argument
1570 yuv2422_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target) yuv2422_1_vsx_template() argument
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c2157 GLint format, target; in dri2_bind_tex_image() local
2180 target = GL_TEXTURE_2D; in dri2_bind_tex_image()
2183 target = GL_TEXTURE_2D; in dri2_bind_tex_image()
2184 assert(!"Unexpected texture target in dri2_bind_tex_image()"); in dri2_bind_tex_image()
2188 target, format, in dri2_bind_tex_image()
2200 GLint target; in dri2_release_tex_image() local
2211 target = GL_TEXTURE_2D; in dri2_release_tex_image()
2214 assert(!"missing texture target"); in dri2_release_tex_image()
2220 target, dri_drawable); in dri2_release_tex_image()
2227 dri2_create_image(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_create_image() argument
2411 dri2_create_image_khr_texture(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_khr_texture() argument
3165 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_khr() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_collections.py1699 target = r1 & r2
1700 self.assertSameSet(f1 & f2, target)
1701 self.assertSameSet(f1 & r2, target)
1702 self.assertSameSet(r2 & f1, target)
1703 self.assertSameSet(f1 & l2, target)
1705 target = r1 | r2
1706 self.assertSameSet(f1 | f2, target)
1707 self.assertSameSet(f1 | r2, target)
1708 self.assertSameSet(r2 | f1, target)
1709 self.assertSameSet(f1 | l2, target)
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c827 unsigned target, struct ureg_src src0, in TEX_if_fetch4()
839 ureg_tex_insn(tx->ureg, TGSI_OPCODE_TG4, &tmp, 1, target, TGSI_RETURN_TYPE_FLOAT, in TEX_if_fetch4()
872 unsigned target, struct ureg_src src0, in TEX_with_ps1x_projection()
883 if (dim == 1 || (dim <= target && !shadow)) { in TEX_with_ps1x_projection()
884 ureg_TEX(tx->ureg, dst, target, src0, src1); in TEX_with_ps1x_projection()
886 ureg_TXP(tx->ureg, dst, target, src0, src1); in TEX_with_ps1x_projection()
890 ureg_TEX(tx->ureg, dst, target, ureg_src(tmp), src1); in TEX_with_ps1x_projection()
2945 unsigned target; in DECL_SPECIAL() local
2953 target = tx->sampler_targets[tx->insn.src[1].idx]; in DECL_SPECIAL()
2955 if (TEX_if_fetch4(tx, dst, target, sr in DECL_SPECIAL()
826 TEX_if_fetch4(struct shader_translator *tx, struct ureg_dst dst, unsigned target, struct ureg_src src0, struct ureg_src src1, INT idx) TEX_if_fetch4() argument
871 TEX_with_ps1x_projection(struct shader_translator *tx, struct ureg_dst dst, unsigned target, struct ureg_src src0, struct ureg_src src1, INT idx) TEX_with_ps1x_projection() argument
3010 unsigned target; DECL_SPECIAL() local
3031 unsigned target; DECL_SPECIAL() local
[all...]
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/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c821 SLJIT_S390X_INSTRUCTION(br, sljit_gpr target) in SLJIT_S390X_INSTRUCTION() argument
823 return 0x07f0 | target; in SLJIT_S390X_INSTRUCTION()
826 SLJIT_S390X_INSTRUCTION(brc, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION() argument
829 sljit_ins ri2 = (sljit_ins)target & 0xffff; in SLJIT_S390X_INSTRUCTION()
833 SLJIT_S390X_INSTRUCTION(brcl, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION() argument
836 sljit_ins ri2 = (sljit_ins)target & 0xffffffff; in SLJIT_S390X_INSTRUCTION()
884 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst() argument
888 return push_inst(compiler, lghi(target, (sljit_s16)v)); in push_load_imm_inst()
891 return push_inst(compiler, llill(target, (sljit_u16)v)); in push_load_imm_inst()
894 return push_inst(compiler, llilh(target, (sljit_u1 in push_load_imm_inst()
1568 sljit_sw target = (sljit_sw)((jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target); sljit_generate_code() local
[all...]
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py668 # bpo-35512: Ensure that patch with a string target resolves to
670 original = support.target.copy()
672 @patch.dict('unittest.test.testmock.support.target', {'bar': 'BAR'})
674 self.assertEqual(support.target, {'foo': 'BAZ', 'bar': 'BAR'})
677 support.target = {'foo': 'BAZ'}
679 self.assertEqual(support.target, {'foo': 'BAZ'})
681 support.target = original
1707 def with_custom_patch(target):
1708 getter, attribute = _get_target(target)
1969 for target i
[all...]
/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...]
/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/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,

Completed in 57 milliseconds

1...<<101102103104105106107108109110>>...163