HomeSort by relevance Sort by last modified time
    Searched refs:short3 (Results 1 - 25 of 40) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeInput.java 69 long short3 = read(); local
71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ShortArrayCodeInput.java 69 long short3 = read(); local
71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAbs.rs 47 ushort3 __attribute__((kernel)) testAbsShort3Ushort3(short3 inValue) {
TestClz.rs 63 short3 __attribute__((kernel)) testClzShort3Short3(short3 inValue) {
TestConvert.rs 63 float3 __attribute__((kernel)) testConvertFloat3Short3Float3(short3 inV) {
147 char3 __attribute__((kernel)) testConvertChar3Short3Char3(short3 inV) {
231 uchar3 __attribute__((kernel)) testConvertUchar3Short3Uchar3(short3 inV) {
279 short3 __attribute__((kernel)) testConvertShort3Float3Short3(float3 inV) {
291 short3 __attribute__((kernel)) testConvertShort3Char3Short3(char3 inV) {
303 short3 __attribute__((kernel)) testConvertShort3Uchar3Short3(uchar3 inV) {
315 short3 __attribute__((kernel)) testConvertShort3Short3Short3(short3 inV) {
327 short3 __attribute__((kernel)) testConvertShort3Ushort3Short3(ushort3 inV) {
339 short3 __attribute__((kernel)) testConvertShort3Int3Short3(int3 inV)
    [all...]
TestMax.rs 95 short3 __attribute__((kernel)) testMaxShort3Short3Short3(short3 inV1, unsigned int x) {
96 short3 inV2 = rsGetElementAt_short3(gAllocInV2, x);
TestMin.rs 95 short3 __attribute__((kernel)) testMinShort3Short3Short3(short3 inV1, unsigned int x) {
96 short3 inV2 = rsGetElementAt_short3(gAllocInV2, x);
TestClamp.rs 127 short3 __attribute__((kernel)) testClampShort3Short3Short3Short3(short3 inValue, unsigned int x) {
128 short3 inMinValue = rsGetElementAt_short3(gAllocInMinValue, x);
129 short3 inMaxValue = rsGetElementAt_short3(gAllocInMaxValue, x);
301 short3 __attribute__((kernel)) testClampShort3ShortShortShort3(short3 inValue, unsigned int x) {
  /frameworks/rs/tests/typecheck/
kernels.rs 44 short3 s3;
45 short3 s3i = {1, 2, 3};
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 270 (out_s.xyz * ((short3)255 - (short3)in_s.w))) >> (short3)8;
290 (in_s.xyz * ((short3)255 - (short3)out_s.w))) >> (short3)8;
  /frameworks/rs/scriptc/
rs_debug.rsh 176 rsDebug(const char *, short3);
rs_allocation.rsh 184 GET_ELEMENT_AT(short3)
319 SET_ELEMENT_AT(short3)
401 VOP(short3)
rs_core_math.rsh 81 extern ushort3 __attribute__((const, overloadable))abs(short3 value);
828 extern short3 __attribute__((const, overloadable))clamp(short3 value, short3 min_value, short3 max_value);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_debug.rsh 176 rsDebug(const char *, short3);
rs_allocation.rsh 184 GET_ELEMENT_AT(short3)
319 SET_ELEMENT_AT(short3)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_debug.rsh 176 rsDebug(const char *, short3);
rs_allocation.rsh 184 GET_ELEMENT_AT(short3)
319 SET_ELEMENT_AT(short3)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_debug.rsh 176 rsDebug(const char *, short3);
rs_allocation.rsh 184 GET_ELEMENT_AT(short3)
319 SET_ELEMENT_AT(short3)
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 176 rsDebug(const char *, short3);
rs_allocation.rsh 184 GET_ELEMENT_AT(short3)
319 SET_ELEMENT_AT(short3)
401 VOP(short3)
rs_core_math.rsh 81 extern ushort3 __attribute__((const, overloadable))abs(short3 value);
828 extern short3 __attribute__((const, overloadable))clamp(short3 value, short3 min_value, short3 max_value);
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_debug.rsh 176 rsDebug(const char *, short3);
rs_allocation.rsh 184 GET_ELEMENT_AT(short3)
319 SET_ELEMENT_AT(short3)
401 VOP(short3)
rs_core_math.rsh 81 extern ushort3 __attribute__((const, overloadable))abs(short3 value);
828 extern short3 __attribute__((const, overloadable))clamp(short3 value, short3 min_value, short3 max_value);
    [all...]

Completed in 3275 milliseconds

1 2