HomeSort by relevance Sort by last modified time
    Searched refs:rs_allocation (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_script.rs 19 rs_allocation gAllocOut;
35 void testSingleInput(rs_allocation in, rs_allocation out) {
39 void testMultiInput(rs_allocation in1, rs_allocation in2, rs_allocation out) {
43 void testLaunchOptions(rs_allocation in, rs_allocation out, int dimX, int dimY) {
52 void testAllocationlessLaunch(rs_allocation inAndOut, int dimX, int dimY) {
AtomicTest.rs 56 void getValueS(rs_allocation v) {
60 void getValueU(rs_allocation v) {
64 void computeReference_Min(rs_allocation a, rs_allocation result) {
76 void computeReference_uMin(rs_allocation a, rs_allocation result) {
88 void computeReference_Max(rs_allocation a, rs_allocation result) {
100 void computeReference_uMax(rs_allocation a, rs_allocation result)
    [all...]
yuv.rs 21 rs_allocation mInput;
23 rs_allocation mInY;
24 rs_allocation mInU;
25 rs_allocation mInV;
73 void makeRef(rs_allocation ay, rs_allocation au, rs_allocation av, rs_allocation aout) {
97 void makeRef_f4(rs_allocation ay, rs_allocation au, rs_allocation av, rs_allocation aout)
    [all...]
reduction.rs 20 rs_allocation a;
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
addup.rs 19 rs_allocation a_in;
increment2.rs 19 rs_allocation a;
  /frameworks/rs/script_api/include/
rs_allocation_data.rsh 68 rsAllocationCopy1DRange(rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count,
69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip);
107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
109 uint32_t height, rs_allocation srcAlloc, uint32_t srcXoff,
145 rsAllocationVLoadX_float2(rs_allocation a, uint32_t x);
150 rsAllocationVLoadX_float3(rs_allocation a, uint32_t x);
155 rsAllocationVLoadX_float4(rs_allocation a, uint32_t x);
160 rsAllocationVLoadX_double2(rs_allocation a, uint32_t x);
165 rsAllocationVLoadX_double3(rs_allocation a, uint32_t x);
170 rsAllocationVLoadX_double4(rs_allocation a, uint32_t x)
    [all...]
rs_allocation_create.rsh 128 * rsCreateAllocation: Create an rs_allocation object of given Type.
130 * Creates an rs_allocation object of the given Type and usage.
148 extern rs_allocation __attribute__((overloadable))
153 extern rs_allocation __attribute__((overloadable))
158 static inline rs_allocation __attribute__((overloadable))
167 static inline rs_allocation __attribute__((overloadable))
176 static inline rs_allocation __attribute__((overloadable))
185 static inline rs_allocation __attribute__((overloadable))
194 static inline rs_allocation __attribute__((overloadable))
203 static inline rs_allocation __attribute__((overloadable)
    [all...]
rs_io.rsh 44 rsAllocationIoReceive(rs_allocation a);
61 rsAllocationIoSend(rs_allocation a);
rs_for_each.rsh 128 * void compute(rs_allocation ain, rs_allocation aout) {
145 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
151 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData);
156 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
162 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh 68 rsAllocationCopy1DRange(rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count,
69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip);
107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
109 uint32_t height, rs_allocation srcAlloc, uint32_t srcXoff,
145 rsAllocationVLoadX_float2(rs_allocation a, uint32_t x);
150 rsAllocationVLoadX_float3(rs_allocation a, uint32_t x);
155 rsAllocationVLoadX_float4(rs_allocation a, uint32_t x);
160 rsAllocationVLoadX_double2(rs_allocation a, uint32_t x);
165 rsAllocationVLoadX_double3(rs_allocation a, uint32_t x);
170 rsAllocationVLoadX_double4(rs_allocation a, uint32_t x)
    [all...]
rs_allocation_create.rsh 128 * rsCreateAllocation: Create an rs_allocation object of given Type.
130 * Creates an rs_allocation object of the given Type and usage.
148 extern rs_allocation __attribute__((overloadable))
153 extern rs_allocation __attribute__((overloadable))
158 static inline rs_allocation __attribute__((overloadable))
167 static inline rs_allocation __attribute__((overloadable))
176 static inline rs_allocation __attribute__((overloadable))
185 static inline rs_allocation __attribute__((overloadable))
194 static inline rs_allocation __attribute__((overloadable))
203 static inline rs_allocation __attribute__((overloadable)
    [all...]
rs_io.rsh 44 rsAllocationIoReceive(rs_allocation a);
61 rsAllocationIoSend(rs_allocation a);
rs_for_each.rsh 128 * void compute(rs_allocation ain, rs_allocation aout) {
145 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
151 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData);
156 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
162 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData
    [all...]
  /frameworks/rs/driver/runtime/
rs_mesh.c 28 extern rs_allocation __attribute__((overloadable))
32 rs_allocation nullAlloc = RS_NULL_OBJ;
35 rs_allocation returnAlloc = {mesh->mHal.state.vertexBuffers[index]};
36 rs_allocation rs_retval = RS_NULL_OBJ;
41 extern rs_allocation __attribute__((overloadable))
45 rs_allocation nullAlloc = RS_NULL_OBJ;
48 rs_allocation returnAlloc = {mesh->mHal.state.indexBuffers[index]};
49 rs_allocation rs_retval = RS_NULL_OBJ;
rs_allocation.c 6 rsAllocationGetDimX(rs_allocation a) {
12 rsAllocationGetDimY(rs_allocation a) {
18 rsAllocationGetDimZ(rs_allocation a) {
24 rsAllocationGetDimLOD(rs_allocation a) {
30 rsAllocationGetDimFaces(rs_allocation a) {
37 rsAllocationGetElement(rs_allocation a) {
66 rsOffset(rs_allocation a, uint32_t sizeOf, uint32_t x, uint32_t y,
79 rsOffsetNs(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) {
93 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x); \
95 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x, uint32_t y);
    [all...]
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
global_query.rs 21 rs_allocation g;
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
increment2.rs 20 rs_allocation a;
addup.rs 20 rs_allocation a_in;
  /frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
sample.rs 21 static rs_allocation sourceAlloc;
22 static rs_allocation destAlloc;
25 void setSampleData(rs_allocation dest, rs_allocation source, rs_sampler sampler) {
  /frameworks/rs/tests/lldb/java/SingleSource/src/rs/
rs_single_source.rs 22 rs_allocation global_alloc;
48 void script_invoke_1(rs_allocation out, rs_allocation in1, rs_allocation in2)
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 21 rs_allocation image;
22 rs_allocation border_values; // float3
23 rs_allocation border_coords; //int2
30 int2 __attribute__((invoke_cpu)) findBestFit(rs_allocation poly, rs_allocation image) {
50 void findRegion(rs_allocation coord, rs_allocation image) {
69 static float4 gcalcBounds(rs_allocation xy) {
83 void calcBounds(rs_allocation xy, rs_allocation rect)
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
mirror.rs 22 rs_allocation gIn;
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
healing.rs 21 typedef rs_allocation AllocationF32_3;
34 rs_allocation mask; // uchar
87 rs_allocation image;
88 rs_allocation border; // float3
89 rs_allocation border_coords; // int2
108 static inline rs_allocation toFloat3(rs_allocation in) {
112 rs_allocation tmp = rsCreateAllocation_float3(width, height);
117 static rs_allocation clone(rs_allocation in)
    [all...]
  /frameworks/rs/tests/java_api/ComputePerf/src/com/example/android/rs/computeperf/
launchtest.rs 21 rs_allocation gBuf;

Completed in 469 milliseconds

1 2 3 4 5 6 7