Home
last modified time | relevance | path

Searched refs:lwidth (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp70 float lwidth = labs[0] + labs[1]; in are_collinear() local
90 return std::abs(d) <= lwidth * tolerance; in are_collinear()
104 float lwidth = Pwidth[lidx]; // lwidth = Manhattan width of [lx, ly]. in are_collinear() local
115 return (d.abs() <= lwidth * tolerance).allTrue(); in are_collinear()
/third_party/ffmpeg/libavcodec/x86/
Dcfhdencdsp.asm42 cglobal cfhdenc_horiz_filter, 8, 10, 11, input, low, high, istride, lwidth, hwidth, width, y, x, te…
200 cglobal cfhdenc_vert_filter, 8, 11, 14, input, low, high, istride, lwidth, hwidth, width, height, x…
Dcfhddsp.asm53 cglobal cfhd_horiz_filter, 8, 11, 12, output, ostride, low, lwidth, high, hwidth, width, height, x,…
307 cglobal cfhd_vert_filter, 8, 11, 14, output, ostride, low, lwidth, high, hwidth, width, height, x, …
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp155 unsigned lwidth = u_minify(res->width0, level); in box_fits() local
169 return (wb <= lwidth && we <= lwidth && in box_fits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp514 float lwidth = static_cast<float>(width - 1); in generateTextureData() local
524 float posX = (lwidth - static_cast<float>(x)) / lwidth; in generateTextureData()