Home
last modified time | relevance | path

Searched defs:h_rects (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/test/
H A DTestDrawRects.cpp96 NCVVectorAlloc<NcvRect32u> h_rects(*this->allocatorCPU.get(), this->numRects); in process() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/nvidia/
H A DNCV.cu542 NcvRect32u *h_rects, in drawRectsWrapperHost()
594 NcvRect32u *h_rects, in ncvDrawRects_8u_host()
606 NcvRect32u *h_rects, in ncvDrawRects_32u_host()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/
H A DNCV.cpp819 NcvRect32u *h_rects, in drawRectsWrapperHost()
871 NcvRect32u *h_rects, in ncvDrawRects_8u_host()
883 NcvRect32u *h_rects, in ncvDrawRects_32u_host()
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A DOGL_Blitter.cpp74 int h_rects = ((m_src.w + m_tile_width - 1) / m_tile_width); in _LoadTextures() local