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

  /external/clang/lib/Headers/
opencl-c.h 136 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 615 double3 __attribute__((kernel)) testConvertDouble3Double3Double3(double3 inV) {
627 double3 __attribute__((kernel)) testConvertDouble3Long3Double3(long3 inV) {
639 double3 __attribute__((kernel)) testConvertDouble3Ulong3Double3(ulong3 inV) {
651 long3 __attribute__((kernel)) testConvertLong3Double3Long3(double3 inV) {
687 ulong3 __attribute__((kernel)) testConvertUlong3Double3Ulong3(double3 inV) {
723 float3 __attribute__((kernel)) testConvertFloat3Double3Float3(double3 inV) {
759 char3 __attribute__((kernel)) testConvertChar3Double3Char3(double3 inV) {
795 uchar3 __attribute__((kernel)) testConvertUchar3Double3Uchar3(double3 inV) {
831 short3 __attribute__((kernel)) testConvertShort3Double3Short3(double3 inV)
    [all...]
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h 81 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3(double3);
82 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtz(double3);
83 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rte(double3);
84 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtp(double3);
85 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtn(double3);
86 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat(double3);
87 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtz(double3);
88 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rte(double3);
89 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtp(double3);
90 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtn(double3);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 107 VEC3_TEST(double3)

Completed in 590 milliseconds