HomeSort by relevance Sort by last modified time
    Searched refs:int4 (Results 26 - 50 of 144) sorted by null

12 3 4 5 6

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestRootn.rs 40 int4 inN = rsGetElementAt_int4(gAllocInN, x);
TestAbs.rs 67 uint4 __attribute__((kernel)) testAbsInt4Uint4(int4 inV) {
TestFrexp.rs 46 int4 outExponent = 0;
TestRemquo.rs 51 int4 outQuotient = 0;
TestClz.rs 99 int4 __attribute__((kernel)) testClzInt4Int4(int4 inValue) {
TestLdexp.rs 40 int4 inExponent = rsGetElementAt_int4(gAllocInExponent, x);
TestLgamma.rs 62 int4 outSignOfGamma = 0;
  /external/clang/test/SemaTemplate/
ext-vector-type.cpp 86 typedef int __attribute__((ext_vector_type(4))) int4; typedef in namespace:Deduction
91 int array1[X0<int4>::value == 1? 1 : -1];
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_3dlut.rs 20 static int4 gDims;
34 int4 coord1 = convert_int4(floor(baseCoord));
35 int4 coord2 = min(coord1 + 1, gDims - 1);
  /external/swiftshader/src/Common/
Types.hpp 74 ALIGN(16, struct int4
91 bool operator!=(const int4 &rhs)
96 bool operator==(const int4 &rhs)
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 64 int4 rgb;
  /developers/samples/android/media/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 64 int4 rgb;
  /development/samples/browseable/HdrViewfinder/src/rs/
hdr_merge.rs 64 int4 rgb;
  /external/clang/test/CodeGen/
arm-swiftcall.c 66 typedef int int4 __attribute__((ext_vector_type(4))); typedef
407 TEST(int4)
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 43 typedef int int4 __attribute__((ext_vector_type(4))); typedef
85 static inline int4 clamp(int4 amount, int low, int high) {
86 int4 r;
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 64 int4 i4;
65 int4 i4i = {1, 2, 3, 4};
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
wbalance.rs 29 int4 hv = rsGetElementAt_int4(histogramValues, i);
56 int4 hv = rsGetElementAt_int4(histogramValues, i);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
wbalance.rs 29 int4 hv = rsGetElementAt_int4(histogramValues, i);
56 int4 hv = rsGetElementAt_int4(histogramValues, i);
  /external/swiftshader/src/Renderer/
Sampler.hpp 39 int4 pitchP;
40 int4 sliceP;
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
focus_peak.rs 57 int4 rgb;
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 114 '(int4) int4_global = (888, 999, -1111, 2222)',
278 ['(int4)',
test_read_local.py 113 '(int4) int4_local = (888, 999, -1111, 2222)',
277 ['(int4)',
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 101 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 101 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 100 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 1977 milliseconds

12 3 4 5 6