Home
last modified time | relevance | path

Searched refs:target (Results 2676 - 2700 of 4886) sorted by relevance

1...<<101102103104105106107108109110>>...196

/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc316 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 Dnv50_surface.c207 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 DGrTextBlob.cpp379 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 Dfile_stream_dumper.h34 void BuildFileNames(const std::string& target, bool arg_pid, int pid,
/base/global/resource_management/frameworks/resmgr/include/
H A Dlocale_matcher.h68 * 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 Dlocale_matcher.h68 * 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 Dability_mission_record.h40 void RemovePageAbility(const PageAbilityRecord &target);
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Danimation_track_component.h48 /** Animation target */
49 DEFINE_PROPERTY(CORE_NS::EntityReference, target, "Target Entity", 0, )
/foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include/
H A Dnapi_remote_object.h60 * @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 Dcommunicator_type_define.h29 using OnConnectCallback = std::function<void(const std::string &target, bool isConnect)>;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_sync_task_context.h42 void CopyTargetData(const ISyncTarget *target, const TaskParam &taskParam) override;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_result_set_bridge.h41 int32_t WriteBlock(int32_t start, int32_t target, int columnCount, Writer &writer);
/third_party/gn/src/gn/
H A Declipse_writer.h41 // Returns true if |target| uses the default toolchain.
42 bool UsesDefaultToolchain(const Target* target) const;
H A Dninja_action_target_writer.h15 // 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 Ddri_helpers.h84 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture,
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl_context.h44 enum pipe_texture_target target; member
/third_party/node/src/
H A Dnode_stat_watcher.h42 static void Initialize(Environment* env, v8::Local<v8::Object> target);
H A Dtty_wrap.h37 static void Initialize(v8::Local<v8::Object> target,
/third_party/mesa3d/src/util/format/
H A Du_format_unpack_neon.c32 #pragma GCC target ("fpu=neon")
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_threadsync.h90 const struct snmp_leaf_node *target; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h48 LLVMTargetDataRef target; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.h54 d3d12_get_resource_srv_format(enum pipe_format f, enum pipe_texture_target target);
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.c64 if (tmpl->target == PIPE_TEXTURE_CUBE) in fd2_tile_mode()
/third_party/musl/libc-test/src/functionalext/supplement/search/
H A Dtdestroy.c62 int i, *ptr, *target; in tdestroy_0100() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_resource.c35 if (templ->target == PIPE_BUFFER) in r300_resource_create()

Completed in 16 milliseconds

1...<<101102103104105106107108109110>>...196