Home
last modified time | relevance | path

Searched refs:make_float4 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h120 #define make_float4(a, b, c, d) ((float4){.x = a, .y = b, .z = c, .w = d}) macro
133 TEX2D(float4, make_float4(a, b, c, d))
/third_party/ffmpeg/libavfilter/cuda/
Dvector_helpers.cuh68 …template<> inline __device__ float4 to_floatN<T, float4>(const T &a) { return make_float4(a.x, a.y…
104 return make_float4( in lerp_scalar()
/third_party/ffmpeg/libavfilter/
Dvf_scale_cuda_bicubic.cu32 float4 res = make_float4( in lanczos_coeffs()