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

1 2

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs 45 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
46 uint4 v100 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord1.z));
47 uint4 v010 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord1.z));
48 uint4 v110 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord1.z));
49 uint4 v001 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
50 uint4 v101 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord2.z));
51 uint4 v011 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord2.z));
52 uint4 v111 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord2.z));
54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8
    [all...]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 50 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
51 uint4 v100 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord1.z));
52 uint4 v010 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord1.z));
53 uint4 v110 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord1.z));
54 uint4 v001 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
55 uint4 v101 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord2.z));
56 uint4 v011 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord2.z));
57 uint4 v111 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord2.z));
59 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8
    [all...]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
colorcube.rs 45 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
46 uint4 v100 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord1.z));
47 uint4 v010 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord1.z));
48 uint4 v110 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord1.z));
49 uint4 v001 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
50 uint4 v101 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord2.z));
51 uint4 v011 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord2.z));
52 uint4 v111 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord2.z));
54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8
    [all...]
  /external/clang/test/CodeGen/
builtinshufflevector2.c 4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
7 void clang_shufflevector_v_v( float4* A, float4 x, uint4 mask ) {
ext-vector.c 6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
252 void test14(uint4 *ap, uint4 *bp, unsigned c) {
253 uint4 a = *ap;
254 uint4 b = *bp;
282 int4 test15(uint4 V0) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 115 uint4 v000 = convert_uint4(pt_00[0]);
116 uint4 v100 = convert_uint4(pt_00[1]);
117 uint4 v010 = convert_uint4(pt_10[0]);
118 uint4 v110 = convert_uint4(pt_10[1]);
119 uint4 v001 = convert_uint4(pt_01[0]);
120 uint4 v101 = convert_uint4(pt_01[1]);
121 uint4 v011 = convert_uint4(pt_11[0]);
122 uint4 v111 = convert_uint4(pt_11[1]);
124 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7;
125 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)7
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAbs.rs 67 uint4 __attribute__((kernel)) testAbsInt4Uint4(int4 inValue) {
TestClz.rs 115 uint4 __attribute__((kernel)) testClzUint4Uint4(uint4 inValue) {
TestConvert.rs 103 float4 __attribute__((kernel)) testConvertFloat4Uint4Float4(uint4 inV) {
187 char4 __attribute__((kernel)) testConvertChar4Uint4Char4(uint4 inV) {
271 uchar4 __attribute__((kernel)) testConvertUchar4Uint4Uchar4(uint4 inV) {
355 short4 __attribute__((kernel)) testConvertShort4Uint4Short4(uint4 inV) {
439 ushort4 __attribute__((kernel)) testConvertUshort4Uint4Ushort4(uint4 inV) {
523 int4 __attribute__((kernel)) testConvertInt4Uint4Int4(uint4 inV) {
535 uint4 __attribute__((kernel)) testConvertUint4Float4Uint4(float4 inV) {
547 uint4 __attribute__((kernel)) testConvertUint4Char4Uint4(char4 inV) {
559 uint4 __attribute__((kernel)) testConvertUint4Uchar4Uint4(uchar4 inV) {
571 uint4 __attribute__((kernel)) testConvertUint4Short4Uint4(short4 inV)
    [all...]
TestMax.rs 160 uint4 __attribute__((kernel)) testMaxUint4Uint4Uint4(uint4 inV1, unsigned int x) {
161 uint4 inV2 = rsGetElementAt_uint4(gAllocInV2, x);
TestMin.rs 160 uint4 __attribute__((kernel)) testMinUint4Uint4Uint4(uint4 inV1, unsigned int x) {
161 uint4 inV2 = rsGetElementAt_uint4(gAllocInV2, x);
TestClamp.rs 205 uint4 __attribute__((kernel)) testClampUint4Uint4Uint4Uint4(uint4 inValue, unsigned int x) {
206 uint4 inMinValue = rsGetElementAt_uint4(gAllocInMinValue, x);
207 uint4 inMaxValue = rsGetElementAt_uint4(gAllocInMaxValue, x);
361 uint4 __attribute__((kernel)) testClampUint4UintUintUint4(uint4 inValue, unsigned int x) {
  /frameworks/rs/tests/typecheck/
kernels.rs 73 uint4 ui4;
74 uint4 ui4i = {1, 2, 3, 4};
  /frameworks/rs/scriptc/
rs_debug.rsh 231 rsDebug(const char *, uint4);
rs_allocation.rsh 197 GET_ELEMENT_AT(uint4)
332 SET_ELEMENT_AT(uint4)
411 VOP(uint4)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_debug.rsh 231 rsDebug(const char *, uint4);
rs_allocation.rsh 197 GET_ELEMENT_AT(uint4)
332 SET_ELEMENT_AT(uint4)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_debug.rsh 231 rsDebug(const char *, uint4);
rs_allocation.rsh 197 GET_ELEMENT_AT(uint4)
332 SET_ELEMENT_AT(uint4)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_debug.rsh 231 rsDebug(const char *, uint4);
rs_allocation.rsh 197 GET_ELEMENT_AT(uint4)
332 SET_ELEMENT_AT(uint4)
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 231 rsDebug(const char *, uint4);
rs_allocation.rsh 197 GET_ELEMENT_AT(uint4)
332 SET_ELEMENT_AT(uint4)
411 VOP(uint4)
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_debug.rsh 231 rsDebug(const char *, uint4);
rs_allocation.rsh 197 GET_ELEMENT_AT(uint4)
332 SET_ELEMENT_AT(uint4)
411 VOP(uint4)

Completed in 1667 milliseconds

1 2