Searched refs:cl_uchar (Results 1 – 2 of 2) sorted by relevance
151 typedef unsigned __int8 cl_uchar; typedef257 typedef uint8_t cl_uchar;427 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16)));461 typedef cl_uchar __cl_uchar8 __attribute__((vector_size(8)));635 cl_uchar CL_ALIGNED(2) s[2];637 __CL_ANON_STRUCT__ struct{ cl_uchar x, y; };638 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1; };639 __CL_ANON_STRUCT__ struct{ cl_uchar lo, hi; };648 cl_uchar CL_ALIGNED(4) s[4];650 __CL_ANON_STRUCT__ struct{ cl_uchar x, y, z, w; };[all …]
1526 using uuid_array = array<cl_uchar, CL_UUID_SIZE_KHR>;1527 using luid_array = array<cl_uchar, CL_LUID_SIZE_KHR>;7090 cl_uchar ucValue = value ? CL_UCHAR_MAX : 0; in setSpecializationConstant()