Home
last modified time | relevance | path

Searched refs:cuTexRefSetFormat (Results 1 – 10 of 10) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/geryon/
H A Dnvd_texture.h86 CU_SAFE_CALL(cuTexRefSetFormat(_tex, CU_AD_FORMAT_FLOAT, numel)); in _bind_float()
89 CU_SAFE_CALL(cuTexRefSetFormat(_tex, CU_AD_FORMAT_SIGNED_INT32, numel)); in _bind_float()
91 CU_SAFE_CALL(cuTexRefSetFormat(_tex,CU_AD_FORMAT_SIGNED_INT32,numel*2)); in _bind_float()
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/geryon/
H A Dnvd_texture.h92 CU_SAFE_CALL(cuTexRefSetFormat(_tex, CU_AD_FORMAT_FLOAT, numel)); in _bind_float()
95 CU_SAFE_CALL(cuTexRefSetFormat(_tex, CU_AD_FORMAT_SIGNED_INT32, numel)); in _bind_float()
97 CU_SAFE_CALL(cuTexRefSetFormat(_tex,CU_AD_FORMAT_SIGNED_INT32,numel*2)); in _bind_float()
H A Dhip_texture.h23 return hipCUResultTohipError(cuTexRefSetFormat(tex, (CUarray_format)fmt, NumPackedComponents )); in hipTexRefSetFormat()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Ddec_nvdec_sdk.c107 tcuTexRefSetFormat *cuTexRefSetFormat; variable
402 GET_PROC(cuTexRefSetFormat); in cuInit()
H A Ddec_nvdec_sdk.h1615 extern tcuTexRefSetFormat *cuTexRefSetFormat;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Ddec_nvdec_sdk.c107 tcuTexRefSetFormat *cuTexRefSetFormat; variable
402 GET_PROC(cuTexRefSetFormat); in cuInit()
H A Ddec_nvdec_sdk.h1615 extern tcuTexRefSetFormat *cuTexRefSetFormat;
/dports/graphics/blender/blender-2.91.0/extern/cuew/src/
H A Dcuew.c241 tcuTexRefSetFormat *cuTexRefSetFormat; variable
551 CUDA_LIBRARY_FIND(cuTexRefSetFormat); in cuewCudaInit()
/dports/multimedia/QtAV/QtAV-1.13.0/src/cuda/dllapi/
H A Dcuda.cpp189 DEFINE_DLLAPI_M_ARG(3, CUresult, CUDAAPI, cuTexRefSetFormat, CUtexref, CUarray_format, int)
/dports/graphics/blender/blender-2.91.0/extern/cuew/include/
H A Dcuew.h1299 extern tcuTexRefSetFormat *cuTexRefSetFormat;