/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 59 (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 …]
|
D | VtsCopyTests.cpp | 42 (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 …]
|
D | VtsScriptTests.cpp | 89 (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 …]
|
D | VtsHalRenderscriptV1_0TargetTest.h | 46 using ::android::hardware::renderscript::V1_0::Ptr;
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 59 …> 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 …]
|
D | Context.cpp | 102 … 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/ |
D | rwlock.h | 43 void *Ptr; member
|
/hardware/google/gfxstream/guest/mesa/src/c11/ |
D | threads.h | 93 void *Ptr; member
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 29 // 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 …]
|
D | types.hal | 31 typedef pointer Ptr;
|