Home
last modified time | relevance | path

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

/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h116 #define make_float2(a, b) ((float2){.x = a, .y = b}) macro
130 TEX2D(float2, make_float2(a, b))
168 return make_float2(ret.x, ret.y); in tex2D()

Completed in 1 milliseconds