HomeSort by relevance Sort by last modified time
    Searched refs:twoside (Results 1 - 11 of 11) 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
167 struct twoside_stage *twoside = CALLOC_STRUCT(twoside_stage); local
    [all...]
draw_pipe.c 46 draw->pipeline.twoside = draw_twoside_stage( draw );
58 !draw->pipeline.twoside ||
87 if (draw->pipeline.twoside)
88 draw->pipeline.twoside->destroy( draw->pipeline.twoside );
draw_pipe_validate.c 251 draw->pipeline.twoside->next = next;
252 next = draw->pipeline.twoside;
draw_private.h 111 struct draw_stage *twoside; member in struct:draw_context::__anon16270
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 27 unsigned twoside:1; member in struct:lp_setup_variant_key
lp_state_setup.c 341 /* Potentially modify it according to twoside, etc:
343 if (key->twoside) {
808 key->twoside = lp->rasterizer->light_twoside;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_constval.c 41 bool twoside; member in struct:tracker
135 if (t->twoside) {
215 t.twoside = 1;
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 180 if (ctx->Light.Model.TwoSide)
1035 const GLboolean twoside = p->state->light_twoside; local
1073 if (twoside) {
1103 if (twoside) {
1108 if (twoside && separate) {
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 1 \documentstyle[12pt,twoside]{article}
ip-tunnels.tex 1 \documentstyle[12pt,twoside]{article}
ip-cref.tex 1 \documentstyle[12pt,twoside]{article}
    [all...]

Completed in 237 milliseconds