Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_float4

270  *          in order for a cl_float4 to be 16 byte aligned in a struct,
1049 }cl_float4;
1051 /* cl_float3 is identical in size, alignment and behavior to cl_float4. See section 6.1.5. */
1052 typedef cl_float4 cl_float3;
1060 __extension__ struct{ cl_float4 lo, hi; };