Searched refs:twoside (Results 1 – 8 of 8) sorted by relevance
55 copy_bfc( struct twoside_stage *twoside, in copy_bfc() argument59 struct vertex_header *tmp = dup_vert( &twoside->stage, v, idx ); in copy_bfc()61 if (twoside->attrib_back0 >= 0 && twoside->attrib_front0 >= 0) { in copy_bfc()62 COPY_4FV(tmp->data[twoside->attrib_front0], in copy_bfc()63 tmp->data[twoside->attrib_back0]); in copy_bfc()65 if (twoside->attrib_back1 >= 0 && twoside->attrib_front1 >= 0) { in copy_bfc()66 COPY_4FV(tmp->data[twoside->attrib_front1], in copy_bfc()67 tmp->data[twoside->attrib_back1]); in copy_bfc()79 struct twoside_stage *twoside = twoside_stage(stage); in twoside_tri() local81 if (header->det * twoside->sign < 0.0) { in twoside_tri()[all …]
47 draw->pipeline.twoside = draw_twoside_stage( draw ); in draw_pipeline_init()59 !draw->pipeline.twoside || in draw_pipeline_init()88 if (draw->pipeline.twoside) in draw_pipeline_destroy()89 draw->pipeline.twoside->destroy( draw->pipeline.twoside ); in draw_pipeline_destroy()
243 draw->pipeline.twoside->next = next; in validate_pipeline()244 next = draw->pipeline.twoside; in validate_pipeline()
125 struct draw_stage *twoside; member
26 unsigned twoside:1; member
374 if (key->twoside) { in load_attribute()846 key->twoside = lp->rasterizer->light_twoside; in lp_make_setup_variant_key()
20 twoside-lit triangles. The software rasterizer doesn't handle these
1024 const GLboolean twoside = p->state->light_twoside; in build_lighting() local1062 if (twoside) { in build_lighting()1092 if (twoside) { in build_lighting()1097 if (twoside && separate) { in build_lighting()1228 if (twoside) { in build_lighting()