/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ionapp_export.c | 34 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()
|
D | ionutils.h | 21 unsigned int heap_type; member
|
D | ionmap_test.c | 91 info.heap_type = ION_HEAP_TYPE_SYSTEM; in main()
|
D | README | 80 heap_type: 0, heap_size: 10 99 ion_test.sh: heap_type: 0 - [PASS]
|
D | ionutils.c | 82 if (heap_data[i].type == ion_info->heap_type) { in ion_export_buffer_fd()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | sharded_device_array.cc | 163 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 …]
|
D | py_buffer.cc | 493 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 …]
|
D | pmap_lib.cc | 834 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()
|
D | jax_jit.cc | 1285 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/ |
D | helpers.sql | 48 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,
|
D | class_tree.sql | 166 o.heap_type, 195 heap_type, 210 o.heap_type, 239 heap_type,
|
/external/igt-gpu-tools/lib/ |
D | ion.c | 6 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()
|
D | ion.h | 14 int ion_get_heap_id(int ion_fd, uint32_t heap_type);
|
/external/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_bufmgr.cpp | 133 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/ |
D | dzn_query.c | 48 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()
|
D | dzn_private.h | 1310 D3D12_QUERY_HEAP_TYPE heap_type; member
|
/external/perfetto/test/trace_processor/diff_tests/parser/profiling/ |
D | heap_graph_object.out | 1 "id","upid","graph_sample_ts","self_size","reference_set_id","reachable","heap_type","type_name","d…
|
/external/mesa3d/src/microsoft/clc/ |
D | compute_test.cpp | 277 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()
|
D | compute_test.h | 111 create_buffer(int size, D3D12_HEAP_TYPE heap_type);
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/prelude/after_eof/ |
D | tables_views.sql | 1099 heap_type STRING, 1115 heap_type,
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_tracker.h | 75 protos::pbzero::HeapGraphObject::HeapType heap_type = member
|
D | heap_graph_tracker.cc | 311 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()
|
D | heap_graph_module.cc | 107 obj.heap_type = object.has_heap_type_delta() in ParseHeapGraph()
|
/external/mesa3d/src/vulkan/runtime/rmv/ |
D | vk_rmv_exporter.c | 741 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/ |
D | distributed_tpu_rewrite_pass.cc | 232 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()
|