| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I8cc51915b2a605c240d98e3010619b741a13bae2
|
| |
|
|
| |
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch simplifies the RenderScript driver and CPU reference implementation
by removing the distinction between sing- and multi-input kernels in many
places. The distinction is maintained in some places due to the need to
maintain backwards compatibility. This permits the deletion of some functions
and struct members that are no longer needed. Several related functions were
also cleaned up.
Change-Id: Id70a223ea5e3aa2b0b935b2b7f9af933339ae8a4
|
| |
|
|
|
|
| |
This reverts commit 818cfa034e257c7bb48356257f5cb67334e19aa6.
Change-Id: I59f39f52e6c8f60bb01cbcb8ccf2215eaf46a57f
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch simplifies the RenderScript driver and CPU reference implementation
by removing the distinction between sing- and multi-input kernels in many
places. The distinction is maintained in some places due to the need to
maintain backwards compatibility. This permits the deletion of some functions
and struct members that are no longer needed. Several related functions were
also cleaned up.
Change-Id: I77e4b155cc7ca1581b05bf901c70ae53a9ff0b12
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This patch modifies Frameworks/RS in the following ways:
* Adjusted the data-layout of the C/C++ version of RsForEachStubParamStruct to
accommodate a pointer to an array of input allocations and a pointer to an
array of stride sizes for each of these allocatoins.
* Adds a new code path for Java code to pass multiple allocations to a RS
kernel.
* Packs base pointers and step values for multi-input kernels into the new
RsForEachStubParamStruct members.
Change-Id: I46d2834c37075b2a2407fd8b010546818a4540d1
|
| |
|
|
|
|
|
|
|
|
|
| |
bug 11258120
The temporary buffer could be misaligned due to realloc only
aligning to 8 bytes.
Fix issues with with Histogram and 2/3 vector sizes.
Change-Id: I271f4635ead5ff0a7e7f89bb5cfcbc2bba626e22
|
| |
|
|
| |
Change-Id: I3eeb1c184c5c7d7acf5e0730ec8aa9019c62426b
|
| |
|
|
| |
Change-Id: Ib11dec1702eab8c24f76d2b3a5b0791ab27205fc
|
| |
|
|
| |
Change-Id: I8c2296e7f60037907a969bcaf1746644e32868c3
|
|
|
Change-Id: I1ce02ecd853382a2c92823b021750b93f1786ccf
|