Home
last modified time | relevance | path

Searched refs:twoside (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_twoside.c55 copy_bfc( struct twoside_stage *twoside, in copy_bfc() argument
59 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() local
81 if (header->det * twoside->sign < 0.0) { in twoside_tri()
[all …]
Ddraw_pipe.c47 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()
Ddraw_pipe_validate.c243 draw->pipeline.twoside->next = next; in validate_pipeline()
244 next = draw->pipeline.twoside; in validate_pipeline()
Ddraw_private.h125 struct draw_stage *twoside; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.h26 unsigned twoside:1; member
Dlp_state_setup.c374 if (key->twoside) { in load_attribute()
846 key->twoside = lp->rasterizer->light_twoside; in lp_make_setup_variant_key()
/external/mesa3d/src/mesa/swrast_setup/
DNOTES20 twoside-lit triangles. The software rasterizer doesn't handle these
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1024 const GLboolean twoside = p->state->light_twoside; in build_lighting() local
1062 if (twoside) { in build_lighting()
1092 if (twoside) { in build_lighting()
1097 if (twoside && separate) { in build_lighting()
1228 if (twoside) { in build_lighting()