Searched refs:gen (Results 1 – 4 of 4) sorted by relevance
92 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in ggl_pick_texture() local93 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()
1654 generated_vars_t& gen = c->generated_vars; in init_y() local1655 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 …]
127 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) in Spill() argument128 : mRegFile(regFile), mGen(gen), mRegList(reglist), mCount(0) in Spill()
165 __u64 gen; member589 node->gen = fuse->next_generation++; in create_node_locked()789 out.generation = node->gen; in fuse_reply_entry()