Searched refs:ushort4 (Results 1 – 13 of 13) sorted by relevance
272 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4(half4);273 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_rtz(half4);274 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_rte(half4);275 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_rtp(half4);276 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_rtn(half4);277 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat(half4);278 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat_rtz(half4);279 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat_rte(half4);280 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat_rtp(half4);281 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat_rtn(half4);[all …]
95 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef2603 char4 __ovld __cnfn convert_char4_rte(ushort4);2604 char4 __ovld __cnfn convert_char4_sat_rte(ushort4);2605 char4 __ovld __cnfn convert_char4_rtz(ushort4);2606 char4 __ovld __cnfn convert_char4_sat_rtz(ushort4);2607 char4 __ovld __cnfn convert_char4_rtp(ushort4);2608 char4 __ovld __cnfn convert_char4_sat_rtp(ushort4);2609 char4 __ovld __cnfn convert_char4_rtn(ushort4);2610 char4 __ovld __cnfn convert_char4_sat_rtn(ushort4);2611 char4 __ovld __cnfn convert_char4(ushort4);[all …]
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { in __ldg()223 ushort4 ret; in __ldg()
348 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef350 __nvvm_ldg_us4((const ushort4 *)p); in nvvm_ldg()
30 ushort4 cWeight[17];
92 static const ushort4 cWeight[17] = in Constants()
65 typedef ALIGN(8, unsigned short) ushort4[4];
66 typedef ALIGN(8, unsigned short) ushort4[4];
162 typedef ushort4 skc_ushort4;
493 __local ushort4 slm_gauss_y[WI_LINES][MASK_GAUSS_SLM_WIDTH];