/third_party/skia/src/gpu/ |
H A D | GrWritePixelsRenderTask.cpp | 46 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals() 58 GrSurfaceProxy* dstProxy = this->target(0); in onExecute()
|
/third_party/skia/src/core/ |
H A D | SkQuadClipper.cpp | 25 SkScalar target, SkScalar* t) { in chopMonoQuadAt() 32 SkScalar C = c0 - target; in chopMonoQuadAt() 24 chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2, SkScalar target, SkScalar* t) chopMonoQuadAt() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | sortkey.h | 193 * @param target target collation key to be compared with 199 Collator::EComparisonResult compareTo(const CollationKey& target) const; 205 * @param target target collation key to be compared with 212 UCollationResult compareTo(const CollationKey& target, UErrorCode &status) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | Symbol.h | 62 void addTarget(Target target) { Targets.emplace_back(target); } in addTarget() argument
|
/third_party/rust/crates/io-lifetimes/ |
H A D | build.rs | 48 let target = var("TARGET").unwrap(); in can_compile() 61 .arg("--target") in can_compile() 62 .arg(target) in can_compile()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace.cc | 77 std::string* target) { in StrReplaceAll() 78 return StrReplaceAll<strings_internal::FixedMapping>(replacements, target); in StrReplaceAll() 76 StrReplaceAll(strings_internal::FixedMapping replacements, std::string* target) StrReplaceAll() argument
|
/third_party/selinux/libsepol/fuzz/ |
H A D | secilc-fuzzer.c | 19 int target = SEPOL_TARGET_SELINUX; in LLVMFuzzerTestOneInput() local 39 cil_set_target_platform(db, target); in LLVMFuzzerTestOneInput()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fMultisampleShaderRenderCase.hpp | 74 MultisampleRenderCase (Context& context, const char* name, const char* desc, int numSamples, RenderTarget target, int renderSize, int flags = 0); 100 glw::GLint getMaxConformantSampleCount (glw::GLenum target, glw::GLenum internalFormat);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BufferGL.h | 30 gl::BufferBinding target, 35 gl::BufferBinding target,
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 1243 /* preserve the target's lower half */ in do_copy() 1672 /* check if the target register is otherwise unused */ in handle_operands() 1705 * of the high bits to the new target where they are still available. in handle_operands() 1711 /* on GFX6/7, if the high bits are used as operand, they cannot be a target */ in handle_operands() 1721 /* on GFX6/7, if we target an upper half where the lower half hasn't yet been handled, in handle_operands() 1722 * move to the target operand's high bits. This is save to do as it cannot be an operand in handle_operands() 1736 /* if the new target's high bits are also a target, change uses */ in handle_operands() 1737 std::map<PhysReg, copy_operation>::iterator target = copy_map.find(new_reg_hi); in handle_operands() local 1738 if (target ! in handle_operands() 2380 const uint32_t target = branch->target[0]; lower_to_hw_instr() local 2393 for (unsigned i = block->index + 1; i < branch->target[0]; i++) { lower_to_hw_instr() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mvcdec.c | 90 #define PIX16(target, true, false) \ in decode_mvc1() 91 i = (mask & target) ? true : false; \ in decode_mvc1() 119 #define PIX32(target, true, false) \ 120 AV_WN32A(dst, (mask & target) ? v[true] : v[false]); \
|
/third_party/ffmpeg/libavformat/ |
H A D | img2enc.c | 43 char target[4][1024]; member 181 av_strlcpy(img->target[i], filename, sizeof(img->target[i])); in write_packet() 224 int ret = ff_rename(img->tmp[i], img->target[i], s); in write_packet()
|
/third_party/gn/src/gn/ |
H A D | ninja_action_target_writer.cc | 17 #include "gn/target.h" 19 NinjaActionTargetWriter::NinjaActionTargetWriter(const Target* target, in NinjaActionTargetWriter() argument 21 : NinjaTargetWriter(target, out), in NinjaActionTargetWriter() 23 target->settings()->build_settings()->build_dir(), in NinjaActionTargetWriter() 24 target->settings()->build_settings()->root_path_utf8(), in NinjaActionTargetWriter() 94 // As in WriteSourceRules, we want to force this target to rebuild any in Run()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tblcoll.h | 268 * @param target the string that is to be compared with the source string. 271 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less 272 * than target 276 const UnicodeString& target, 283 * @param target the string that is to be compared with the source string. 287 * length) is greater than target; UCOL_EQUAL if source (up to specified 288 * length) is equal to target; UCOL_LESS if source (up to the specified 289 * length) is less than target. 293 const UnicodeString& target, [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ustr_wcs.cpp | 294 UChar* target = NULL; in _strFromWCS() local 434 pTarget = target= dest; in _strFromWCS() 451 count+= pTarget - target; in _strFromWCS() 454 target = uStack; in _strFromWCS()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shaderlib_tgsi.c | 517 enum tgsi_texture_type target = is_array ? TGSI_TEXTURE_2D_ARRAY_MSAA : TGSI_TEXTURE_2D_MSAA; in si_create_fmask_expand_cs() local 527 struct ureg_src image = ureg_DECL_image(ureg, 0, target, 0, true, false); in si_create_fmask_expand_cs() 547 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &sample[i], 1, srcs, 2, TGSI_MEMORY_RESTRICT, target, in si_create_fmask_expand_cs() 558 target, 0); in si_create_fmask_expand_cs()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | hgl.c | 102 templat.target = buffer->target; in hgl_st_framebuffer_validate_textures() 244 buffer->target = PIPE_TEXTURE_2D; in hgl_create_st_framebuffer() 246 buffer->target = PIPE_TEXTURE_RECT; in hgl_create_st_framebuffer()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_image_view.c | 68 /* resolve target to resource dimension */ in svga_create_uav_image() 69 resourceDim = svga_resource_type(res->target); in svga_create_uav_image() 146 templ.target = PIPE_BUFFER; in svga_set_shader_images() 191 if (img->resource->target == PIPE_BUFFER) { in svga_set_shader_images() 281 if (res->target == PIPE_BUFFER) { in svga_validate_image_view_resources()
|
/third_party/node/src/crypto/ |
H A D | crypto_random.cc | 226 void Initialize(Environment* env, Local<Object> target) { in Initialize() argument 227 RandomBytesJob::Initialize(env, target); in Initialize() 228 RandomPrimeJob::Initialize(env, target); in Initialize() 229 CheckPrimeJob::Initialize(env, target); in Initialize()
|
/third_party/node/src/ |
H A D | node_contextify.h | 21 static void Init(Environment* env, v8::Local<v8::Object> target); 61 static void Init(Environment* env, v8::Local<v8::Object> target); 164 static void Init(Environment* env, v8::Local<v8::Object> target); 185 v8::Local<v8::Object> target,
|
H A D | node_watchdog.cc | 125 void TraceSigintWatchdog::Init(Environment* env, Local<Object> target) { in Init() argument 136 env->context(), target, "TraceSigintWatchdog", constructor); in Init() 426 static void Initialize(Local<Object> target, in Initialize() argument 431 TraceSigintWatchdog::Init(env, target); in Initialize()
|
H A D | pipe_wrap.cc | 66 void PipeWrap::Initialize(Local<Object> target, in Initialize() argument 90 SetConstructorFunction(context, target, "Pipe", t); in Initialize() 96 SetConstructorFunction(context, target, "PipeConnectWrap", cwt); in Initialize() 105 target->Set(context, in Initialize()
|
/third_party/node/test/fixtures/wpt/dom/abort/resources/ |
H A D | abort-signal-any-tests.js | 29 assert_equals(e.target, cloneSignal, 30 `The event target is the signal returned by ${desc}`); 52 assert_equals(e.target, combinedSignal, 53 `The event target is the signal returned by ${desc}`);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustr_wcs.cpp | 294 char16_t* target = nullptr; in _strFromWCS() local 434 pTarget = target= dest; in _strFromWCS() 451 count+= pTarget - target; in _strFromWCS() 454 target = uStack; in _strFromWCS()
|
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/ |
H A D | index.js | 142 // the target line, do so. 148 const target = previousLine.text; 149 const targetTextWidth = mixin.stringWidth(target.trimEnd()); 157 return target + source; 163 return target.trimEnd() + ' '.repeat(leadingWhitespace - targetTextWidth) + source.trimStart();
|