HomeSort by: relevance | last modified time | path
    Searched defs:uint3 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 383 // come after we've pulled in the definition of uint3 and dim3.
389 __device__ inline __cuda_builtin_threadIdx_t::operator uint3() const {
397 __device__ inline __cuda_builtin_blockIdx_t::operator uint3() const {
405 __device__ inline __cuda_builtin_blockDim_t::operator uint3() const {
413 __device__ inline __cuda_builtin_gridDim_t::operator uint3() const {
422 // mode, giving them their "proper" types of dim3 and uint3. This is
425 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
428 #pragma push_macro("uint3")
430 #define uint3 __cuda_builtin_threadIdx_ macro
    [all...]
opencl-c-base.h 121 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
504 #define as_uint3(x) __builtin_astype((x), uint3)

Completed in 14 milliseconds