Lines Matching refs:gen
1670 generated_vars_t& gen = c->generated_vars; in init_y() local
1671 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()
1672 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()
1673 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y()
1674 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
1675 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1676 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
1677 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
1678 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
1679 gen.dzdx = c->shade.dzdx; in init_y()
1680 gen.f = ci.ydfdy; in init_y()
1681 gen.dfdx = c->shade.dfdx; in init_y()
1732 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in init_y() local
1733 gen.width = t.surface.width; in init_y()
1734 gen.height = t.surface.height; in init_y()
1735 gen.stride = t.surface.stride; in init_y()
1736 gen.data = uintptr_t(t.surface.data); in init_y()
1737 gen.dsdx = ti.dsdx; in init_y()
1738 gen.dtdx = ti.dtdx; in init_y()
1982 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in scanline_perspective() local
1983 gen.dsdx = ti.st[0].dvdx; in scanline_perspective()
1984 gen.dtdx = ti.st[1].dvdx; in scanline_perspective()
2010 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in scanline_perspective_single() local
2078 gen.dsdx = ti.dsdx; in scanline_perspective_single()
2079 gen.dtdx = ti.dtdx; in scanline_perspective_single()