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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 643 double4 __attribute__((kernel)) testConvertDouble4Ulong4Double4(ulong4 inV) {
679 long4 __attribute__((kernel)) testConvertLong4Ulong4Long4(ulong4 inV) {
691 ulong4 __attribute__((kernel)) testConvertUlong4Double4Ulong4(double4 inV) {
703 ulong4 __attribute__((kernel)) testConvertUlong4Long4Ulong4(long4 inV) {
715 ulong4 __attribute__((kernel)) testConvertUlong4Ulong4Ulong4(ulong4 inV) {
751 float4 __attribute__((kernel)) testConvertFloat4Ulong4Float4(ulong4 inV) {
787 char4 __attribute__((kernel)) testConvertChar4Ulong4Char4(ulong4 inV) {
823 uchar4 __attribute__((kernel)) testConvertUchar4Ulong4Uchar4(ulong4 inV) {
859 short4 __attribute__((kernel)) testConvertShort4Ulong4Short4(ulong4 inV)
    [all...]
TestClamp.rs 253 ulong4 __attribute__((kernel)) testClampUlong4Ulong4Ulong4Ulong4(ulong4 inValue, unsigned int x) {
254 ulong4 inMinValue = rsGetElementAt_ulong4(gAllocInMinValue, x);
255 ulong4 inMaxValue = rsGetElementAt_ulong4(gAllocInMaxValue, x);
397 ulong4 __attribute__((kernel)) testClampUlong4UlongUlongUlong4(ulong4 inValue, unsigned int x) {
TestMax.rs 249 ulong4 __attribute__((kernel)) testMaxUlong4Ulong4Ulong4(ulong4 inA, unsigned int x) {
250 ulong4 inB = rsGetElementAt_ulong4(gAllocInB, x);
TestMin.rs 249 ulong4 __attribute__((kernel)) testMinUlong4Ulong4Ulong4(ulong4 inA, unsigned int x) {
250 ulong4 inB = rsGetElementAt_ulong4(gAllocInB, x);
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /external/clang/lib/Headers/
opencl-c.h 115 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /external/skia/src/compute/skc/
types.h 183 typedef ulong4 skc_ulong4;
  /external/skqp/src/compute/skc/
types.h 183 typedef ulong4 skc_ulong4;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 165 VEC4_TEST(ulong4)
reduce.rs 472 static void oorrVec4Out(ulong4 *out, const int *accum) {
487 typedef ulong4 Arr9Vec4[9];

Completed in 82 milliseconds