Home
last modified time | relevance | path

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

/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h62 typedef struct __device_builtin__ uint3 struct
65 } uint3; argument
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp205 using uint3 = vec3<unsigned int>; typedef
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp78 using uint3 = PerLane<unsigned int, 3>; typedef