HomeSort by relevance Sort by last modified time
    Searched refs:ulong2 (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Sema/
ext_vector_casts.c 12 typedef unsigned long ulong2 __attribute__ ((ext_vector_type(2))); typedef
79 stride.lo = ((ulong2) x) * pixelByteStride; // no-warning
100 ulong2 vl = (unsigned long)l;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 635 double2 __attribute__((kernel)) testConvertDouble2Ulong2Double2(ulong2 inV) {
671 long2 __attribute__((kernel)) testConvertLong2Ulong2Long2(ulong2 inV) {
683 ulong2 __attribute__((kernel)) testConvertUlong2Double2Ulong2(double2 inV) {
695 ulong2 __attribute__((kernel)) testConvertUlong2Long2Ulong2(long2 inV) {
707 ulong2 __attribute__((kernel)) testConvertUlong2Ulong2Ulong2(ulong2 inV) {
743 float2 __attribute__((kernel)) testConvertFloat2Ulong2Float2(ulong2 inV) {
779 char2 __attribute__((kernel)) testConvertChar2Ulong2Char2(ulong2 inV) {
815 uchar2 __attribute__((kernel)) testConvertUchar2Ulong2Uchar2(ulong2 inV) {
851 short2 __attribute__((kernel)) testConvertShort2Ulong2Short2(ulong2 inV)
    [all...]
TestClamp.rs 241 ulong2 __attribute__((kernel)) testClampUlong2Ulong2Ulong2Ulong2(ulong2 inValue, unsigned int x) {
242 ulong2 inMinValue = rsGetElementAt_ulong2(gAllocInMinValue, x);
243 ulong2 inMaxValue = rsGetElementAt_ulong2(gAllocInMaxValue, x);
385 ulong2 __attribute__((kernel)) testClampUlong2UlongUlongUlong2(ulong2 inValue, unsigned int x) {
TestMax.rs 239 ulong2 __attribute__((kernel)) testMaxUlong2Ulong2Ulong2(ulong2 inA, unsigned int x) {
240 ulong2 inB = rsGetElementAt_ulong2(gAllocInB, x);
TestMin.rs 239 ulong2 __attribute__((kernel)) testMinUlong2Ulong2Ulong2(ulong2 inA, unsigned int x) {
240 ulong2 inB = rsGetElementAt_ulong2(gAllocInB, x);
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /external/clang/lib/Headers/
opencl-c.h 113 typedef ulong ulong2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /external/skia/src/compute/skc/
types.h 181 typedef ulong2 skc_ulong2;
  /external/skqp/src/compute/skc/
types.h 181 typedef ulong2 skc_ulong2;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 161 VEC2_TEST(ulong2)

Completed in 1090 milliseconds