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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 copy_bfc( struct twoside_stage *twoside, argument
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
79 struct twoside_stage *twoside = twoside_stage(stage); local in function:twoside_tri
105 struct twoside_stage *twoside = twoside_stage(stage); local in function:twoside_first_tri
170 struct twoside_stage *twoside = CALLOC_STRUCT(twoside_stage); local in function:draw_twoside_stage
[all...]
H A Ddraw_pipe.c47 draw->pipeline.twoside = draw_twoside_stage( draw );
59 !draw->pipeline.twoside ||
88 if (draw->pipeline.twoside)
89 draw->pipeline.twoside->destroy( draw->pipeline.twoside );
H A Ddraw_pipe_validate.c243 draw->pipeline.twoside->next = next;
244 next = draw->pipeline.twoside;
H A Ddraw_private.h125 struct draw_stage *twoside; member in struct:draw_context::__anon406ac0650108
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 copy_bfc( struct twoside_stage *twoside, argument
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
79 struct twoside_stage *twoside = twoside_stage(stage); local in function:twoside_tri
105 struct twoside_stage *twoside = twoside_stage(stage); local in function:twoside_first_tri
170 struct twoside_stage *twoside = CALLOC_STRUCT(twoside_stage); local in function:draw_twoside_stage
[all...]
H A Ddraw_pipe.c47 draw->pipeline.twoside = draw_twoside_stage( draw );
60 !draw->pipeline.twoside ||
90 if (draw->pipeline.twoside)
91 draw->pipeline.twoside->destroy( draw->pipeline.twoside );
H A Ddraw_pipe_validate.c246 draw->pipeline.twoside->next = next;
247 next = draw->pipeline.twoside;
H A Ddraw_private.h157 struct draw_stage *twoside; member in struct:draw_context::__anone553aa980108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h26 unsigned twoside:1; member in struct:lp_setup_variant_key
H A Dlp_state_setup.c372 /* Potentially modify it according to twoside, etc:
374 if (key->twoside) {
846 key->twoside = lp->rasterizer->light_twoside;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h26 unsigned twoside:1; member in struct:lp_setup_variant_key
H A Dlp_state_setup.c347 /* Potentially modify it according to twoside, etc:
349 if (key->twoside) {
781 key->twoside = lp->rasterizer->light_twoside;
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A DMakefile.am74 twoside \ program in directory:bin
H A DMakefile.in135 @HAVE_GLUT_TRUE@ twoside$(EXEEXT) vert-or-frag-only$(EXEEXT) \
264 twoside_SOURCES = twoside.c
265 twoside_OBJECTS = twoside.$(OBJEXT)
336 trirast.c twoside.c vert-or-frag-only.c vert-tex.c \
346 trirast.c twoside.c vert-or-frag-only.c vert-tex.c \
830 twoside$(EXEEXT): $(twoside_OBJECTS) $(twoside_DEPENDENCIES) $(EXTRA_twoside_DEPENDENCIES)
831 @rm -f twoside$(EXEEXT)
887 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twoside.Po@am__quote@
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c1027 const GLboolean twoside = p->state->light_twoside; local in function:build_lighting
1065 if (twoside) {
1095 if (twoside) {
1100 if (twoside && separate) {
1122 if (twoside)
1128 if (twoside)
1134 if (twoside)
1286 if (twoside) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c1019 const GLboolean twoside = p->state->light_twoside; local in function:build_lighting
1057 if (twoside) {
1087 if (twoside) {
1092 if (twoside && separate) {
1223 if (twoside) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst1518 - llvmpipe: Moved draw pipeline twoside function to llvm setup code
1521 - llvmpipe: fix such that offset/twoside function only does in-place
1990 - llvmpipe: turn off draw offset/twoside when we can handle it
2015 - llvmpipe: fix up twoside after recent changes
2016 - llvmpipe: twoside for specular color also
2017 - Merge branch 'lp-offset-twoside'

Completed in 31 milliseconds