summaryrefslogtreecommitdiff
path: root/tests/cppbasic/compute.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-1/+1
| | | | Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
* Add user-defined cache path.Tim Murray2013-12-181-73/+78
| | | | Change-Id: I7374d8e84d8dc6e74a6faa526c6e68ae11da6500
* Fix problems with NDK Sampler implementation.Stephen Hines2013-11-261-6/+15
| | | | | | | Creation methods should be static and we need to use the proper Context pointer for the dispatch methods. Change-Id: I43c25a7348c9a9aa9a2a82e184d4ac644625800b
* RS native tests should be built with clang.Stephen Hines2013-11-261-1/+1
| | | | Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
* Fix issues with compute unit tests.Stephen Hines2013-09-101-4/+6
| | | | | | | | | | | Bug: 10427951 This fixes 2 small problems: 1) Typecheck was using the wrong pathname for reflection. 2) Cppbasic was doing an illegal 1D copy over a 2D data structure. This was masked by using an input size that is a multiple of our required stride. Change-Id: I1138d646ff6369cf25a2bd9bc52e20a67a124e95
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-011-13/+2
| | | | Change-Id: I74cdee7069a624ded5091d53db3a4b8ce9894033
* Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray2013-07-231-3/+3
| | | | Change-Id: I013409cbb758ce5aae78347acb39c43d07aeb9bf
* Add more FieldPacker.add() routines.Stephen Hines2012-11-271-0/+55
| | | | | | | This cl also improves the cppbasic test by checking results for known functions. Bug: 5972398 Change-Id: Iacd9eb42e57ace952c590f8a988708f01bb53d59
* Remove size parameter from copy* methods in C++ and add copy*(void* data).Tim Murray2012-11-261-1/+1
| | | | Change-Id: I4905a4774748c9f0d0406f70ce3895ebd68e92ce
* Change namespace from renderscriptCpp to RSCTim Murray2012-11-161-1/+1
| | | | Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
* Move to void* pointers for copying within C++ API.Tim Murray2012-11-141-2/+1
| | | | Change-Id: If2eb0d649249a45a79810e8fddab96dc44b9fa68
* Add latency test and rearrange tests directory.Tim Murray2012-11-061-0/+57
Change-Id: I209b879350769a8e264c2afb67bdb7359c6894a0