Home
last modified time | relevance | path

Searched refs:uchar8 (Results 1 – 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
Dspirv_convert.h121 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8(half8);
122 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtz(half8);
123 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rte(half8);
124 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtp(half8);
125 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtn(half8);
126 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat(half8);
127 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtz(half8);
128 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rte(half8);
129 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtp(half8);
130 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtn(half8);
[all …]
/external/clang/test/CodeGenOpenCL/
D2011-04-15-vec-init-from-vec.cl4 typedef __attribute__((ext_vector_type(8))) unsigned char uchar8;
8 void foo( uchar8 x )
/external/clang/lib/Headers/
Dopencl-c.h86 typedef uchar uchar8 __attribute__((ext_vector_type(8))); typedef
3348 char8 __ovld __cnfn convert_char8_rte(uchar8);
3349 char8 __ovld __cnfn convert_char8_sat_rte(uchar8);
3350 char8 __ovld __cnfn convert_char8_rtz(uchar8);
3351 char8 __ovld __cnfn convert_char8_sat_rtz(uchar8);
3352 char8 __ovld __cnfn convert_char8_rtp(uchar8);
3353 char8 __ovld __cnfn convert_char8_sat_rtp(uchar8);
3354 char8 __ovld __cnfn convert_char8_rtn(uchar8);
3355 char8 __ovld __cnfn convert_char8_sat_rtn(uchar8);
3356 char8 __ovld __cnfn convert_char8(uchar8);
[all …]