Searched refs:cl_long (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl_platform.h176 typedef signed __int64 cl_long; typedef in typeref:typename:signed __int64
196 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
197 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
278 typedef int64_t cl_long __attribute__((aligned(8)));
298 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
299 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
448 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
482 typedef cl_long __cl_long1 __attribute__((vector_size(8)));
1096 cl_long CL_ALIGNED(16) s[2];
1098 __CL_ANON_STRUCT__ struct{ cl_long
[all...]
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl_platform.h131 typedef signed __int64 cl_long; typedef in typeref:typename:signed __int64
151 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
152 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
233 typedef int64_t cl_long;
253 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
254 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
405 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
439 typedef cl_long __cl_long1 __attribute__((vector_size(8)));
1053 cl_long CL_ALIGNED(16) s[2];
1055 __CL_ANON_STRUCT__ struct{ cl_long
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dprintf.cpp151 cl_long l = 0;
H A Ddevice.cpp349 return std::max((size_t)page_size, sizeof(cl_long) * 16);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp209 std::max(dev.mem_base_addr_align(), (cl_uint) sizeof(cl_long) * 16);

Completed in 10 milliseconds