Searched refs:twoside (Results 1 – 12 of 12) 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 …]
46 draw->pipeline.twoside = draw_twoside_stage( draw ); in draw_pipeline_init()58 !draw->pipeline.twoside || in draw_pipeline_init()87 if (draw->pipeline.twoside) in draw_pipeline_destroy()88 draw->pipeline.twoside->destroy( draw->pipeline.twoside ); in draw_pipeline_destroy()
251 draw->pipeline.twoside->next = next; in validate_pipeline()252 next = draw->pipeline.twoside; in validate_pipeline()
111 struct draw_stage *twoside; member
41 bool twoside; member135 if (t->twoside) { in calc_sizes()215 t.twoside = 1; in calc_wm_input_sizes()
27 unsigned twoside:1; member
343 if (key->twoside) { in load_attribute()808 key->twoside = lp->rasterizer->light_twoside; in lp_make_setup_variant_key()
20 twoside-lit triangles. The software rasterizer doesn't handle these
1035 const GLboolean twoside = p->state->light_twoside; in build_lighting() local1073 if (twoside) { in build_lighting()1103 if (twoside) { in build_lighting()1108 if (twoside && separate) { in build_lighting()1239 if (twoside) { in build_lighting()
1 \documentstyle[12pt,twoside]{article}