Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
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()
Dscanline.cpp1633 generated_vars_t& gen = c->generated_vars; in init_y() local
1634 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()
1635 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()
1636 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y()
1637 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
1638 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1639 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
1640 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
1641 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
1642 gen.dzdx = c->shade.dzdx; in init_y()
[all …]
/system/core/sdcard/
Dsdcard.c87 __u64 gen; member
285 struct node *node_create(struct node *parent, const char *name, __u64 nid, __u64 gen) in node_create() argument
301 node->gen = gen; in node_create()
518 out.generation = node->gen; in lookup_entry()
/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()