Home
last modified time | relevance | path

Searched refs:twoside (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A 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 in copy_bfc()
79 struct twoside_stage *twoside = twoside_stage(stage); twoside_tri() local
105 struct twoside_stage *twoside = twoside_stage(stage); twoside_first_tri() local
170 struct twoside_stage *twoside = CALLOC_STRUCT(twoside_stage); draw_twoside_stage() local
[all...]
H A Ddraw_pipe.c47 draw->pipeline.twoside = draw_twoside_stage(draw); in draw_pipeline_init()
60 !draw->pipeline.twoside || in draw_pipeline_init()
91 if (draw->pipeline.twoside) in draw_pipeline_destroy()
92 draw->pipeline.twoside->destroy(draw->pipeline.twoside); in draw_pipeline_destroy()
H A Ddraw_pipe_validate.c241 draw->pipeline.twoside->next = next; in validate_pipeline()
242 next = draw->pipeline.twoside; in validate_pipeline()
H A Ddraw_private.h157 struct draw_stage *twoside; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h26 unsigned twoside:1; member
H A Dlp_state_setup.c344 /* Potentially modify it according to twoside, etc: in load_attribute()
346 if (key->twoside) { in load_attribute()
767 key->twoside = lp->rasterizer->light_twoside; in lp_make_setup_variant_key()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1043 const GLboolean twoside = p->state->light_twoside; in build_lighting() local
1081 if (twoside) { in build_lighting()
1111 if (twoside) { in build_lighting()
1116 if (twoside && separate) { in build_lighting()
1138 if (twoside) in build_lighting()
1144 if (twoside) in build_lighting()
1150 if (twoside) in build_lighting()
1305 if (twoside) { in build_lighting()

Completed in 7 milliseconds