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.cpp1654 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()
[all …]
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h127 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) in Spill() argument
128 : mRegFile(regFile), mGen(gen), mRegList(reglist), mCount(0) in Spill()
/system/core/sdcard/
Dsdcard.c165 __u64 gen; member
589 node->gen = fuse->next_generation++; in create_node_locked()
789 out.generation = node->gen; in fuse_reply_entry()