| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.cc | 316 Address target = it.rinfo()->wasm_call_address(); in Validate() 317 WasmCode* code = native_module_->Lookup(target); in Validate() 320 CHECK(code->contains(target)); in Validate() 324 Address target = it.rinfo()->wasm_stub_call_address(); in Validate() variable 325 WasmCode* code = native_module_->Lookup(target); in Validate() 328 CHECK(code->contains(target)); in Validate() 333 Address target = it.rinfo()->target_internal_reference(); in Validate() variable 334 CHECK(contains(target)); in Validate() 1248 Address target = GetNearCallTargetForFunction(call_tag, jump_tables); in AddCodeWithCodeSpace() local 1249 it.rinfo()->set_wasm_call_address(target, SKIP_ICACHE_FLUS in AddCodeWithCodeSpace() 1526 PatchJumpTablesLocked(uint32_t slot_index, Address target) PatchJumpTablesLocked() argument 1536 PatchJumpTableLocked(const CodeSpaceData& code_space_data, uint32_t slot_index, Address target) PatchJumpTableLocked() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 207 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) { in nv50_resource_copy_region() 290 assert(dst->texture->target != PIPE_BUFFER); in nv50_clear_render_target() 382 assert(dst->texture->target != PIPE_BUFFER); in nv50_clear_depth_stencil() 713 assert(res->target == PIPE_BUFFER); in nv50_clear_buffer() 851 enum pipe_texture_target target; member 909 const unsigned target = nv50_blit_get_tgsi_texture_target(ptarg); in nv50_blitter_make_fp() local 952 target, tc, ureg_DECL_sampler(ureg, 1)); in nv50_blitter_make_fp() 960 target, tc, ureg_DECL_sampler(ureg, 0)); in nv50_blitter_make_fp() 1102 nv50_blit_reinterpret_pipe_texture_target(info->src.resource->target); in nv50_blit_select_fp() 1156 enum pipe_texture_target target; nv50_blit_set_src() local [all...] |
| /third_party/skia/src/gpu/text/ |
| H A D | GrTextBlob.cpp | 379 GrMeshDrawTarget* target, in regenerateAtlas() 381 GrAtlasManager* atlasManager = target->atlasManager(); in regenerateAtlas() 382 GrDeferredUploadTarget* uploadTarget = target->deferredUploadTarget(); in regenerateAtlas() 386 this->packedGlyphIDToGrGlyph(target->strikeCache()); in regenerateAtlas() 410 skGlyph, grGlyph, srcPadding, target->resourceProvider(), in regenerateAtlas() 714 DirectMaskSubRun::regenerateAtlas(int begin, int end, GrMeshDrawTarget* target) const { in regenerateAtlas() 715 return fGlyphs.regenerateAtlas(begin, end, fMaskFormat, 0, target); in regenerateAtlas() 1011 GrMeshDrawTarget* target) const { in regenerateAtlas() 1012 return fGlyphs.regenerateAtlas(begin, end, fMaskFormat, 1, target, true); in regenerateAtlas() 1330 int begin, int end, GrMeshDrawTarget *target) cons in regenerateAtlas() 376 regenerateAtlas(int begin, int end, GrMaskFormat maskFormat, int srcPadding, GrMeshDrawTarget* target, bool bilerpPadding) regenerateAtlas() argument [all...] |
| /base/hiviewdfx/hidumper/frameworks/native/include/executor/ |
| H A D | file_stream_dumper.h | 34 void BuildFileNames(const std::string& target, bool arg_pid, int pid,
|
| /base/global/resource_management/frameworks/resmgr/include/ |
| H A D | locale_matcher.h | 68 * Whether the current resLocale more specific than target resLocale 70 * @param target the target resLocale 71 * @return 0 means current resLocale same to target resLocale, 72 * 1 means current resLocale more specific than target resLocale, else -1 74 static int8_t IsMoreSpecificThan(const ResLocale *current, const ResLocale *target);
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
| H A D | locale_matcher.h | 68 * Whether the current resLocale more specific than target resLocale 70 * @param target the target resLocale 71 * @return 0 means current resLocale same to target resLocale, 72 * 1 means current resLocale more specific than target resLocale, else -1 74 static int8_t IsMoreSpecificThan(const ResLocale *current, const ResLocale *target);
|
| /foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
| H A D | ability_mission_record.h | 40 void RemovePageAbility(const PageAbilityRecord &target);
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
| H A D | animation_track_component.h | 48 /** Animation target */ 49 DEFINE_PROPERTY(CORE_NS::EntityReference, target, "Target Entity", 0, )
|
| /foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include/ |
| H A D | napi_remote_object.h | 60 * @param target Indicates the IRemoteObject pointer object.
64 napi_value NAPI_ohos_rpc_CreateJsRemoteObject(napi_env env, const sptr<IRemoteObject> target);
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
| H A D | communicator_type_define.h | 29 using OnConnectCallback = std::function<void(const std::string &target, bool isConnect)>;
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
| H A D | single_ver_relational_sync_task_context.h | 42 void CopyTargetData(const ISyncTarget *target, const TaskParam &taskParam) override;
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/ |
| H A D | rdb_result_set_bridge.h | 41 int32_t WriteBlock(int32_t start, int32_t target, int columnCount, Writer &writer);
|
| /third_party/gn/src/gn/ |
| H A D | eclipse_writer.h | 41 // Returns true if |target| uses the default toolchain. 42 bool UsesDefaultToolchain(const Target* target) const;
|
| H A D | ninja_action_target_writer.h | 15 // Writes a .ninja file for a action target type. 18 NinjaActionTargetWriter(const Target* target, std::ostream& out); 33 // target name, and will include the string "$unique_name" if there are
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_helpers.h | 84 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture,
|
| /third_party/mesa3d/src/gallium/frontends/hgl/ |
| H A D | hgl_context.h | 44 enum pipe_texture_target target; member
|
| /third_party/node/src/ |
| H A D | node_stat_watcher.h | 42 static void Initialize(Environment* env, v8::Local<v8::Object> target);
|
| H A D | tty_wrap.h | 37 static void Initialize(v8::Local<v8::Object> target,
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_unpack_neon.c | 32 #pragma GCC target ("fpu=neon")
|
| /third_party/lwip/src/include/lwip/apps/ |
| H A D | snmp_threadsync.h | 90 const struct snmp_leaf_node *target; member
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_init.h | 48 LLVMTargetDataRef target; member
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_format.h | 54 d3d12_get_resource_srv_format(enum pipe_format f, enum pipe_texture_target target);
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_resource.c | 64 if (tmpl->target == PIPE_TEXTURE_CUBE) in fd2_tile_mode()
|
| /third_party/musl/libc-test/src/functionalext/supplement/search/ |
| H A D | tdestroy.c | 62 int i, *ptr, *target; in tdestroy_0100() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_resource.c | 35 if (templ->target == PIPE_BUFFER) in r300_resource_create()
|