/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestConvert.rs | 631 double4 __attribute__((kernel)) testConvertDouble4Long4Double4(long4 inV) { 655 long4 __attribute__((kernel)) testConvertLong4Double4Long4(double4 inV) { 667 long4 __attribute__((kernel)) testConvertLong4Long4Long4(long4 inV) { 679 long4 __attribute__((kernel)) testConvertLong4Ulong4Long4(ulong4 inV) { 703 ulong4 __attribute__((kernel)) testConvertUlong4Long4Ulong4(long4 inV) { 739 float4 __attribute__((kernel)) testConvertFloat4Long4Float4(long4 inV) { 775 char4 __attribute__((kernel)) testConvertChar4Long4Char4(long4 inV) { 811 uchar4 __attribute__((kernel)) testConvertUchar4Long4Uchar4(long4 inV) { 847 short4 __attribute__((kernel)) testConvertShort4Long4Short4(long4 inV) [all...] |
TestClamp.rs | 229 long4 __attribute__((kernel)) testClampLong4Long4Long4Long4(long4 inValue, unsigned int x) { 230 long4 inMinValue = rsGetElementAt_long4(gAllocInMinValue, x); 231 long4 inMaxValue = rsGetElementAt_long4(gAllocInMaxValue, x); 379 long4 __attribute__((kernel)) testClampLong4LongLongLong4(long4 inValue, unsigned int x) {
|
TestMax.rs | 229 long4 __attribute__((kernel)) testMaxLong4Long4Long4(long4 inA, unsigned int x) { 230 long4 inB = rsGetElementAt_long4(gAllocInB, x);
|
TestMin.rs | 229 long4 __attribute__((kernel)) testMinLong4Long4Long4(long4 inA, unsigned int x) { 230 long4 inB = rsGetElementAt_long4(gAllocInB, x);
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
spirv_convert.h | [all...] |
/external/clang/lib/Headers/ |
opencl-c.h | 110 typedef long long4 __attribute__((ext_vector_type(4))); typedef [all...] |
/external/skia/tests/ |
SkVxTest.cpp | 28 using long4 = skvx::Vec<4,int64_t>; 70 long4 mask = double4{1,2,3,4} < double4{1,2,4,8};
|
/external/skia/src/compute/skc/ |
types.h | 190 typedef long4 skc_long4;
|
/external/skqp/src/compute/skc/ |
types.h | 190 typedef long4 skc_long4;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
kernel_input.rs | 133 VEC4_TEST(long4)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pickletools.py | 671 raise ValueError("long4 byte count < 0: %d" % n)
674 raise ValueError("not enough data in stream to read long4")
677 long4 = ArgumentDescriptor(
variable 678 name="long4",
[all...] |
/external/python/cpython2/Lib/ |
pickletools.py | 671 raise ValueError("long4 byte count < 0: %d" % n) 674 raise ValueError("not enough data in stream to read long4") 677 long4 = ArgumentDescriptor( variable 678 name="long4", [all...] |
/external/python/cpython3/Lib/ |
pickletools.py | 887 raise ValueError("long4 byte count < 0: %d" % n) 890 raise ValueError("not enough data in stream to read long4") 893 long4 = ArgumentDescriptor( variable 894 name="long4", [all...] |