Home
last modified time | relevance | path

Searched refs:allocArray (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DAllocationCreateAllocationsTest.java46 Allocation[] allocArray; in testCreateAllocations() local
47 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations()
48 assertTrue("failed to create AllocationQueue", allocArray != null); in testCreateAllocations()
49 for (Allocation a : allocArray) { in testCreateAllocations()
58 Allocation[] allocArray; in testCreateAllocations_USAGE_IO_INPUT() local
60 allocArray = createAllocationsHelper(usage, MAX_NUM_IO_ALLOC + 1); in testCreateAllocations_USAGE_IO_INPUT()
65 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations_USAGE_IO_INPUT()
66 assertTrue("failed to create AllocationQueue", allocArray != null); in testCreateAllocations_USAGE_IO_INPUT()
67 for (Allocation a : allocArray) { in testCreateAllocations_USAGE_IO_INPUT()
75 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc); in testGetProperties() local
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h599 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr); in enlargeAllocationsArray()
602 allocArray = alloc; in enlargeAllocationsArray()
620 allocArray[id] = mem; in enlargeCapacity()
628 allocArray = NULL; in MemoryPool()
636 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i) in ~MemoryPool()
637 FREE(allocArray[i]); in ~MemoryPool()
638 if (allocArray) in ~MemoryPool()
639 FREE(allocArray); in ~MemoryPool()
660 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate()
672 uint8_t **allocArray; // array (list) of MALLOC allocations
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DAllocator.h27 T* allocArray(size_t count) { in allocArray() function
42 char** res = allocArray<char*>(count); in strDupArray()
DSubAllocator.h59 T* allocArray(size_t count) { in allocArray() function
74 char** res = allocArray<char*>(count); in strDupArray()
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAllocator.h36 T* allocArray(size_t count) { in allocArray() function
51 char** res = allocArray<char*>(count); in strDupArray()
/aosp_15_r20/external/mesa3d/src/gfxstream/aemu/include/
H A DAllocator.h27 T* allocArray(size_t count) { in allocArray() function
42 char** res = allocArray<char*>(count); in strDupArray()
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrVertexPacket.cpp49 std::vector<VertexPacket *> VertexPacketAllocator::allocArray(size_t count) in allocArray() function in rr::VertexPacketAllocator
83 m_singleAllocPool = allocArray(poolSize); in alloc()
H A DrrVertexPacket.hpp99 std::vector<VertexPacket *> allocArray(size_t count); // throws bad_alloc
H A DrrRenderer.cpp1844 …std::vector<VertexPacket *> vertexPackets = vpalloc.allocArray(command.primitives.getNumElements()… in drawInstanced()
/aosp_15_r20/external/okio/okio/src/mingwX64Main/kotlin/okio/
H A DWindows.kt19 import kotlinx.cinterop.allocArray
42 val message = allocArray<ByteVarOf<Byte>>(messageMaxSize) in lastErrorString()
/aosp_15_r20/external/okio/okio/src/unixMain/kotlin/okio/
H A DUnixPosixVariant.kt22 import kotlinx.cinterop.allocArray
199 val buffer = allocArray<ByteVar>(PATH_MAX) in variantPread()
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/
H A DAllocation.java2991 byte[] allocArray = null; in createFromString()
2993 allocArray = str.getBytes("UTF-8"); in createFromString()
2994 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); in createFromString()
2995 alloc.copyFrom(allocArray); in createFromString()
/aosp_15_r20/frameworks/compile/slang/tests/P_reflection3264_divergent/
Dreflection3264_divergent.rscript23 rs_allocation allocArray[10];
/aosp_15_r20/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
Dreflection3264_divergent.rscript25 rs_allocation allocArray[10];
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java3311 byte[] allocArray = null; in createFromString()
3313 allocArray = str.getBytes("UTF-8"); in createFromString()
3314 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); in createFromString()
3315 alloc.copyFrom(allocArray); in createFromString()
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/locks/
H A DSynchronized.kt193 private val mutexes = nativeHeap.allocArray<mutex_node_t>(capacity) { mutex_node_init(ptr) } in <lambda>()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h72 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h70 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DMicrosoftDemangle.h71 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DMicrosoftDemangle.h71 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/
DMicrosoftDemangle.h71 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DMicrosoftDemangle.h71 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp333 QN->Components->Nodes = Arena.allocArray<Node *>(1); in synthesizeQualifiedName()
1550 N->Nodes = Arena.allocArray<Node *>(Count); in nodeListToNodeArray()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp331 QN->Components->Nodes = Arena.allocArray<Node *>(1); in synthesizeQualifiedName()
1562 N->Nodes = Arena.allocArray<Node *>(Count); in nodeListToNodeArray()
/aosp_15_r20/prebuilts/sdk/renderscript/lib/
HDjavalib.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/renderscript/ androidx/ ...

123