History log of /frameworks/rs/tests/cppbasic/compute.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
44bef6fba6244292b751387f3d6c31cca96c28ad 12-Aug-2014 Chris Wailes <chriswailes@google.com> Replace NULL macros with nullptr literals.

Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
/frameworks/rs/tests/cppbasic/compute.cpp
caf4126512b2152ea5f6573ce5d9ca29767b9678 13-Dec-2013 Tim Murray <timmurray@google.com> Add user-defined cache path.

Change-Id: I7374d8e84d8dc6e74a6faa526c6e68ae11da6500
/frameworks/rs/tests/cppbasic/compute.cpp
8a588bd9d34088ed89ef2c192c32ea2301e601bc 27-Nov-2013 Stephen Hines <srhines@google.com> Fix problems with NDK Sampler implementation.

Creation methods should be static and we need to use the proper Context
pointer for the dispatch methods.

Change-Id: I43c25a7348c9a9aa9a2a82e184d4ac644625800b
/frameworks/rs/tests/cppbasic/compute.cpp
b98626d1da831c5ced7d74d374a3242cbb82c3a5 16-Oct-2013 Stephen Hines <srhines@google.com> RS native tests should be built with clang.

Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
/frameworks/rs/tests/cppbasic/compute.cpp
a1302e2a413fb32fb5eab320e9802a7893ff6f27 05-Sep-2013 Stephen Hines <srhines@google.com> Fix issues with compute unit tests.

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
/frameworks/rs/tests/cppbasic/compute.cpp
89daad6bae798779e57f252e9da4fe4e62337124 29-Jul-2013 Tim Murray <timmurray@google.com> Add basic support for intrinsics. Move sp<> into RScpp.

Change-Id: I74cdee7069a624ded5091d53db3a4b8ce9894033
/frameworks/rs/tests/cppbasic/compute.cpp
4a92d1268983edaf329f73c8a5b8860cdbb11596 22-Jul-2013 Tim Murray <timmurray@google.com> Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.

Change-Id: I013409cbb758ce5aae78347acb39c43d07aeb9bf
/frameworks/rs/tests/cppbasic/compute.cpp
43514cde7e9b4869ffba6ba759d1e31f22d936f7 16-Nov-2012 Stephen Hines <srhines@google.com> Add more FieldPacker.add() routines.

This cl also improves the cppbasic test by checking results for known functions.

Bug: 5972398
Change-Id: Iacd9eb42e57ace952c590f8a988708f01bb53d59
/frameworks/rs/tests/cppbasic/compute.cpp
0b93e30c8c64fb2f985218adfaceff777f62a42f 15-Nov-2012 Tim Murray <timmurray@google.com> Remove size parameter from copy* methods in C++ and add copy*(void* data).

Change-Id: I4905a4774748c9f0d0406f70ce3895ebd68e92ce
/frameworks/rs/tests/cppbasic/compute.cpp
9eb7f4b90120ebe4be74343856e86b46495f72df 16-Nov-2012 Tim Murray <timmurray@google.com> Change namespace from renderscriptCpp to RSC

Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
/frameworks/rs/tests/cppbasic/compute.cpp
a4cbc2b0cf0f6fbdb21e84a3e17585eda1885e3e 15-Nov-2012 Tim Murray <timmurray@google.com> Move to void* pointers for copying within C++ API.

Change-Id: If2eb0d649249a45a79810e8fddab96dc44b9fa68
/frameworks/rs/tests/cppbasic/compute.cpp
943eb670c86242755f5af7460d46578243e0401e 06-Nov-2012 Tim Murray <timmurray@google.com> Add latency test and rearrange tests directory.

Change-Id: I209b879350769a8e264c2afb67bdb7359c6894a0
/frameworks/rs/tests/cppbasic/compute.cpp