Home
last modified time | relevance | path

Searched refs:gen (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/
Dscanline.cpp842 generated_vars_t& gen = c->generated_vars; in init_y() local
843 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()
844 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()
845 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y()
846 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
847 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
848 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
849 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
850 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
851 gen.dzdx = c->shade.dzdx; in init_y()
[all …]
Dbuffer.cpp92 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in ggl_pick_texture() local
93 gen.width = s.width; in ggl_pick_texture()
94 gen.height = s.height; in ggl_pick_texture()
95 gen.stride = s.stride; in ggl_pick_texture()
96 gen.data = int32_t(s.data); in ggl_pick_texture()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h123 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) in Spill() argument
124 : mRegFile(regFile), mGen(gen), mRegList(reglist), mCount(0) in Spill()