HomeSort by relevance Sort by last modified time
    Searched refs:twoside (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_twoside.c 55 copy_bfc( struct twoside_stage *twoside,
59 struct vertex_header *tmp = dup_vert( &twoside->stage, v, idx );
61 if (twoside->attrib_back0 >= 0 && twoside->attrib_front0 >= 0) {
62 COPY_4FV(tmp->data[twoside->attrib_front0],
63 tmp->data[twoside->attrib_back0]);
65 if (twoside->attrib_back1 >= 0 && twoside->attrib_front1 >= 0) {
66 COPY_4FV(tmp->data[twoside->attrib_front1],
67 tmp->data[twoside->attrib_back1])
79 struct twoside_stage *twoside = twoside_stage(stage); local
105 struct twoside_stage *twoside = twoside_stage(stage); local
170 struct twoside_stage *twoside = CALLOC_STRUCT(twoside_stage); local
    [all...]
draw_pipe.c 47 draw->pipeline.twoside = draw_twoside_stage( draw );
59 !draw->pipeline.twoside ||
88 if (draw->pipeline.twoside)
89 draw->pipeline.twoside->destroy( draw->pipeline.twoside );
draw_pipe_validate.c 243 draw->pipeline.twoside->next = next;
244 next = draw->pipeline.twoside;
draw_private.h 125 struct draw_stage *twoside; member in struct:draw_context::__anon33205
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 26 unsigned twoside:1; member in struct:lp_setup_variant_key
lp_state_setup.c 372 /* Potentially modify it according to twoside, etc:
374 if (key->twoside) {
846 key->twoside = lp->rasterizer->light_twoside;
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 179 if (ctx->Light.Model.TwoSide)
1024 const GLboolean twoside = p->state->light_twoside; local
1062 if (twoside) {
1092 if (twoside) {
1097 if (twoside && separate) {
    [all...]

Completed in 380 milliseconds