Home
last modified time | relevance | path

Searched defs:parent (Results 701 - 725 of 854) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c641 struct radv_amdgpu_cs *parent = radv_amdgpu_cs(_parent); in radv_amdgpu_cs_execute_secondary() local
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c299 ASSERTED nir_intrinsic_instr *parent = nir_src_as_intrinsic(instr->src[0]); in agx_emit_load_vary() local
/third_party/ltp/lib/
H A Dtst_cgroup.c360 static void cgroup_dir_mk(const struct cgroup_dir *const parent, in cgroup_dir_mk() argument
1053 static void cgroup_group_add_dir(const struct tst_cg_group *const parent, in cgroup_group_add_dir() argument
1084 tst_cg_group_mk(const struct tst_cg_group *const parent, const char *const group_name_fmt, ...) tst_cg_group_mk() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.h367 struct svga_shader *parent; /* shader with the original token string */ member
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc350 std::string parent = mangled; in LoadGCCauses() local
966 ExprEffect Parallel(clang::Expr* parent, int n, clang::Expr** exprs, in Parallel() argument
979 ExprEffect Sequential(clang::Stmt* parent, int n, clang::Expr** exprs, in Sequential() argument
996 ExprEffect Use(const clang::Expr* parent, in Use() argument
1014 Use(const clang::Expr* parent, const clang::ValueDecl* var, const Environment& env) Use() argument
1453 Block* parent = block_; EnterBlock() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c652 ntfs_inode *ntfs_pathname_to_inode(ntfs_volume *vol, ntfs_inode *parent, in ntfs_pathname_to_inode() argument
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc298 FILE* parent = posix::FDOpen(flag->write_fd(), "w"); in DeathTestAbort() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duloc.cpp1654 uloc_getParent(const char* localeID, char* parent, int32_t parentCapacity, UErrorCode* err) uloc_getParent() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c602 nir_deref_instr *parent = nir_instr_as_deref(use_src->parent_instr); in ubo_to_temp_patch_deref_mode() local
979 memcpy_load_deref_elem(nir_builder *b, nir_deref_instr *parent, in memcpy_load_deref_elem() argument
992 memcpy_store_deref_elem(nir_builder *b, nir_deref_instr *parent, in memcpy_store_deref_elem() argument
1266 nir_deref_instr *parent = nir_src_as_deref(deref->parent); dxil_nir_split_clip_cull_distance_instr() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c1293 anv_state_reserved_pool_init(struct anv_state_reserved_pool *pool, struct anv_state_pool *parent, uint32_t count, uint32_t size, uint32_t alignment) anv_state_reserved_pool_init() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_longnames.cpp910 forMeasureUnit(const Locale &loc, const MeasureUnit &unitRef, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, LongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument
1480 forCurrencyLongNames(const Locale &loc, const CurrencyUnit &currency, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forCurrencyLongNames() argument
1544 forMeasureUnit(const Locale &loc, const MeasureUnit &mixedUnit, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, MixedUnitLongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument
1707 forMeasureUnits(const Locale &loc, const MaybeStackVector<MeasureUnit> &units, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forMeasureUnits() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c1750 struct basic_block *parent; in mark_used_registers() local
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc216 InputIterator( SparseInputMask::BitMaskType bit_mask, Node* parent) InputIterator() argument
H A Djs-call-reducer.cc364 CatchScope* parent() const { return parent_; } in parent() function in v8::internal::compiler::JSCallReducerAssembler::CatchScope
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc483 RecordHashTableVirtualObjectStats( HeapObject parent, HashTable<Derived, Shape> hash_table, ObjectStats::VirtualInstanceType type) RecordHashTableVirtualObjectStats() argument
494 RecordSimpleVirtualObjectStats( HeapObject parent, HeapObject obj, ObjectStats::VirtualInstanceType type) RecordSimpleVirtualObjectStats() argument
500 RecordVirtualObjectStats( HeapObject parent, HeapObject obj, ObjectStats::VirtualInstanceType type, size_t size, size_t over_allocated, CowMode check_cow_array) RecordVirtualObjectStats() argument
976 RecordVirtualObjectsForConstantPoolOrEmbeddedObjects( HeapObject parent, HeapObject object, ObjectStats::VirtualInstanceType type) RecordVirtualObjectsForConstantPoolOrEmbeddedObjects() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc503 Map parent = Map::cast(GetBackPointer()); in MapVerify() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc922 void V8Debugger::externalAsyncTaskStarted(const V8StackTraceId& parent) { in externalAsyncTaskStarted() argument
936 void V8Debugger::externalAsyncTaskFinished(const V8StackTraceId& parent) { in externalAsyncTaskFinished() argument
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1409 void Map::ConnectTransition(Isolate* isolate, Handle<Map> parent, in ConnectTransition() argument
1522 InstallDescriptors(Isolate* isolate, Handle<Map> parent, Handle<Map> child, InternalIndex new_descriptor, Handle<DescriptorArray> descriptors) InstallDescriptors() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc555 Position& parent = stack[stack.size() - 2]; in TraverseDepthFirst() local
H A Dprofile-generator.h307 ProfileNode* parent() const { return parent_; } in parent() function in v8::internal::ProfileNode
/third_party/node/deps/v8/src/torque/
H A Dast.h1206 TypeExpression* parent; member
H A Dtypes.cc31 Type::Type(TypeBase::Kind kind, const Type* parent, in Type() argument
290 const Type* parent = nullptr; RecomputeParent() local
514 ClassType(const Type* parent, Namespace* nspace, const std::string& name, ClassFlags flags, const std::string& generates, const ClassDeclaration* decl, const TypeAlias* alias) ClassType() argument
[all...]
H A Dtypes.h122 const Type* parent() const { return parent_; } in parent() function in v8::internal::torque::Type
290 AbstractType(const Type* parent, AbstractTypeFlags flags, in AbstractType() argument
366 BuiltinPointerType(const Type* parent, TypeVector parameter_types, const Type* return_type, size_t function_pointer_type_id) BuiltinPointerType() argument
526 BitFieldStructType(Namespace* nspace, const Type* parent, const BitFieldStructDeclaration* decl) BitFieldStructType() argument
584 AggregateType(Kind kind, const Type* parent, Namespace* nspace, const std::string& name, MaybeSpecializationKey specialized_from = base::nullopt) AggregateType() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c176 bi_push_dependency(unsigned parent, unsigned child, in bi_push_dependency() argument
195 mark_access(struct util_dynarray *table, unsigned index, unsigned parent) in mark_access() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc292 FILE* parent = posix::FDOpen(flag->write_fd(), "w"); in DeathTestAbort() local
[all...]

Completed in 75 milliseconds

1...<<21222324252627282930>>...35