Home
last modified time | relevance | path

Searched refs:heap_type (Results 1 – 25 of 26) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/android/ion/
Dionapp_export.c34 unsigned long map_len, heap_type, heap_size, flags; in main() local
45 heap_type = ION_HEAP_TYPE_SYSTEM; in main()
57 heap_type = ION_HEAP_TYPE_SYSTEM; in main()
60 heap_type = ION_HEAP_TYPE_SYSTEM_CONTIG; in main()
83 printf("heap_type: %ld, heap_size: %ld\n", heap_type, heap_size); in main()
84 info.heap_type = heap_type; in main()
Dionutils.h21 unsigned int heap_type; member
Dionmap_test.c91 info.heap_type = ION_HEAP_TYPE_SYSTEM; in main()
DREADME80 heap_type: 0, heap_size: 10
99 ion_test.sh: heap_type: 0 - [PASS]
Dionutils.c82 if (heap_data[i].type == ion_info->heap_type) { in ion_export_buffer_fd()
/external/tensorflow/tensorflow/compiler/xla/python/
Dsharded_device_array.cc163 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() local
168 if (!heap_type) { in RegisterTypes()
171 heap_type->ht_name = name.release().ptr(); in RegisterTypes()
172 heap_type->ht_qualname = qualname.release().ptr(); in RegisterTypes()
173 PyTypeObject* type = &heap_type->ht_type; in RegisterTypes()
189 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() local
194 if (!heap_type) { in RegisterTypes()
197 heap_type->ht_name = name.release().ptr(); in RegisterTypes()
198 heap_type->ht_qualname = qualname.release().ptr(); in RegisterTypes()
199 PyTypeObject* type = &heap_type->ht_type; in RegisterTypes()
[all …]
Dpy_buffer.cc493 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() local
498 if (!heap_type) { in RegisterTypes()
501 heap_type->ht_name = name.release().ptr(); in RegisterTypes()
502 heap_type->ht_qualname = qualname.release().ptr(); in RegisterTypes()
503 PyTypeObject* type = &heap_type->ht_type; in RegisterTypes()
519 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() local
524 if (!heap_type) { in RegisterTypes()
527 heap_type->ht_name = name.release().ptr(); in RegisterTypes()
528 heap_type->ht_qualname = qualname.release().ptr(); in RegisterTypes()
529 PyTypeObject* type = &heap_type->ht_type; in RegisterTypes()
[all …]
Dpmap_lib.cc834 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in BuildPmapSubmodule() local
839 CHECK(heap_type) << "Unable to create heap type object"; in BuildPmapSubmodule()
840 heap_type->ht_name = name.release().ptr(); in BuildPmapSubmodule()
841 heap_type->ht_qualname = qualname.release().ptr(); in BuildPmapSubmodule()
842 PyTypeObject* type = &heap_type->ht_type; in BuildPmapSubmodule()
Djax_jit.cc1285 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in BuildJaxjitSubmodule() local
1290 CHECK(heap_type) << "Unable to create heap type object"; in BuildJaxjitSubmodule()
1291 heap_type->ht_name = name.release().ptr(); in BuildJaxjitSubmodule()
1292 heap_type->ht_qualname = qualname.release().ptr(); in BuildJaxjitSubmodule()
1293 PyTypeObject* type = &heap_type->ht_type; in BuildJaxjitSubmodule()
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/memory/heap_graph/
Dhelpers.sql48 IFNULL(o.heap_type, '')
63 HASH(t.path_hash, o.type_id, IFNULL(o.heap_type, ""))
96 o.heap_type,
116 'native' AS heap_type,
132 heap_type,
164 heap_type,
Dclass_tree.sql166 o.heap_type,
195 heap_type,
210 o.heap_type,
239 heap_type,
/external/igt-gpu-tools/lib/
Dion.c6 int ion_get_heap_id(int ion_fd, uint32_t heap_type) in ion_get_heap_id() argument
29 if (hi->type == heap_type) in ion_get_heap_id()
Dion.h14 int ion_get_heap_id(int ion_fd, uint32_t heap_type);
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_bufmgr.cpp133 D3D12_HEAP_TYPE heap_type = D3D12_HEAP_TYPE_DEFAULT; in d3d12_bo_new() local
135 heap_type = D3D12_HEAP_TYPE_READBACK; in d3d12_bo_new()
137 heap_type = D3D12_HEAP_TYPE_UPLOAD; in d3d12_bo_new()
144 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(dev, heap_type); in d3d12_bo_new()
/external/mesa3d/src/microsoft/vulkan/
Ddzn_query.c48 switch (qpool->heap_type) { in dzn_query_pool_get_query_type()
110 qpool->heap_type = desc.Type = dzn_query_pool_get_heap_type(info->queryType); in dzn_query_pool_create()
318 if (qpool->heap_type != D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS) { in dzn_GetQueryPoolResults()
Ddzn_private.h1310 D3D12_QUERY_HEAP_TYPE heap_type; member
/external/perfetto/test/trace_processor/diff_tests/parser/profiling/
Dheap_graph_object.out1 "id","upid","graph_sample_ts","self_size","reference_set_id","reachable","heap_type","type_name","d…
/external/mesa3d/src/microsoft/clc/
Dcompute_test.cpp277 ComputeTest::create_buffer(int size, D3D12_HEAP_TYPE heap_type) in create_buffer() argument
289 …desc.Flags = heap_type == D3D12_HEAP_TYPE_DEFAULT ? D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS : D… in create_buffer()
292 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(dev, heap_type); in create_buffer()
Dcompute_test.h111 create_buffer(int size, D3D12_HEAP_TYPE heap_type);
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/prelude/after_eof/
Dtables_views.sql1099 heap_type STRING,
1115 heap_type,
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.h75 protos::pbzero::HeapGraphObject::HeapType heap_type = member
Dheap_graph_tracker.cc311 sequence_state.last_heap_type = obj.heap_type; in AddObject()
322 if (obj.heap_type != protos::pbzero::HeapGraphObject::HEAP_TYPE_UNKNOWN) { in AddObject()
324 protos::pbzero::HeapGraphObject_HeapType_Name(obj.heap_type)))); in AddObject()
Dheap_graph_module.cc107 obj.heap_type = object.has_heap_type_delta() in ParseHeapGraph()
/external/mesa3d/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c741 enum rmt_heap_type heap_type; member
759 chunk->heap_type = (enum rmt_heap_type)index; in rmt_fill_chunk_segment_info()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc232 typedef std::vector<pointer, allocator_type> heap_type; typedef in tensorflow::__anon11f63b330111::IntrusiveHeap
244 heap_type heap_; // NOLINT
251 const heap_type& heap() const { return rep_.heap_; } in heap()
252 heap_type& heap() { return rep_.heap_; } in heap()

12