HomeSort by relevance Sort by last modified time
    Searched refs:cl_ushort (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h 70 typedef unsigned __int16 cl_ushort; typedef
161 typedef uint16_t cl_ushort __attribute__((aligned(2))); typedef
318 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16)));
352 typedef cl_ushort __cl_ushort4 __attribute__((vector_size(8)));
650 cl_ushort CL_ALIGNED(4) s[2];
652 __extension__ struct{ cl_ushort x, y; };
653 __extension__ struct{ cl_ushort s0, s1; };
654 __extension__ struct{ cl_ushort lo, hi; };
663 cl_ushort CL_ALIGNED(8) s[4];
665 __extension__ struct{ cl_ushort x, y, z, w; }
    [all...]
  /external/mesa3d/include/CL/
cl_platform.h 70 typedef unsigned __int16 cl_ushort; typedef
161 typedef uint16_t cl_ushort __attribute__((aligned(2))); typedef
318 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16)));
352 typedef cl_ushort __cl_ushort4 __attribute__((vector_size(8)));
650 cl_ushort CL_ALIGNED(4) s[2];
652 __extension__ struct{ cl_ushort x, y; };
653 __extension__ struct{ cl_ushort s0, s1; };
654 __extension__ struct{ cl_ushort lo, hi; };
663 cl_ushort CL_ALIGNED(8) s[4];
665 __extension__ struct{ cl_ushort x, y, z, w; }
    [all...]

Completed in 274 milliseconds