Home
last modified time | relevance | path

Searched refs:srcWidthNB (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c1479 const GLint srcWidthNB = srcWidth - 2 * border; /* sizes w/out border */ in make_2d_mipmap() local
1502 do_row(datatype, comps, srcWidthNB, srcA, srcB, in make_2d_mipmap()
1526 do_row(datatype, comps, srcWidthNB, in make_2d_mipmap()
1531 do_row(datatype, comps, srcWidthNB, in make_2d_mipmap()
1571 const GLint srcWidthNB = srcWidth - 2 * border; /* sizes w/out border */ in make_3d_mipmap() local
1624 do_row_3D(datatype, comps, srcWidthNB, in make_3d_mipmap()

Completed in 5 milliseconds