Home
last modified time | relevance | path

Searched refs:dstDensity (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalwarpkernel_opencl.cpp638 __global float *dstDensity,
695 __global float *dstDensity,
741 fDstDensity = dstDensity[iDstOffset];
928 __global float *dstDensity,
1048 __global float *dstDensity,
1136 setPixel(dstReal, dstImag, dstDensity, nDstValid, fDstNoDataReal, bandNum,
1193 __global float *dstDensity,
1733 if (dstDensity == nullptr) {
1739 sizeof(float) * sz, dstDensity, &err);
2417 float *dstDensity, argument
[all …]
H A Dgdalwarpkernel_opencl.h182 float *dstDensity,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalwarpkernel_opencl.cpp638 __global float *dstDensity,
695 __global float *dstDensity,
741 fDstDensity = dstDensity[iDstOffset];
928 __global float *dstDensity,
1048 __global float *dstDensity,
1136 setPixel(dstReal, dstImag, dstDensity, nDstValid, fDstNoDataReal, bandNum,
1193 __global float *dstDensity,
1733 if (dstDensity == nullptr) {
1739 sizeof(float) * sz, dstDensity, &err);
2417 float *dstDensity, argument
[all …]
H A Dgdalwarpkernel_opencl.h182 float *dstDensity,
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalwarpkernel_opencl.cpp638 __global float *dstDensity,
695 __global float *dstDensity,
741 fDstDensity = dstDensity[iDstOffset];
928 __global float *dstDensity,
1048 __global float *dstDensity,
1136 setPixel(dstReal, dstImag, dstDensity, nDstValid, fDstNoDataReal, bandNum,
1193 __global float *dstDensity,
1733 if (dstDensity == nullptr) {
1739 sizeof(float) * sz, dstDensity, &err);
2417 float *dstDensity, argument
[all …]
H A Dgdalwarpkernel_opencl.h182 float *dstDensity,
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdalwarpkernel_opencl.h180 float *dstDensity,
H A Dgdalwarpkernel_opencl.c1593 float *dstDensity, unsigned int *dstValid, float *dstNoDataReal) in set_dst_data() argument
1610 if (dstDensity == NULL) { in set_dst_data()
1616 sizeof(float) * sz, dstDensity, &err); in set_dst_data()
2282 float *dstDensity, in GDALWarpKernelOpenCL_runResamp() argument
2344 dstDensity, dstValid, warper->fDstNoDataReal)); in GDALWarpKernelOpenCL_runResamp()