Lines Matching defs:widthCommitted
103 "layout (location = 3) uniform int widthCommitted;\n"
111 " offset.x = widthCommitted;\n"
113 " if (point.x >= widthCommitted) {\n"
114 " uint index = ((point.x - widthCommitted) + point.y * 8) % 8;\n"
210 "layout (location = 3) uniform int widthCommitted;\n"
240 " point.x < widthCommitted - 1)\n"
252 " point.x >= widthCommitted + 1)\n"
1100 GLint widthCommitted = width / 2;
1102 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth)
1126 for (GLint x = 0; x < widthCommitted; ++x)
1171 for (GLint x = 0; x < widthCommitted; ++x)
1273 for (GLint x = 0; x < widthCommitted; ++x)
1542 GLuint widthCommitted = width / 2;
1544 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth)
1574 result = result && verifyStencilTest(gl, program, width, height, widthCommitted);
1577 result = result && verifyDepthTest(gl, program, width, height, widthCommitted);
1581 result = result && verifyDepthBoundsTest(gl, program, width, height, widthCommitted);
1663 GLint widthCommitted = width / 2;
1665 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth)
1691 for (GLint x = widthCommitted; x < width; ++x)
1737 for (GLint x = widthCommitted; x < width; ++x)
1843 for (GLint x = widthCommitted; x < width; ++x)
1893 GLint widthCommitted = width / 2;
1895 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth)
1976 gl.uniform1i(3, widthCommitted /* committed width */);
2021 * @param widthCommitted Committed region width
2026 GLint height, GLint widthCommitted)
2046 for (int x = widthCommitted; x < width; ++x)
2066 * @param widthCommitted Committed region width
2071 GLint height, GLint widthCommitted)
2090 for (int x = widthCommitted; x < width; ++x)
2110 * @param widthCommitted Committed region width
2115 GLint height, GLint widthCommitted)
2134 for (int x = widthCommitted; x < width; ++x)
2748 GLint widthCommitted = width / 2;
2750 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth)
2877 gl.uniform1i(3, widthCommitted /* committed region width */);