Searched refs:texObject (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/compat/cuda/ |
H A D | cuda_runtime.h | 137 inline __device__ T tex2D(cudaTextureObject_t texObject, float x, float y) in tex2D() argument 143 "l"(texObject), "f"(x), "f"(y)); in tex2D() 149 inline __device__ float4 tex2D<float4>(cudaTextureObject_t texObject, float x, float y) in tex2D() argument 154 "l"(texObject), "f"(x), "f"(y)); in tex2D() 159 inline __device__ float tex2D<float>(cudaTextureObject_t texObject, float x, float y) in tex2D() argument 161 return tex2D<float4>(texObject, x, y).x; in tex2D() 165 inline __device__ float2 tex2D<float2>(cudaTextureObject_t texObject, float x, float y) in tex2D() argument 167 float4 ret = tex2D<float4>(texObject, x, y); in tex2D()
|
Completed in 1 milliseconds