Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_float4

326  *          in order for a cl_float4 to be 16 byte aligned in a struct,
1123 }cl_float4;
1125 /* cl_float3 is identical in size, alignment and behavior to cl_float4. See section 6.1.5. */
1126 typedef cl_float4 cl_float3;
1134 __CL_ANON_STRUCT__ struct{ cl_float4 lo, hi; };