Searched refs:lwidth (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 70 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/ |
D | cfhdencdsp.asm | 42 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…
|
D | cfhddsp.asm | 53 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/ |
D | d3d12_blit.cpp | 155 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/ |
D | glcInternalformatTests.cpp | 514 float lwidth = static_cast<float>(width - 1); in generateTextureData() local 524 float posX = (lwidth - static_cast<float>(x)) / lwidth; in generateTextureData()
|