HomeSort by relevance Sort by last modified time
    Searched full:char4 (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/compile/slang/tests/F_vector_cast/
vector_cast.rs 19 char4 c;
29 char4 c;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
convert.rs 5 char4 i8_4 = { -1, -2, -3, 4 };
math.rs 33 volatile char4 c4;
44 volatile char4 prefix##_c_4 = 1; \
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
convert.rs 5 char4 i8_4 = { -1, -2, -3, 4 };
math.rs 33 volatile char4 c4;
44 volatile char4 prefix##_c_4 = 1; \
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestConvert.rs 43 float4 __attribute__((kernel)) testConvertFloat4Char4Float4(char4 inV) {
115 char4 __attribute__((kernel)) testConvertChar4Float4Char4(float4 inV) {
127 char4 __attribute__((kernel)) testConvertChar4Char4Char4(char4 inV) {
139 char4 __attribute__((kernel)) testConvertChar4Uchar4Char4(uchar4 inV) {
151 char4 __attribute__((kernel)) testConvertChar4Short4Char4(short4 inV) {
163 char4 __attribute__((kernel)) testConvertChar4Ushort4Char4(ushort4 inV) {
175 char4 __attribute__((kernel)) testConvertChar4Int4Char4(int4 inV) {
187 char4 __attribute__((kernel)) testConvertChar4Uint4Char4(uint4 inV) {
211 uchar4 __attribute__((kernel)) testConvertUchar4Char4Uchar4(char4 inV)
    [all...]
TestClz.rs 35 char4 __attribute__((kernel)) testClzChar4Char4(char4 inValue) {
TestAbs.rs 35 uchar4 __attribute__((kernel)) testAbsChar4Uchar4(char4 inValue) {
structs.rsh 42 char4 b4;
TestClamp.rs 85 char4 __attribute__((kernel)) testClampChar4Char4Char4Char4(char4 inValue, unsigned int x) {
86 char4 inMinValue = rsGetElementAt_char4(gAllocInMinValue, x);
87 char4 inMaxValue = rsGetElementAt_char4(gAllocInMaxValue, x);
271 char4 __attribute__((kernel)) testClampChar4CharCharChar4(char4 inValue, unsigned int x) {
TestMax.rs 60 char4 __attribute__((kernel)) testMaxChar4Char4Char4(char4 inV1, unsigned int x) {
61 char4 inV2 = rsGetElementAt_char4(gAllocInV2, x);
TestMin.rs 60 char4 __attribute__((kernel)) testMinChar4Char4Char4(char4 inV1, unsigned int x) {
61 char4 inV2 = rsGetElementAt_char4(gAllocInV2, x);
TestGetSet.java 332 verify(tmp, tmp2, out1DAlloc, "Data mismatch char4: ", 4);
334 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char4: ", 4);
337 verify(tmp, tmp2, out2DAlloc, "Data mismatch char4: ", 4);
339 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char4: ", 4);
342 verify(tmp, tmp2, out3DAlloc, "Data mismatch char4: ", 4);
344 verify(tmp, tmp2, out3DAlloc, "Data mismatch relaxed char4: ", 4);
    [all...]
  /frameworks/compile/slang/tests/P_math_int/
math_int.rs 22 char4 c4;
  /frameworks/rs/tests/typecheck/
kernels.rs 28 char4 c4;
29 char4 c4i = {1, 2, 3, 4};
  /frameworks/rs/scriptc/
rs_allocation.rsh 177 GET_ELEMENT_AT(char4)
312 SET_ELEMENT_AT(char4)
395 VOP(char4)
rs_core_math.rsh 54 extern uchar4 __attribute__((const, overloadable))abs(char4 value);
737 extern char4 __attribute__((const, overloadable))clamp(char4 value, char4 min_value, char4 max_value);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 177 GET_ELEMENT_AT(char4)
312 SET_ELEMENT_AT(char4)
396 VOP(char4)
rs_core_math.rsh 54 extern uchar4 __attribute__((const, overloadable))abs(char4 value);
737 extern char4 __attribute__((const, overloadable))clamp(char4 value, char4 min_value, char4 max_value);
    [all...]
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 33 volatile char4 c4;
200 volatile char4 prefix##_c_4 = 1; \
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 33 volatile char4 c4;
44 volatile char4 prefix##_c_4 = 1; \
math.rs 33 volatile char4 c4;
44 volatile char4 prefix##_c_4 = 1; \
  /external/doclava/src/com/google/doclava/
FieldInfo.java 234 final int CHAR4 = 4;
291 case CHAR4:
303 if (state == CHAR4) {
  /frameworks/rs/driver/runtime/arch/
generic.c 246 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) {
247 char4 r;
447 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) {
448 char4 r;
  /frameworks/rs/driver/runtime/
rs_allocation.c 246 ELEMENT_AT(char4)
368 VOP(char4)

Completed in 1468 milliseconds

1 2 3