Searched defs:cl_float (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/include/CL/
H A Dcl_platform.h77 typedef float cl_float; typedef
148 #define CL_HUGE_VALF ((cl_float) 1e50)
168 typedef float cl_float __attribute__((aligned(4))); typedef
243 #define CL_HUGE_VALF ((cl_float) 1e50)
358 typedef cl_float __cl_float2 __attribute__((vector_size(8)));
388 typedef cl_float __cl_float8 __attribute__((vector_size(32)));
1024 cl_float CL_ALIGNED(8) s[2];
1026 __extension__ struct{ cl_float x, y; };
1027 __extension__ struct{ cl_float s0, s1; };
1028 __extension__ struct{ cl_float l
[all...]

Completed in 82 milliseconds