Lines Matching refs:gen
1654 generated_vars_t& gen = c->generated_vars; in init_y() local
1655 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()
1656 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()
1657 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y()
1658 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
1659 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1660 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
1661 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
1662 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
1663 gen.dzdx = c->shade.dzdx; in init_y()
1664 gen.f = ci.ydfdy; in init_y()
1665 gen.dfdx = c->shade.dfdx; in init_y()
1716 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in init_y() local
1717 gen.width = t.surface.width; in init_y()
1718 gen.height = t.surface.height; in init_y()
1719 gen.stride = t.surface.stride; in init_y()
1720 gen.data = int32_t(t.surface.data); in init_y()
1721 gen.dsdx = ti.dsdx; in init_y()
1722 gen.dtdx = ti.dtdx; in init_y()
1966 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in scanline_perspective() local
1967 gen.dsdx = ti.st[0].dvdx; in scanline_perspective()
1968 gen.dtdx = ti.st[1].dvdx; in scanline_perspective()
1994 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in scanline_perspective_single() local
2062 gen.dsdx = ti.dsdx; in scanline_perspective_single()
2063 gen.dtdx = ti.dtdx; in scanline_perspective_single()