| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | macro-assembler-riscv64.cc | 3909 void MacroAssembler::GetObjectType(Register object, Register map, in GetObjectType() argument 3915 void MacroAssembler::GetInstanceTypeRange(Register map, Register type_reg, in GetInstanceTypeRange() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory.cc | 373 HeapObject Factory::New(Handle<Map> map, AllocationType allocation) { in New() argument 427 Handle<Oddball> Factory::NewOddball(Handle<Map> map, cons argument 339 AllocateRawWithAllocationSite( Handle<Map> map, AllocationType allocation, Handle<AllocationSite> allocation_site) AllocateRawWithAllocationSite() argument 547 AllocateSmallOrderedHashTable(Handle<Map> map, int capacity, AllocationType allocation) AllocateSmallOrderedHashTable() argument 636 Map map = roots.swiss_name_dictionary_map(); CreateCanonicalEmptySwissNameDictionary() local 839 Map map; AllocateInternalizedStringImpl() local 889 Map map = string->map(); ComputeInternalizationStrategyForString() local 902 Handle<Map> map = InternalizeExternalString() local 1034 Handle<Map> map = str->IsOneByteRepresentation() NewProperSubString() local 1146 NewContextInternal(Handle<Map> map, int size, int variadic_part_length, AllocationType allocation) NewContextInternal() argument 1171 Handle<Map> map = NewMap(NATIVE_CONTEXT_TYPE, kVariableSizeSentinel); NewNativeContext() local 1235 Handle<Map> map; NewFunctionContext() local 1467 Map map = *foreign_map(); NewForeign() local 1510 Map map = *wasm_type_info_map(); NewWasmTypeInfo() local 1525 Map map = *wasm_api_function_ref_map(); NewWasmApiFunctionRef() local 1566 Map map = *wasm_js_function_data_map(); NewWasmJSFunctionData() local 1581 Map map = *wasm_onfulfilled_data_map(); NewWasmOnFulfilledData() local 1597 Map map = *wasm_exported_function_data_map(); NewWasmExportedFunctionData() local 1628 Map map = *wasm_capi_function_data_map(); NewWasmCapiFunctionData() local 1640 NewWasmArrayFromElements( const wasm::ArrayType* type, const std::vector<wasm::WasmValue>& elements, Handle<Map> map) NewWasmArrayFromElements() argument 1667 NewWasmArrayFromMemory(uint32_t length, Handle<Map> map, Address source) NewWasmArrayFromMemory() argument 1688 NewWasmStruct(const wasm::StructType* type, wasm::WasmValue* args, Handle<Map> map) NewWasmStruct() argument 1824 Handle<Map> map = with_weak_next ? allocation_site_map() NewAllocationSite() local 1861 InitializeMap(Map map, InstanceType type, int instance_size, ElementsKind elements_kind, int inobject_properties, Heap* roots) InitializeMap() argument 2022 CopyArrayWithMap(Handle<T> src, Handle<Map> map) CopyArrayWithMap() argument 2055 CopyFixedArrayWithMap(Handle<FixedArray> array, Handle<Map> map) CopyFixedArrayWithMap() argument 2508 InitializeJSObjectFromMap(JSObject obj, Object properties, Map map) InitializeJSObjectFromMap() argument 2523 InitializeJSObjectBody(JSObject obj, Map map, int start_offset) InitializeJSObjectBody() argument 2546 NewJSObjectFromMap( Handle<Map> map, AllocationType allocation, Handle<AllocationSite> allocation_site) NewJSObjectFromMap() argument 2569 NewSlowJSObjectFromMap( Handle<Map> map, int capacity, AllocationType allocation, Handle<AllocationSite> allocation_site) NewSlowJSObjectFromMap() argument 2643 Map map = native_context.GetInitialJSArrayMap(elements_kind); NewJSArrayWithUnverifiedElements() local 2715 Handle<Map> map = isolate()->js_module_namespace_map(); NewJSModuleNamespace() local 2948 NewJSArrayBufferView( Handle<Map> map, Handle<FixedArrayBase> elements, Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t byte_length) NewJSArrayBufferView() argument 2983 Handle<Map> map; NewJSTypedArray() local 3057 Handle<Map> map = target_function->IsConstructor() NewJSBoundFunction() local 3080 Handle<Map> map; NewJSProxy() local 3102 Handle<Map> map = NewMap(JS_GLOBAL_PROXY_TYPE, size); NewUninitializedJSGlobalProxy() local 3157 Handle<Map> map = message_object_map(); NewJSMessageObject() local 3477 Handle<Map> map = strict_mode_callee ? isolate()->strict_arguments_map() NewArgumentsObject() local 3511 Map map = Map::cast(heap_object); ObjectLiteralMapFromCache() local 3517 Handle<Map> map = Map::Create(isolate(), number_of_properties); ObjectLiteralMapFromCache() local 3525 Handle<Map> map = read_only_roots().mega_dom_handler_map_handle(); NewMegaDomHandler() local 3535 Handle<Map> map; NewLoadHandler() local 3553 Handle<Map> map; NewStoreHandler() local 3687 Handle<Map> map = NewMap( CreateSloppyFunctionMap() local 3699 Map::SetPrototype(isolate(), map, empty_function); CreateSloppyFunctionMap() local 3705 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); CreateSloppyFunctionMap() local 3779 Handle<Map> map = NewMap( CreateStrictFunctionMap() local 3789 Map::SetPrototype(isolate(), map, empty_function); CreateStrictFunctionMap() local 3794 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); CreateStrictFunctionMap() local 3843 Handle<Map> map = CreateClassFunctionMap() local 3853 Map::SetPrototype(isolate(), map, empty_function); CreateClassFunctionMap() local 3858 Map::EnsureDescriptorSlack(isolate(), map, 2); CreateClassFunctionMap() local 3903 Handle<Map> map = has_no_side_effect NewCallHandlerInfo() local 3962 Handle<Map> map = maybe_map_.ToHandleChecked(); BuildRaw() local [all...] |
| H A D | mark-compact.cc | 241 void VerifyMap(Map map) override { VerifyHeapObjectImpl(map); } variable 429 void VerifyMap(Map map) override { VerifyHeapObjectImpl(map); } variable 520 bool MarkCompactCollector::IsMapOrForwardedMap(Map map) { in IsMapOrForwardedMap() argument 1690 ShouldPromoteIntoSharedHeap(Map map) ShouldPromoteIntoSharedHeap() argument 1942 Map map = object.map(cage_base()); global() variable 2249 Map map = object.map(cage_base); ProcessMarkingWorklist() local 2606 ClearPotentialSimpleMapTransition(Map map, Map dead_target) ClearPotentialSimpleMapTransition() argument 2776 Map map; ClearFullMapTransitions() local 2837 CompactTransitionArray(Map map, TransitionArray transitions, DescriptorArray descriptors) CompactTransitionArray() argument 2908 TrimDescriptorArray(Map map, DescriptorArray descriptors) TrimDescriptorArray() argument 2928 TrimEnumCache(Map map, DescriptorArray descriptors) TrimEnumCache() argument 4279 Map map = object.map(visitor.cage_base()); ProcessVisitAll() local 4895 void VerifyMap(Map map) override { VerifyHeapObjectImpl(map); } global() variable 4975 void VerifyMap(Map map) override { VerifyHeapObjectImpl(map); } global() variable 5061 VisitJSArrayBuffer(Map map, JSArrayBuffer object) VisitJSArrayBuffer() argument 5377 Map map = object.map(cage_base, kAcquireLoad); MakeIterable() local 5839 Map map = object.map(cage_base, kAcquireLoad); TraceFragmentation() local [all...] |
| H A D | heap.cc | 925 UpdateRetainersMapAfterScavenge( std::unordered_map<HeapObject, HeapObject, Object::Hasher>* map) UpdateRetainersMapAfterScavenge() argument 3514 Map map = object.map(); LeftTrimFixedArray() local 6314 AddRetainedMap(Handle<NativeContext> context, Handle<Map> map) AddRetainedMap() argument 7115 AllowedToBeMigrated(Map map, HeapObject obj, AllocationSpace dst) AllowedToBeMigrated() argument 7188 Map map = GcSafeMapOfCodeSpaceObject(code); GcSafeCodeContains() local [all...] |
| /third_party/node/deps/v8/src/init/ |
| H A D | bootstrapper.cc | 368 bool IsFunctionMapOrSpecialBuiltin(Handle<Map> map, Builtin builtin, in IsFunctionMapOrSpecialBuiltin() argument 407 Handle<Map> map = in CreateFunctionForBuiltinWithPrototype() local 384 CreateFunctionForBuiltin(Isolate* isolate, Handle<String> name, Handle<Map> map, Builtin builtin) CreateFunctionForBuiltin() argument 456 Handle<Map> map = isolate->strict_function_without_prototype_map(); CreateFunctionForBuiltinWithoutPrototype() local 528 Map map = constructor->map(); SetConstructorInstanceType() local 722 Handle<Map> map; CreateSloppyModeFunctionMaps() local 786 Handle<Map> map; CreateStrictModeFunctionMaps() local 851 Handle<Map> map = Map::Copy( CreateObjectFunction() local 874 Map::SetPrototype(isolate(), map, factory->null_value()); CreateObjectFunction() local 879 Map::SetPrototype(isolate(), map, object_function_prototype); CreateObjectFunction() local 889 Handle<Map> map = Map::Copy(isolate, source_map, reason); CreateNonConstructorMap() local 989 Handle<Map> map; CreateIteratorMaps() local 1092 Handle<Map> map; CreateAsyncIteratorMaps() local 1120 Handle<Map> map = CreateAsyncFunctionMaps() local 1123 Map::SetPrototype(isolate(), map, async_function_prototype); CreateAsyncFunctionMaps() local 1128 Map::SetPrototype(isolate(), map, async_function_prototype); CreateAsyncFunctionMaps() local 1154 Handle<Map> map = CreateJSProxyMaps() local 1172 Map::SetPrototype(isolate(), map, isolate()->initial_object_prototype()); CreateJSProxyMaps() local 1180 ReplaceAccessors(Isolate* isolate, Handle<Map> map, Handle<String> name, PropertyAttributes attributes, Handle<AccessorPair> accessor_pair) ReplaceAccessors() argument 1229 ReplaceAccessors(isolate(), map, factory()->arguments_string(), rw_attribs, AddRestrictedFunctionProperties() local 1231 ReplaceAccessors(isolate(), map, factory()->caller_string(), rw_attribs, AddRestrictedFunctionProperties() local 1516 Handle<Map> map = InitializeGlobal() local 3650 Handle<Map> map = factory->NewMap( InitializeGlobal() local 3654 Map::SetPrototype(isolate(), map, isolate_->factory()->null_value()); InitializeGlobal() local 3676 Handle<Map> map = factory->ObjectLiteralMapFromCache(native_context(), 2); InitializeGlobal() local 3837 Handle<Map> map = InitializeGlobal() local 3842 Map::SetPrototype(isolate(), map, empty_function); InitializeGlobal() local 3963 Handle<Map> map = isolate_->sloppy_arguments_map(); InitializeGlobal() local 3989 Handle<Map> map = InitializeGlobal() local 4011 Map::SetPrototype(isolate(), map, isolate_->initial_object_prototype()); InitializeGlobal() local 4521 Handle<Map> map = factory->NewMap(JS_WRAPPED_FUNCTION_TYPE, InitializeGlobal_harmony_shadow_realm() local 4528 Map::SetPrototype(isolate(), map, empty_function); InitializeGlobal_harmony_shadow_realm() local 5605 Handle<Map> map = InstallABunchOfRandomThings() local 5609 Map::EnsureDescriptorSlack(isolate(), map, 4); InstallABunchOfRandomThings() local 5640 Map::SetPrototype(isolate(), map, isolate()->initial_object_prototype()); InstallABunchOfRandomThings() local 5651 Handle<Map> map = InstallABunchOfRandomThings() local 5655 Map::EnsureDescriptorSlack(isolate(), map, 4); InstallABunchOfRandomThings() local 5686 Map::SetPrototype(isolate(), map, isolate()->initial_object_prototype()); InstallABunchOfRandomThings() local 5810 Map::EnsureDescriptorSlack(isolate(), map, 1); InstallABunchOfRandomThings() local 5818 Map::EnsureDescriptorSlack(isolate(), map, 1); InstallABunchOfRandomThings() local 5826 Map::EnsureDescriptorSlack(isolate(), map, 1); InstallABunchOfRandomThings() local 5833 Map::EnsureDescriptorSlack(isolate(), map, 1); InstallABunchOfRandomThings() local [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | accessor-assembler.cc | 1413 TNode<Map> map = CAST(map_or_property_cell); in HandleStoreICHandlerCase() local 451 LoadDescriptorValue( TNode<Map> map, TNode<IntPtrT> descriptor_entry) LoadDescriptorValue() argument 456 LoadDescriptorValueOrFieldType( TNode<Map> map, TNode<IntPtrT> descriptor_entry) LoadDescriptorValueOrFieldType() argument 2583 InvalidateValidityCellIfPrototype( TNode<Map> map, base::Optional<TNode<Uint32T>> maybe_bitfield3) InvalidateValidityCellIfPrototype() argument 2875 StubCachePrimaryOffset(TNode<Name> name, TNode<Map> map) StubCachePrimaryOffset() argument 2900 StubCacheSecondaryOffset(TNode<Name> name, TNode<Map> map) StubCacheSecondaryOffset() argument 2918 TryProbeStubCacheTable( StubCache* stub_cache, StubCacheTable table_id, TNode<IntPtrT> entry_offset, TNode<Object> name, TNode<Map> map, Label* if_handler, TVariable<MaybeObject>* var_handler, Label* if_miss) TryProbeStubCacheTable() argument 3872 TNode<Map> map = LoadMap(CAST(value)); StoreGlobalIC_PropertyCellCase() local 5019 TNode<Map> map = var_map.value(); BranchIfPrototypesHaveNoElements() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 1494 IsCompatibleReceiverMap(Handle<AccessorInfo> info, Handle<Map> map) IsCompatibleReceiverMap() argument 2174 IterateBody(Map map, int object_size, ObjectVisitor* v) IterateBody() argument 2185 IsValidSlot(Map map, int offset) IsValidSlot() argument 5314 Map map = array->map(); HasReadOnlyLength() local 6480 Initialize(Handle<JSMap> map, Isolate* isolate) Initialize() argument 6485 Clear(Isolate* isolate, Handle<JSMap> map) Clear() argument 6610 Map map = HeapObject::cast(value).map(); RemainsConstantType() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 191 static const unsigned map[] = { in translate_prim_type() local 215 static const unsigned map[] = { in translate_compare_func() local 243 static const unsigned map[] = { in translate_shadow_func() local 259 static const unsigned map[4] = { in translate_cull_mode() local 271 static const unsigned map[4] = { in translate_fill_mode() local 283 static const unsigned map[] = { translate_mip_filter() local 294 static const unsigned map[] = { translate_wrap() local 368 uint32_t *map = emit_state() local 821 uint32_t *map = upload_pixel_hashing_tables() local 906 uint32_t *map = pipe_buffer_map_range(&ice->ctx, ice->state.pixel_hashing_tables, upload_pixel_hashing_tables() local 2242 uint32_t *map = iris_upload_sampler_states() local 2337 fill_buffer_surface_state(struct isl_device *isl_dev, struct iris_resource *res, void *map, enum isl_format format, struct isl_swizzle swizzle, unsigned offset, unsigned size, isl_surf_usage_flags_t usage) fill_buffer_surface_state() argument 2418 void *map = upload_surface_states() local 2462 fill_surface_state(struct isl_device *isl_dev, void *map, struct iris_resource *res, struct isl_surf *surf, struct isl_view *view, unsigned aux_usage, uint32_t extra_main_offset, uint32_t tile_x_sa, uint32_t tile_y_sa) fill_surface_state() argument 2514 void *map = surf_state->cpu; fill_surface_states() local 3386 void *map = NULL; iris_set_constant_buffer() local 3452 void *map = NULL; upload_sysvals() local 4049 uint32_t *map = ralloc_size(NULL, sizeof(uint32_t) * dwords); iris_create_so_decl_list() local 4735 void *map = shader->derived_data; iris_store_cs_state() local 4737 iris_pack_state(GENX(INTERFACE_DESCRIPTOR_DATA), map, desc) { iris_store_cs_state() local 6663 uint32_t *map = iris_upload_dirty_render_state() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 2278 uint8_t *map; in tc_buffer_map() local 2664 uint8_t *map = NULL; in tc_buffer_subdata() local [all...] |
| /third_party/musl/ldso/linux/ |
| H A D | dynlink.c | 1560 void *map = mmap(0, mapLen, PROT_READ, MAP_PRIVATE | MAP_XPM, fd, 0); in check_xpm() local 1581 unsigned char *map=MAP_FAILED, *base; in map_library() local 2161 unsigned char *map; load_library() local 5060 void *map = mmap(0, mapLen, PROT_READ, MAP_PRIVATE | MAP_XPM, task->fd, task->file_offset); task_check_xpm() local 5220 unsigned char *map = MAP_FAILED, *base; task_map_library() local 5527 bool map = false; load_library_header() local 5770 bool map = noload ? 0 : task_map_library(task, reserved_params); task_load_library() local 6037 void *map = mmap( serialize_gnu_relro() local 6100 void *map = mmap( map_gnu_relro() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-comparison.cc | 176 sort_string_function_ptr_map(const string_function_ptr_map& map, in sort_string_function_ptr_map() argument 197 sort_string_member_function_sptr_map(const string_member_function_sptr_map& map, class_or_union::member_functions& sorted) sort_string_member_function_sptr_map() argument 219 sort_string_function_decl_diff_sptr_map(const string_function_decl_diff_sptr_map& map, function_decl_diff_sptrs_type& sorted) sort_string_function_decl_diff_sptr_map() argument 239 sort_string_var_diff_sptr_map(const string_var_diff_sptr_map& map, var_diff_sptrs_type& sorted) sort_string_var_diff_sptr_map() argument 262 sort_string_elf_symbol_map(const string_elf_symbol_map& map, vector<elf_symbol_sptr>& sorted) sort_string_elf_symbol_map() argument 283 sort_string_var_ptr_map(const string_var_ptr_map& map, vector<var_decl*>& sorted) sort_string_var_ptr_map() argument 302 sort_string_data_member_diff_sptr_map(const string_var_diff_sptr_map& map, var_diff_sptrs_type& sorted) sort_string_data_member_diff_sptr_map() argument 321 sort_unsigned_data_member_diff_sptr_map(const unsigned_var_diff_sptr_map map, var_diff_sptrs_type& sorted) sort_unsigned_data_member_diff_sptr_map() argument 342 sort_string_virtual_member_function_diff_sptr_map(const string_function_decl_diff_sptr_map& map, function_decl_diff_sptrs_type& sorted) sort_string_virtual_member_function_diff_sptr_map() argument 364 sort_string_diff_sptr_map(const string_diff_sptr_map& map, diff_sptrs_type& sorted) sort_string_diff_sptr_map() argument 385 sort_string_diff_ptr_map(const string_diff_ptr_map& map, diff_ptrs_type& sorted) sort_string_diff_ptr_map() argument 406 sort_string_base_diff_sptr_map(const string_base_diff_sptr_map& map, base_diff_sptrs_type& sorted) sort_string_base_diff_sptr_map() argument 440 sort_string_fn_parm_diff_sptr_map(const unsigned_fn_parm_diff_sptr_map& map, vector<fn_parm_diff_sptr>& sorted) sort_string_fn_parm_diff_sptr_map() argument 461 sort_string_fn_parm_diff_sptr_map(const string_fn_parm_diff_sptr_map& map, vector<fn_parm_diff_sptr>& sorted) sort_string_fn_parm_diff_sptr_map() argument 481 sort_string_parm_map(const string_parm_map& map, vector<function_decl::parameter_sptr>& sorted) sort_string_parm_map() argument 525 sort_string_type_base_sptr_map(string_type_base_sptr_map& map, vector<type_base_sptr>& sorted) sort_string_type_base_sptr_map() argument 5157 find_virtual_dtor_in_map(const string_member_function_sptr_map& map) find_virtual_dtor_in_map() argument [all...] |
| H A D | abg-dwarf-reader.cc | 2564 istring_dwarf_offsets_map_type& map = compute_canonical_die() local 2663 istring_dwarf_offsets_map_type& map = get_canonical_die() local 3010 die_istring_map_type& map = get_die_qualified_name() local 3128 die_istring_map_type& map = get_die_pretty_type_representation() local 3165 die_istring_map_type& map = get_die_pretty_representation() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 11484 finalizeTestsCreation(GraphicsResources& specResource, const map<string, string>& fragments, tcu::TestContext& , tcu::TestCaseGroup& testGroup, const std::string& testName, const VulkanFeatures& vulkanFeatures, const vector<string>& extensions, const IVec3& , const bool splitRenderArea) finalizeTestsCreation() argument 11501 finalizeTestsCreation(ComputeShaderSpec& specResource, const map<string, string>& fragments, tcu::TestContext& testCtx, tcu::TestCaseGroup& testGroup, const std::string& testName, const VulkanFeatures& vulkanFeatures, const vector<string>& extensions, const IVec3& numWorkGroups, bool) finalizeTestsCreation() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShadingLanguage420PackTests.cpp | 17709 void* Utils::buffer::map(GLenum access) const in map() function in gl4cts::GLSL420Pack::Utils::buffer
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_4_autogen.cpp | 7990 void GL_APIENTRY GL_GetnPixelMapfv(GLenum map, GLsizei bufSize, GLfloat *values) in GL_GetnPixelMapfv() argument 8015 void GL_APIENTRY GL_GetnPixelMapuiv(GLenum map, GLsizei bufSize, GLuint *values) in GL_GetnPixelMapuiv() argument 8040 GL_GetnPixelMapusv(GLenum map, GLsizei bufSize, GLushort *values) GL_GetnPixelMapusv() argument [all...] |
| H A D | entry_points_gl_1_autogen.cpp | 2322 void GL_APIENTRY GL_GetPixelMapfv(GLenum map, GLfloat *values) in GL_GetPixelMapfv() argument 2346 void GL_APIENTRY GL_GetPixelMapuiv(GLenum map, GLuint *values) in GL_GetPixelMapuiv() argument 2370 GL_GetPixelMapusv(GLenum map, GLushort *values) GL_GetPixelMapusv() argument 4107 GL_PixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) GL_PixelMapfv() argument 4131 GL_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values) GL_PixelMapuiv() argument 4156 GL_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values) GL_PixelMapusv() argument [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | awk.c | 4346 insert_argv_map(struct zvalue *map, int key, char *value) insert_argv_map() argument [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | disasm-aarch64.cc | 2341 static const NEONFormatMap map = in Disassembler() local 3341 static const NEONFormatMap map = {{23, 22}, {NF_H, NF_UNDEF, NF_S, NF_D}}; in Disassembler() local 3437 static const NEONFormatMap map = {{22, 21, 20, 19}, in Disassembler() local
|
| /third_party/python/Python/ |
| H A D | ceval.c | 907 match_keys(PyThreadState *tstate, PyObject *map, PyObject *keys) in match_keys() argument 3323 PyObject *map = _PyDict_FromItems( local 3394 PyObject *map; local 3450 PyObject *map; global() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 11386 finalizeTestsCreation(GraphicsResources& specResource, const map<string, string>& fragments, tcu::TestContext& , tcu::TestCaseGroup& testGroup, const std::string& testName, const VulkanFeatures& vulkanFeatures, const vector<string>& extensions, const IVec3& , const bool splitRenderArea) finalizeTestsCreation() argument 11403 finalizeTestsCreation(ComputeShaderSpec& specResource, const map<string, string>& fragments, tcu::TestContext& testCtx, tcu::TestCaseGroup& testGroup, const std::string& testName, const VulkanFeatures& vulkanFeatures, const vector<string>& extensions, const IVec3& numWorkGroups, bool) finalizeTestsCreation() argument [all...] |
| /third_party/libbpf/include/uapi/linux/ |
| H A D | bpf.h | 102 } map; member 6530 } map; global() member [all...] |
| /third_party/mesa3d/src/glx/tests/ |
| H A D | indirect_api.cpp | 174 void __indirect_glGetPixelMapfv(GLenum map, GLfloat *values) { } in __indirect_glGetPixelMapfv() argument 175 void __indirect_glGetPixelMapuiv(GLenum map, GLuint *values) { } in __indirect_glGetPixelMapuiv() argument 176 void __indirect_glGetPixelMapusv(GLenum map, GLushort *values) { } in __indirect_glGetPixelMapusv() argument 246 void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) { } in __indirect_glPixelMapfv() argument 247 void __indirect_glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values) { } in __indirect_glPixelMapuiv() argument 248 void __indirect_glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values) { } in __indirect_glPixelMapusv() argument
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_private.h | 502 void *map; member 715 void *map; member 746 void *map; global() member 770 struct anv_free_entry *map; global() member 1557 anv_batch_set_storage(struct anv_batch *batch, struct anv_address addr, void *map, size_t size) anv_batch_set_storage() argument 1722 void * map; global() member [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | wasm-compiler.cc | 333 void StoreMap(Node* heap_object, Node* map) { in StoreMap() argument 342 Node* LoadInstanceType(Node* map) { in LoadInstanceType() argument 347 Node* LoadWasmTypeInfo(Node* map) { in LoadWasmTypeInfo() argument 494 Node* IsDataRefMap(Node* map) { in IsDataRefMap() argument 508 Node* map = LoadMap(heap_object); HasInstanceType() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.cc | 5623 auto& map = *stack_access_count_map; in ThrowInternal() local 5636 auto& map = *stack_access_count_map; in ThrowInternal() local [all...] |