Searched refs:_texMatch (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/ |
H A D | SiftMatchCU.cpp | 66 !_texMatch[0].InitTexture(__max_sift, 1)) { in Allocate() 73 !_texMatch[1].InitTexture(__max_sift, 1)) { in Allocate() 175 _texMatch[0].InitTexture(_num_sift[0], 1); in GetBestMatch() 176 ProgramCU::GetRowMatch(&_texDot, _texMatch, distmax, ratiomax); in GetBestMatch() 177 _texMatch[0].CopyToHost(buffer1); in GetBestMatch() 179 _texMatch[1].InitTexture(_num_sift[1], 1); in GetBestMatch() 180 ProgramCU::GetColMatch(&_texCRT, _texMatch + 1, distmax, ratiomax); in GetBestMatch() 181 _texMatch[1].CopyToHost(buffer2); in GetBestMatch()
|
H A D | SiftMatch.cpp | 114 _texMatch[0].InitTexture(16, __max_sift / 16, 0, format); in AllocateSiftMatch() 115 _texMatch[1].InitTexture(16, __max_sift / 16, 0, format); in AllocateSiftMatch() 119 _texMatch[0].InitTexture(16, __max_sift / 16, 0); in AllocateSiftMatch() 120 _texMatch[1].InitTexture(16, __max_sift / 16, 0); in AllocateSiftMatch() 469 _texMatch[0].AttachToFBO(0); in GetBestMatch() 470 _texMatch[0].SetImageSize(16, ( _num_sift[0] + 15) / 16); in GetBestMatch() 471 _texMatch[0].FitTexViewPort(); in GetBestMatch() 477 _texMatch[0].DrawQuad(); in GetBestMatch() 483 _texMatch[1].AttachToFBO(0); in GetBestMatch() 485 _texMatch[1].FitTexViewPort(); in GetBestMatch() [all …]
|
H A D | SiftMatchCU.h | 36 CuTexImage _texMatch[2]; variable
|
H A D | SiftMatch.h | 36 GLTexImage _texMatch[2]; variable
|