Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/cmds/statsd/src/guardrail/
DMemoryLeakTrackUtil.cpp82 size_t allocations; in dumpMemInfo() member
88 oss << (e->size * e->allocations) << " bytes ( " << e->size << " bytes * " << e->allocations in dumpMemInfo()
/frameworks/av/media/utils/
DMemoryLeakTrackUtil.cpp82 size_t allocations; in dumpMemoryAddresses() member
88 oss << (e->size * e->allocations) in dumpMemoryAddresses()
89 << " bytes ( " << e->size << " bytes * " << e->allocations << " allocations )\n"; in dumpMemoryAddresses()
/frameworks/compile/slang/tests/F_foreach_unexpected_allocs/
Dstderr.txt.expect1 foreach_unexpected_allocs.rs:10:3: error: Number of input and output allocations unexpected for ker…
2 foreach_unexpected_allocs.rs:11:3: error: Number of input and output allocations unexpected for ker…
/frameworks/rs/script_api/
Drs_for_each.spec39 allocations. This is a hint only. Implementations may not follow the suggestion.
50 The kernel context contains common characteristics of the allocations being iterated
105 Runs the kernel over zero or more input allocations. They are passed after the
107 must be specified as the last argument. All input allocations,
111 the work has completed for all cells of the input allocations. If the kernel
202 this API. If allocations are passed in, they must match the number of arguments
241 The kernel context contains common characteristics of the allocations being iterated
Drs_allocation_data.spec77 …map_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cub…
Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
Drs_graphics.spec771 summary: Return the number of vertex allocations
773 Returns the number of allocations in the mesh that contain
/frameworks/rs/script_api/include/
Drs_for_each.rsh36 * allocations. This is a hint only. Implementations may not follow the suggestion.
53 * The kernel context contains common characteristics of the allocations being iterated
106 * Runs the kernel over zero or more input allocations. They are passed after the
108 * must be specified as the last argument. All input allocations,
112 * the work has completed for all cells of the input allocations. If the kernel
141 * ...: Input and output allocations
183 * this API. If allocations are passed in, they must match the number of arguments
199 * ...: Input and output allocations
212 * The kernel context contains common characteristics of the allocations being iterated
361 * The kernel context contains common characteristics of the allocations being iterated
Drs_allocation_data.rsh40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations
44 * The two allocations must be different. Using this function to copy whithin
50 * This function should only be called between 1D allocations. Calling it
51 * on other allocations is undefined.
73 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations
78 * The two allocations must be different. Using this function to copy whithin
84 * This function should only be called between 2D allocations. Calling it
85 * on other allocations is undefined.
96 …* dstFace: Cubemap face of the destination allocation. Ignored for allocations that aren't cube…
103 * srcFace: Cubemap face of the source allocation. Ignored for allocations that aren't cubemaps.
[all …]
Drs_object_types.rsh22 * The types below are used to manipulate RenderScript objects like allocations, samplers,
Drs_graphics.rsh1119 …ve groups in the mesh. This would include simple primitives as well as allocations containing inde…
1158 * rsgMeshGetVertexAllocationCount: Return the number of vertex allocations
1162 * Returns the number of allocations in the mesh that contain
1168 * Returns: number of allocations in the mesh that contain vertex data
/frameworks/rs/tests/lldb/java/Allocations/src/rs/
Dallocs.rs18 #pragma rs java_package_name(com.android.rs.allocations)
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa.ll2 ; alias with stores to allocations.
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags29 # 4: Number of allocations
/frameworks/base/core/proto/android/util/
Devent_log_tags.proto58 ALLOCATIONS = 4; // Number of allocations
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp1037 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); in dumpNativeHeap() local
1043 allocations); in dumpNativeHeap()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java17 package com.android.rs.allocations;
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll11 ; understands that loads and stores from two allocations with different types
23 ; allocations are either annotated with the RenderScript TBAA information or
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll9 ; understands that loads and stores from two allocations with different types
21 ; allocations are either annotated with the RenderScript TBAA information or
/frameworks/native/vulkan/api/
Dvulkan.api3221 … heapIndex /// Index of the memory heap allocations of this memory …
3967 … maxMemoryAllocationCount /// max number of device memory allocations supported
3970 …ddressSpaceSize /// Total address space available for sparse allocations (bytes)