Home
last modified time | relevance | path

Searched refs:Ptr (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp59 (Ptr)nullptr); in TEST_P()
122 (Ptr)nullptr); in TEST_P()
125 Ptr dataPtr1, dataPtr2; in TEST_P()
128 [&](Ptr _dataPtr, Size _stride){ in TEST_P()
134 [&](Ptr _dataPtr, Size _stride){ in TEST_P()
165 (Ptr)nullptr); in TEST_P()
171 (Ptr)nullptr); in TEST_P()
187 (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint32_t), 0); in TEST_P()
218 (Ptr)nullptr); in TEST_P()
224 (Ptr)nullptr); in TEST_P()
[all …]
DVtsCopyTests.cpp42 (Ptr)nullptr); in TEST_P()
50 context->allocation1DRead(allocation, 0, 0, (uint32_t)dataOut.size(), (Ptr)dataOut.data(), in TEST_P()
78 (Ptr)nullptr); in TEST_P()
88 (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(float), 0); in TEST_P()
115 (Ptr)nullptr); in TEST_P()
123 context->allocation3DRead(allocation, 0, 0, 0, 0, 32, 32, 32, (Ptr)dataOut.data(), in TEST_P()
160 context->allocationCopyToBitmap(allocation, (Ptr)dataOut1.data(), in TEST_P()
164 context->allocationRead(allocation, (Ptr)dataOut2.data(), (Size)dataOut2.size()*sizeof(float)); in TEST_P()
206 (Ptr)nullptr); in TEST_P()
211 context->allocationRead(allocDst, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(float)); in TEST_P()
[all …]
DVtsScriptTests.cpp89 (Ptr)nullptr); in TEST_P()
216 (Ptr)nullptr); in TEST_P()
221 (Ptr)nullptr); in TEST_P()
229 context->allocationRead(vout, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint8_t)); in TEST_P()
264 (Ptr)nullptr); in TEST_P()
269 (Ptr)nullptr); in TEST_P()
277 context->allocationRead(vaout, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(int)); in TEST_P()
308 (Ptr)nullptr); in TEST_P()
320 context->allocationRead(allocation, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(int)); in TEST_P()
354 (Ptr)nullptr); in TEST_P()
[all …]
DVtsHalRenderscriptV1_0TargetTest.h46 using ::android::hardware::renderscript::V1_0::Ptr;
/hardware/interfaces/renderscript/1.0/default/
DContext.h59 …> allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, Ptr ptr) override;
66 Return<void> allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) override;
72 Return<void> allocationRead(Allocation allocation, Ptr data, Size sizeBytes) override;
73 …1DRead(Allocation allocation, uint32_t xoff, uint32_t lod, uint32_t count, Ptr data, Size sizeByte…
74 …d(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeByte…
75 …_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeByte…
76 …2_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, Ptr data, Size sizeByte…
91 Return<void> contextGetMessage(Ptr data, Size size, contextGetMessage_cb _hidl_cb) override;
104 Return<void> closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size) override;
120 …t hidl_vec<Allocation>& vains, Allocation vaout, const hidl_vec<uint8_t>& params, Ptr sc) override;
[all …]
DContext.cpp102 … Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, Ptr ptr) { in allocationCreateTyped()
156 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) { in allocationCopyToBitmap()
225 Return<void> Context::allocationRead(Allocation allocation, Ptr data, Size sizeBytes) { in allocationRead()
233 …1DRead(Allocation allocation, uint32_t xoff, uint32_t lod, uint32_t count, Ptr data, Size sizeByte… in allocation1DRead()
244 …d(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeByte… in allocationElementRead()
257 …_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeByte… in allocation2DRead()
272 …2_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, Ptr data, Size sizeByte… in allocation3DRead()
357 Ptr dataPtr = reinterpret_cast<Ptr>(_dataPtr); in allocationGetPointer()
431 Return<void> Context::contextGetMessage(Ptr data, Size size, contextGetMessage_cb _hidl_cb) { in contextGetMessage()
535 Return<void> Context::closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size) { in closureSetArg()
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/
Drwlock.h43 void *Ptr; member
/hardware/google/gfxstream/guest/mesa/src/c11/
Dthreads.h93 void *Ptr; member
/hardware/interfaces/renderscript/1.0/
DIContext.hal29 // use Ptr/Size. The convention is that vec<> is used whenever the paramter is
31 // parameters, so a more explicit Ptr/Size is used.
102 bitfield<AllocationUsageType> usage, Ptr ptr)
196 allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes);
321 allocationRead(Allocation allocation, Ptr data, Size sizeBytes);
343 uint32_t count, Ptr data, Size sizeBytes);
362 uint32_t z, uint32_t lod, Ptr data, Size sizeBytes,
392 uint32_t h, Ptr data, Size sizeBytes, Size stride);
422 uint32_t d, Ptr data, Size sizeBytes, Size stride);
561 generates (Ptr dataPtr, Size stride);
[all …]
Dtypes.hal31 typedef pointer Ptr;