Home
last modified time | relevance | path

Searched refs:ushort2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h47 typedef struct __device_builtin__ __align__(4) ushort2
50 } ushort2;
115 #define make_ushort2(a, b) ((ushort2){.x = a, .y = b})
129 TEX2D(ushort2, make_ushort2(a & 0xFFFF, b & 0xFFFF))
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp689 struct ushort2 { uint16_t x; uint16_t y; }; in TEST_F() struct
691 "__kernel void main_test(__global ushort2 *inout)\n\ in TEST_F()
697 auto inout = ShaderArg<struct ushort2>({ { 8, 8 }, { 16, 16 }, { 64, 64 }, in TEST_F()
700 const struct ushort2 expected[] = { in TEST_F()

Completed in 6 milliseconds