Home
last modified time | relevance | path

Searched refs:rs_allocation (Results 1 – 25 of 136) sorted by relevance

123456

/frameworks/rs/driver/runtime/ll64/
Dallocation.ll4 %struct.rs_allocation = type { i64*, i64*, i64*, i64* }
6 declare i8* @rsOffset(%struct.rs_allocation* nocapture readonly %a, i32 %sizeOf, i32 %x, i32 %y, i3…
7 declare i8* @rsOffsetNs(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z)
33 define void @rsSetElementAtImpl_char(%struct.rs_allocation* nocapture readonly %a, i8 signext %val,…
34 %1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 1, i32 %x, i32 %y, i32 %z) #2
39 define signext i8 @rsGetElementAtImpl_char(%struct.rs_allocation* nocapture readonly %a, i32 %x, i3…
40 %1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 1, i32 %x, i32 %y, i32 %z) #2
46 define void @rsSetElementAtImpl_char2(%struct.rs_allocation* nocapture readonly %a, i16 %val, i32 %…
47 %1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 2, i32 %x, i32 %y, i32 %z) #2
54 define <2 x i8> @rsGetElementAtImpl_char2(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32…
[all …]
/frameworks/rs/driver/runtime/
Drs_allocation.c6 rsAllocationGetDimX(rs_allocation a) { in rsAllocationGetDimX()
12 rsAllocationGetDimY(rs_allocation a) { in rsAllocationGetDimY()
18 rsAllocationGetDimZ(rs_allocation a) { in rsAllocationGetDimZ()
24 rsAllocationGetDimLOD(rs_allocation a) { in rsAllocationGetDimLOD()
30 rsAllocationGetDimFaces(rs_allocation a) { in rsAllocationGetDimFaces()
37 rsAllocationGetElement(rs_allocation a) { in rsAllocationGetElement()
59 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x); \
61 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x, uint32_t y); \
63 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x, uint32_t y, uint32_t z); \
65 rsGetElementAt_##T(rs_allocation a, T *val, uint32_t x); \
[all …]
Drs_mesh.c28 extern rs_allocation __attribute__((overloadable))
32 rs_allocation nullAlloc = {0}; in rsgMeshGetVertexAllocation()
35 rs_allocation returnAlloc = {mesh->mHal.state.vertexBuffers[index]}; in rsgMeshGetVertexAllocation()
39 extern rs_allocation __attribute__((overloadable))
43 rs_allocation nullAlloc = {0}; in rsgMeshGetIndexAllocation()
46 rs_allocation returnAlloc = {mesh->mHal.state.indexBuffers[index]}; in rsgMeshGetIndexAllocation()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Dscenegraph_objects.rsh67 rs_allocation name;
74 rs_allocation components;
77 rs_allocation children;
78 rs_allocation name;
87 rs_allocation shaderConst;
89 rs_allocation shaderConstParams;
97 rs_allocation shaderConst;
99 rs_allocation shaderConstParams;
101 rs_allocation shaderTextureParams;
107 rs_allocation pv; // VertexShader struct
[all …]
Drender.rs31 rs_allocation gCameras;
32 rs_allocation gLights;
33 rs_allocation gFragmentShaders;
34 rs_allocation gVertexShaders;
35 rs_allocation gRenderableObjects;
37 rs_allocation gRenderPasses;
49 static rs_allocation nullAlloc; constant
110 static void updateActiveCamera(rs_allocation cam) {
140 static void drawAllObjects(rs_allocation allObj) {
160 rs_allocation *drawAlloc = (rs_allocation*)rsGetElementAt(allObj, i);
[all …]
/frameworks/rs/scriptc/
Drs_allocation.rsh17 /** @file rs_allocation.rsh
34 extern rs_allocation __attribute__((overloadable))
43 rsAllocationGetDimX(rs_allocation);
51 rsAllocationGetDimY(rs_allocation);
59 rsAllocationGetDimZ(rs_allocation);
67 rsAllocationGetDimLOD(rs_allocation);
75 rsAllocationGetDimFaces(rs_allocation);
93 rsAllocationCopy1DRange(rs_allocation dstAlloc,
96 rs_allocation srcAlloc,
121 rsAllocationCopy2DRange(rs_allocation dstAlloc,
[all …]
Drs_core.rsh54 #include "rs_allocation.rsh"
142 rsForEach(rs_script script, rs_allocation input,
143 rs_allocation output, const void * usrData,
149 rsForEach(rs_script script, rs_allocation input,
150 rs_allocation output, const void * usrData);
172 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
178 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
184 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
/frameworks/compile/slang/tests/F_refcount_15/
Drefcount_15.rs5 rs_allocation aFail[2];
8 rs_allocation a; field
11 static rs_allocation aOk[2]; variable
14 rs_allocation a; field
18 rs_allocation a; field
/frameworks/compile/slang/tests/P_refcount/
Drefcount.rs4 rs_allocation globalAlloc;
5 rs_allocation globalAlloc2;
13 rs_allocation allocUninit;
14 rs_allocation allocArr[10];
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp81 OPAQUETYPE(rs_allocation)
109 static void SC_AllocationSyncAll2(android::renderscript::rs_allocation a, RsAllocationUsageType sou… in SC_AllocationSyncAll2()
114 static void SC_AllocationSyncAll(android::renderscript::rs_allocation a) { in SC_AllocationSyncAll()
121 static void SC_AllocationCopy1DRange(android::renderscript::rs_allocation dstAlloc, in SC_AllocationCopy1DRange()
125 android::renderscript::rs_allocation srcAlloc, in SC_AllocationCopy1DRange()
132 static void SC_AllocationCopy2DRange(android::renderscript::rs_allocation dstAlloc, in SC_AllocationCopy2DRange()
136 android::renderscript::rs_allocation srcAlloc, in SC_AllocationCopy2DRange()
147 static void SC_AllocationIoSend(android::renderscript::rs_allocation alloc) { in SC_AllocationIoSend()
153 static void SC_AllocationIoReceive(android::renderscript::rs_allocation alloc) { in SC_AllocationIoReceive()
160 static void SC_AllocationCopy1DRange(::rs_allocation dstAlloc, in SC_AllocationCopy1DRange()
[all …]
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
Dsample.rs21 static rs_allocation sourceAlloc; constant
22 static rs_allocation destAlloc; constant
25 void setSampleData(rs_allocation dest, rs_allocation source, rs_sampler sampler) {
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dalloc.rs8 rs_allocation aRaw;
9 rs_allocation aFaces;
10 rs_allocation aLOD;
11 rs_allocation aFacesLOD;
Drstypes.rs6 rs_allocation allocationTest;
16 rs_allocation banana;
29 rs_allocation allocationTestLocal;
Dforeach_bounds.rs13 rs_allocation aRaw;
14 rs_allocation ain;
15 rs_allocation aout;
Drefcount.rs5 rs_allocation globalA;
6 static rs_allocation staticGlobalA; variable
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
Dfbosync.rs24 rs_allocation gTGrid;
29 rs_allocation gTextAlloc;
31 rs_allocation gOffscreen;
32 rs_allocation gOffscreenDepth;
33 rs_allocation gReadBackTest;
99 rs_allocation allMeshes = rsGetAllocation(gMeshes);
116 rs_allocation allMeshes = rsGetAllocation(gMeshes);
172 static void drawOffscreenResult(int posX, int posY, rs_allocation texture) {
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Drstypes.rs6 rs_allocation allocationTest;
16 rs_allocation banana;
29 rs_allocation allocationTestLocal;
Dapitest.rs11 rs_allocation allocNull;
12 rs_allocation allocNonNull;
27 rs_allocation allocDst;
74 rs_allocation aChar;
75 rs_allocation aChar2;
76 rs_allocation aChar3;
77 rs_allocation aChar4;
78 rs_allocation aUChar;
79 rs_allocation aUChar2;
80 rs_allocation aUChar3;
[all …]
Dalloc.rs8 rs_allocation aRaw;
9 rs_allocation aFaces;
10 rs_allocation aLOD;
11 rs_allocation aFacesLOD;
Drefcount.rs5 rs_allocation globalA;
6 static rs_allocation staticGlobalA; variable
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dhistogram.rs19 rs_allocation gSrc;
20 rs_allocation gDest;
21 rs_allocation gSums;
22 rs_allocation gSum;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dalloc.rs8 rs_allocation aRaw;
9 rs_allocation aFaces;
10 rs_allocation aLOD;
11 rs_allocation aFacesLOD;
Drefcount.rs5 rs_allocation globalA;
6 static rs_allocation staticGlobalA; constant
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dalloc.rs8 rs_allocation aRaw;
9 rs_allocation aFaces;
10 rs_allocation aLOD;
11 rs_allocation aFacesLOD;
Drefcount.rs5 rs_allocation globalA;
6 static rs_allocation staticGlobalA; constant

123456