Searched refs:allocations (Results 1 – 20 of 20) sorted by relevance
82 size_t allocations; in dumpMemInfo() member88 oss << (e->size * e->allocations) << " bytes ( " << e->size << " bytes * " << e->allocations in dumpMemInfo()
82 size_t allocations; in dumpMemoryAddresses() member88 oss << (e->size * e->allocations) in dumpMemoryAddresses()89 << " bytes ( " << e->size << " bytes * " << e->allocations << " allocations )\n"; in dumpMemoryAddresses()
1 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…
39 allocations. This is a hint only. Implementations may not follow the suggestion.50 The kernel context contains common characteristics of the allocations being iterated105 Runs the kernel over zero or more input allocations. They are passed after the107 must be specified as the last argument. All input allocations,111 the work has completed for all cells of the input allocations. If the kernel202 this API. If allocations are passed in, they must match the number of arguments241 The kernel context contains common characteristics of the allocations being iterated
77 …map_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cub…
20 The types below are used to manipulate RenderScript objects like allocations, samplers,
771 summary: Return the number of vertex allocations773 Returns the number of allocations in the mesh that contain
36 * allocations. This is a hint only. Implementations may not follow the suggestion.53 * The kernel context contains common characteristics of the allocations being iterated106 * Runs the kernel over zero or more input allocations. They are passed after the108 * must be specified as the last argument. All input allocations,112 * the work has completed for all cells of the input allocations. If the kernel141 * ...: Input and output allocations183 * this API. If allocations are passed in, they must match the number of arguments199 * ...: Input and output allocations212 * The kernel context contains common characteristics of the allocations being iterated361 * The kernel context contains common characteristics of the allocations being iterated
40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations44 * The two allocations must be different. Using this function to copy whithin50 * This function should only be called between 1D allocations. Calling it51 * on other allocations is undefined.73 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations78 * The two allocations must be different. Using this function to copy whithin84 * This function should only be called between 2D allocations. Calling it85 * 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 …]
22 * The types below are used to manipulate RenderScript objects like allocations, samplers,
1119 …ve groups in the mesh. This would include simple primitives as well as allocations containing inde…1158 * rsgMeshGetVertexAllocationCount: Return the number of vertex allocations1162 * Returns the number of allocations in the mesh that contain1168 * Returns: number of allocations in the mesh that contain vertex data
18 #pragma rs java_package_name(com.android.rs.allocations)
2 ; alias with stores to allocations.
29 # 4: Number of allocations
58 ALLOCATIONS = 4; // Number of allocations
1037 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); in dumpNativeHeap() local1043 allocations); in dumpNativeHeap()
17 package com.android.rs.allocations;
11 ; understands that loads and stores from two allocations with different types23 ; allocations are either annotated with the RenderScript TBAA information or
9 ; understands that loads and stores from two allocations with different types21 ; allocations are either annotated with the RenderScript TBAA information or
3221 … heapIndex /// Index of the memory heap allocations of this memory …3967 … maxMemoryAllocationCount /// max number of device memory allocations supported3970 …ddressSpaceSize /// Total address space available for sparse allocations (bytes)