Searched refs:uchar4 (Results 1 – 6 of 6) sorted by relevance
3 typedef __attribute__((ext_vector_type(4))) unsigned char uchar4;10 uchar4 val[4] = {{(uchar4){x.lo}}};
3 typedef unsigned char uchar4 __attribute((ext_vector_type(4)));23 uchar4 vc;24 vc = (uchar4)true;
91 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4(half4);92 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_rtz(half4);93 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_rte(half4);94 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_rtp(half4);95 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_rtn(half4);96 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat(half4);97 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat_rtz(half4);98 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat_rte(half4);99 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat_rtp(half4);100 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat_rtn(half4);[all …]
85 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef2583 char4 __ovld __cnfn convert_char4_rte(uchar4);2584 char4 __ovld __cnfn convert_char4_sat_rte(uchar4);2585 char4 __ovld __cnfn convert_char4_rtz(uchar4);2586 char4 __ovld __cnfn convert_char4_sat_rtz(uchar4);2587 char4 __ovld __cnfn convert_char4_rtp(uchar4);2588 char4 __ovld __cnfn convert_char4_sat_rtp(uchar4);2589 char4 __ovld __cnfn convert_char4_rtn(uchar4);2590 char4 __ovld __cnfn convert_char4_sat_rtn(uchar4);2591 char4 __ovld __cnfn convert_char4(uchar4);[all …]
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { in __ldg()205 uchar4 ret; in __ldg()
334 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef336 __nvvm_ldg_uc4((const uchar4 *)p); in nvvm_ldg()