Searched refs:make_ushort2 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/compat/cuda/ | ||
H A D | cuda_runtime.h | 115 #define make_ushort2(a, b) ((ushort2){.x = a, .y = b}) macro 129 TEX2D(ushort2, make_ushort2(a & 0xFFFF, b & 0xFFFF)) |
Completed in 2 milliseconds