Home
last modified time | relevance | path

Searched defs:uint3 (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h273 __device__ inline __cuda_builtin_threadIdx_t::operator uint3() const { in uint3() function
281 __device__ inline __cuda_builtin_blockIdx_t::operator uint3() const { in uint3() function
309 #define uint3 __cuda_builtin_threadIdx_t macro
Dopencl-c.h104 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DUtils.h63 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
/external/swiftshader/src/System/
DTypes.hpp205 using uint3 = vec3<unsigned int>; typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h193 using uint3 = Vec3<uint32_t>; variable
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp78 using uint3 = PerLane<unsigned int, 3>; typedef