Searched refs:ins (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup.cpp | 64 if (sl->ins[ct]) { in scriptGroupRoot() 67 mkinfo->inPtr[0] = (const uint8_t *)sl->ins[ct]->mHal.drvState.lod[0].mallocPtr; in scriptGroupRoot() 69 mkinfo->inStride[0] = sl->ins[ct]->mHal.state.elementSizeBytes; in scriptGroupRoot() 74 sl->ins[ct]->mHal.drvState.lod[0].stride * kinfo->current.y); in scriptGroupRoot() 76 } else if (sl->ins[ct]->mHal.drvState.lod[0].dimY > kinfo->lid) { in scriptGroupRoot() 79 sl->ins[ct]->mHal.drvState.lod[0].stride * kinfo->lid); in scriptGroupRoot() 127 Vector<Allocation *> ins; in execute() local 197 ins.add(ain); in execute() 209 for (size_t ct=0; ct < ins.size(); ct++) { in execute() 217 if (ins[ct] == nullptr) { in execute() [all …]
|
D | rsCpuIntrinsics_x86.cpp | 761 __m128i all1s, ina, ins; in rsdIntrinsicBlendSrcOver_K() local 774 ins = _mm_unpacklo_epi8(in0, _mm_setzero_si128()); in rsdIntrinsicBlendSrcOver_K() 775 ina = _mm_shufflelo_epi16(ins, 0xFF); in rsdIntrinsicBlendSrcOver_K() 780 t0 = _mm_add_epi16(t0, ins); in rsdIntrinsicBlendSrcOver_K() 782 ins = _mm_unpackhi_epi8(in0, _mm_setzero_si128()); in rsdIntrinsicBlendSrcOver_K() 783 ina = _mm_shufflelo_epi16(ins, 0xFF); in rsdIntrinsicBlendSrcOver_K() 788 t1 = _mm_add_epi16(t1, ins); in rsdIntrinsicBlendSrcOver_K() 790 ins = _mm_unpacklo_epi8(in1, _mm_setzero_si128()); in rsdIntrinsicBlendSrcOver_K() 791 ina = _mm_shufflelo_epi16(ins, 0xFF); in rsdIntrinsicBlendSrcOver_K() 796 t2 = _mm_add_epi16(t2, ins); in rsdIntrinsicBlendSrcOver_K() [all …]
|
D | rsCpuIntrinsics_advsimd_3DLUT.S | 120 ins v4.h[0], w6 121 ins v4.h[1], w7 122 ins v4.h[2], w8 123 ins v4.s[2], w4 124 ins v4.s[3], w5
|
D | rsCpuScriptGroup.h | 43 Allocation *const* ins; member
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | PackedIntVectorTest.java | 29 int[] ins = new int[width]; in testBasic() local 46 ins[j] = i + j; in testBasic() 52 p.insertAt(at, ins); in testBasic()
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | gameloft-asphalt8.jd | 62 with Google Play games sign-ins. Users that signed-in are <b>300 percent more
|
D | hotheadgames-firefight.jd | 59 Google Play games sign-ins. The metrics for users signed-in with Google Play
|
/frameworks/base/docs/html/distribute/stories/ |
D | glu-dh.jd | 66 value were positively correlated with Google Play games sign-ins: signed-in
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.3.jd | 76 <p>Applications that use social stream data such as status updates and check-ins
|
D | android-3.0.jd | 637 plug-ins to handle rights management and decryption for various DRM schemes.</li> 649 <p>The preview release does not provide any native DRM plug-ins for checking and enforcing digital 650 rights. However, device manufacturers may ship DRM plug-ins with their devices.</p>
|
D | android-4.0.jd | 1581 <p>The ins and outs of JNI local references are described in “Local and Global References" in <a
|
/frameworks/base/docs/html/ndk/guides/ |
D | standalone_toolchain.jd | 19 <p>You can use the toolchains provided with the Android NDK independently, or as plug-ins
|