/external/llvm/lib/CodeGen/ |
AllocationOrder.h | 1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===// 10 // This file implements an allocation order for virtual registers. 12 // The preferred allocation order for a virtual register depends on allocation 42 /// Get the allocation order without reordered hints. 45 /// Return the next physical register in the allocation order, or 0. 60 /// Limit'th register in the RegisterClassInfo allocation order.
|
/frameworks/base/graphics/java/android/renderscript/ |
ScriptIntrinsicConvolve3x3.java | 22 * Intrinsic for applying a 3x3 convolve to an allocation. 27 private Allocation mInput; 75 * @param ain The input allocation. 77 public void setInput(Allocation ain) { 105 * allocation. 107 * @param aout Output allocation. Must match creation element 110 public void forEach(Allocation aout) {
|
ScriptIntrinsicConvolve5x5.java | 22 * Intrinsic for applying a 5x5 convolve to an allocation. 27 private Allocation mInput; 74 * @param ain The input allocation. 76 public void setInput(Allocation ain) { 106 * allocation. 108 * @param aout Output allocation. Must match creation element 111 public void forEach(Allocation aout) {
|
Mesh.java | 32 * allocation that is provided separately, as multiple allocation 90 Allocation[] mVertexBuffers; 91 Allocation[] mIndexBuffers; 112 * @return vertex data allocation at the given index 115 public Allocation getVertexAllocation(int slot) { 133 * @param slot locaton within the list of index set allocation 134 * @return allocation containing primtive index data or null if 138 public Allocation getIndexSetAllocation(int slot) { 164 mVertexBuffers = new Allocation[vtxCount] [all...] |
ScriptIntrinsicLUT.java | 29 private Allocation mTables; 35 mTables = Allocation.createSized(rs, Element.U8(rs), 1024); 124 * @param ain Input allocation 125 * @param aout Output allocation 127 public void forEach(Allocation ain, Allocation aout) {
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic.cpp | 62 void RsdCpuScriptIntrinsic::setGlobalBind(uint32_t slot, Allocation *data) { 76 void RsdCpuScriptIntrinsic::preLaunch(uint32_t slot, const Allocation * ain, 77 Allocation * aout, const void * usr, 81 void RsdCpuScriptIntrinsic::postLaunch(uint32_t slot, const Allocation * ain, 82 Allocation * aout, const void * usr, 87 const Allocation * ain, 88 Allocation * aout,
|
rsd_cpu.h | 73 const Allocation * ain, 74 Allocation * aout, 85 virtual void setGlobalBind(uint32_t slot, Allocation *data) = 0; 88 virtual Allocation * getAllocationForPointer(const void *ptr) const = 0; 99 virtual void setInput(const ScriptKernelID *kid, Allocation *) = 0; 100 virtual void setOutput(const ScriptKernelID *kid, Allocation *) = 0;
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicConvolve3x3.java | 22 * Intrinsic for applying a 3x3 convolve to an allocation. 27 private Allocation mInput; 70 * @param ain The input allocation. 72 public void setInput(Allocation ain) { 100 * allocation. 102 * @param aout Output allocation. Must match creation element 105 public void forEach(Allocation aout) {
|
ScriptIntrinsicConvolve5x5.java | 22 * Intrinsic for applying a 5x5 convolve to an allocation. 27 private Allocation mInput; 64 * @param ain The input allocation. 66 public void setInput(Allocation ain) { 96 * allocation. 98 * @param aout Output allocation. Must match creation element 101 public void forEach(Allocation aout) {
|
ScriptCThunker.java | 61 void thunkBindAllocation(Allocation va, int slot) { 62 android.renderscript.Allocation nva = null; 79 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { 80 android.renderscript.Allocation nin = null; 81 android.renderscript.Allocation nout = null; 95 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v, 105 android.renderscript.Allocation nin = null; 106 android.renderscript.Allocation nout = null [all...] |
ScriptIntrinsicLUT.java | 29 private Allocation mTables; 56 si.mTables = Allocation.createSized(rs, Element.U8(rs), 1024); 130 * @param ain Input allocation 131 * @param aout Output allocation 133 public void forEach(Allocation ain, Allocation aout) {
|
/external/chromium_org/cc/output/ |
output_surface_unittest.cc | 331 WebGraphicsMemoryAllocation allocation; local 332 allocation.suggestHaveBackbuffer = true; 333 allocation.bytesLimitWhenVisible = 1234; 334 allocation.priorityCutoffWhenVisible = 336 allocation.bytesLimitWhenNotVisible = 4567; 337 allocation.priorityCutoffWhenNotVisible = 340 context->SetMemoryAllocation(allocation); 350 allocation.suggestHaveBackbuffer = false; 351 context->SetMemoryAllocation(allocation); 354 allocation.priorityCutoffWhenVisible [all...] |
/frameworks/rs/ |
rsMesh.cpp | 45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount]; 53 mHal.state.vertexBuffers = new Allocation *[mHal.state.vertexBuffersCount]; 58 mVertexBuffers = new ObjectBaseRef<Allocation>[mHal.state.vertexBuffersCount]; 59 mIndexBuffers = new ObjectBaseRef<Allocation>[mHal.state.primitivesCount]; 117 ObjectBaseRef<Allocation> *vertexBuffers = NULL; 119 vertexBuffers = new ObjectBaseRef<Allocation>[vertexBuffersCount]; 122 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream); 128 ObjectBaseRef<Allocation> *indexBuffers = NULL; 131 indexBuffers = new ObjectBaseRef<Allocation>[primitivesCount] [all...] |
rsAdapter.cpp | 28 Adapter1D::Adapter1D(Context *rsc, Allocation *a) : ObjectBase(rsc) { 62 Allocation * alloc = static_cast<Allocation *>(valloc); 99 Adapter2D::Adapter2D(Context *rsc, Allocation *a) : ObjectBase(rsc) { 136 Allocation * alloc = static_cast<Allocation *>(valloc);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneManager.java | 43 import android.renderscript.Allocation.MipmapControl; 54 HashMap<String, Allocation> mAllocationMap; 75 private Allocation mDefault2D; 76 private Allocation mDefaultCube; 85 private static Allocation getDefault(boolean isCube) { 99 Allocation.MipmapControl mip = Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE; 100 int usage = Allocation.USAGE_GRAPHICS_TEXTURE; 101 Allocation defaultImage = Allocation.createTyped(rs, bitmapType, mip, usage) [all...] |
/external/chromium_org/courgette/ |
memory_allocator.h | 62 // NOTE: Since the file will be used as backing for a memory allocation, 139 // STL exceptions on allocation failure. Instead it returns NULL. 140 // A file allocation will be made if either the requested memory size exceeds 141 // |kMaxHeapAllocationSize| or if a heap allocation fails. 144 // allocation. This can happen because these resources are too small, or 158 // Each allocation is tagged with a single byte so that we know how to 165 // 5MB is the maximum heap allocation size that we'll attempt. 206 // We use the first byte of each allocation to mark the allocation type. 207 // However, so that the allocation is properly aligned, we allocate a [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_MediaAndCodecSubscription.c | 175 M4OSA_TRACE1_0("M4READER_3GP interface allocation error"); 191 M4OSA_TRACE1_0("M4READER_AMR interface allocation error"); 207 M4OSA_TRACE1_0("M4READER_MP3 interface allocation error"); 223 M4OSA_TRACE1_0("M4READER_PCM interface allocation error"); 243 M4OSA_TRACE1_0("M4DECODER_MPEG4 interface allocation error"); 255 M4OSA_TRACE1_0("M4DECODER_H264 interface allocation error"); 267 M4OSA_TRACE1_0("M4VD NULL Decoder interface allocation error"); 286 M4OSA_TRACE1_0("M4 AMRNB interface allocation error"); 300 M4OSA_TRACE1_0("M4 AAC interface allocation error"); 314 M4OSA_TRACE1_0("M4 MP3 interface allocation error") [all...] |
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
RsRenderStatesRS.java | 101 private Allocation mTexTorus; 102 private Allocation mTexOpaque; 103 private Allocation mTexTransparent; 104 private Allocation mTexChecker; 105 private Allocation mTexCube; 116 private Allocation mTextAlloc; 298 private Allocation loadTextureRGB(int id) { 299 return Allocation.createFromBitmapResource(mRS, mRes, id, 300 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE, 301 Allocation.USAGE_GRAPHICS_TEXTURE) [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
FullscreenBlur.java | 29 import android.renderscript.Allocation.MipmapControl;
62 int usage = Allocation.USAGE_GRAPHICS_TEXTURE | Allocation.USAGE_GRAPHICS_RENDER_TARGET;
63 sRenderTargetBlur0Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
64 sRenderTargetBlur1Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
65 sRenderTargetBlur2Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
70 usage = Allocation.USAGE_GRAPHICS_RENDER_TARGET;
71 sRenderTargetBlur0Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
72 sRenderTargetBlur1Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
73 sRenderTargetBlur2Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage)); [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
mem1.c | 13 ** This file contains low-level memory allocation drivers for when 17 ** This file contains implementations of the low-level memory allocation 30 ** Like malloc(), but remember the size of the allocation 80 ** Like realloc(). Resize an allocation previously obtained from 108 ** Round up a request size to the next valid allocation size. 133 ** Populate the low-level memory allocation function pointers in
|
/external/llvm/tools/lli/ |
RecordingMemoryManager.h | 11 // allocation. Iterators are provided for all data and code allocations. 28 typedef std::pair<sys::MemoryBlock, unsigned> Allocation; 31 SmallVector<Allocation, 16> AllocatedDataMem; 32 SmallVector<Allocation, 16> AllocatedCodeMem; 44 typedef SmallVectorImpl<Allocation>::const_iterator const_data_iterator; 45 typedef SmallVectorImpl<Allocation>::const_iterator const_code_iterator;
|
/external/srtp/crypto/kernel/ |
alloc.c | 4 * memory allocation and deallocation 48 /* the debug module for memory allocation */ 77 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size); 102 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size); 115 #else /* we need to define our own memory allocation routines */ 117 #error no memory allocation defined yet
|
/external/valgrind/main/memcheck/tests/ |
origin1-yes.stderr.exp | 5 Uninitialised value was created by a stack allocation 12 Uninitialised value was created by a stack allocation 19 Uninitialised value was created by a stack allocation 26 Uninitialised value was created by a heap allocation 34 Uninitialised value was created by a heap allocation 42 Uninitialised value was created by a heap allocation
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
LeakTest.java | 19 import android.renderscript.Allocation; 55 Allocation A = Allocation.createTyped(mRS, t);
|
RsFracTest.java | 18 import android.renderscript.Allocation; 27 public void forEach(int testId, Allocation mIn, Allocation mOut)
|