Searched refs:ccw (Results 1 - 25 of 53) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompalloc.c114 CompClientWindowPtr ccw; local in function:compRedirectWindow
129 for (ccw = cw->clients; ccw; ccw = ccw->next)
130 if (ccw->update == CompositeRedirectManual)
138 ccw = malloc(sizeof (CompClientWindowRec));
139 if (!ccw)
141 ccw->id = FakeClientID (pClient->index);
142 ccw
235 CompClientWindowPtr ccw, *prev; local in function:compFreeClientWindow
298 CompClientWindowPtr ccw; local in function:compUnredirectWindow
320 CompClientWindowPtr ccw; local in function:compRedirectSubwindows
401 CompClientWindowPtr ccw, *prev; local in function:compFreeClientSubwindows
454 CompClientWindowPtr ccw; local in function:compUnredirectSubwindows
475 CompClientWindowPtr ccw; local in function:compRedirectOneSubwindow
497 CompClientWindowPtr ccw; local in function:compUnredirectOneSubwindow
[all...]
H A Dcompwindow.c555 CompClientWindowPtr ccw; local in function:compCreateWindow
559 for (ccw = csw->clients; ccw; ccw = ccw->next)
560 compRedirectWindow (clients[CLIENT_ID(ccw->id)],
561 pWin, ccw->update);
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompalloc.c139 CompClientWindowPtr ccw; local in function:compRedirectWindow
156 for (ccw = cw->clients; ccw; ccw = ccw->next)
157 if (ccw->update == CompositeRedirectManual)
165 ccw = malloc(sizeof(CompClientWindowRec));
166 if (!ccw)
168 ccw->id = FakeClientID(pClient->index);
169 ccw
267 CompClientWindowPtr ccw, *prev; local in function:compFreeClientWindow
326 CompClientWindowPtr ccw; local in function:compUnredirectWindow
347 CompClientWindowPtr ccw; local in function:compRedirectSubwindows
424 CompClientWindowPtr ccw, *prev; local in function:compFreeClientSubwindows
475 CompClientWindowPtr ccw; local in function:compUnredirectSubwindows
495 CompClientWindowPtr ccw; local in function:compRedirectOneSubwindow
517 CompClientWindowPtr ccw; local in function:compUnredirectOneSubwindow
[all...]
H A Dcompwindow.c580 CompClientWindowPtr ccw; local in function:compCreateWindow
587 for (ccw = csw->clients; ccw; ccw = ccw->next)
588 compRedirectWindow(clients[CLIENT_ID(ccw->id)],
589 pWin, ccw->update);
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dccw.cc36 * ccw.c++
97 sgn = ccw( v1next, v2, v2next );
126 sgn = ccw( v1next, v1, v2next );
210 sgn = ccw( v1next, v2, v2next );
239 sgn = ccw( v1next, v1, v2next );
323 sgn = ccw( v1next, v2, v2next );
352 sgn = ccw( v1next, v1, v2next );
436 sgn = ccw( v1next, v2, v2next );
465 sgn = ccw( v1next, v1, v2next );
550 * ccw
558 Subdivider::ccw( TrimVertex *a, TrimVertex *b, TrimVertex *c ) function in class:Subdivider
[all...]
H A Dsubdivider.h169 static int ccw( TrimVertex *, TrimVertex *, TrimVertex * );
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c82 unsigned ccw = (header->det < 0); local in function:cull_tri
83 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ?
H A Ddraw_pipe_offset.c157 boolean ccw = header->det < 0.0f; local in function:offset_first_tri
158 if (ccw != rast->front_ccw)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_info.h275 bool ccw; member in struct:shader_info::__anon5754f00b010a::__anon5754f00b0608
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_rss.c167 int cw, ccw; local in function:emit_rss_vgpu9
174 ccw = 0;
178 ccw = 1;
192 EMIT_RS(svga, curr->stencil[ccw].func, CCWSTENCILFUNC);
193 EMIT_RS(svga, curr->stencil[ccw].fail, CCWSTENCILFAIL);
194 EMIT_RS(svga, curr->stencil[ccw].zfail, CCWSTENCILZFAIL);
195 EMIT_RS(svga, curr->stencil[ccw].pass, CCWSTENCILPASS);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_rss.c167 int cw, ccw; local in function:emit_rss_vgpu9
174 ccw = 0;
178 ccw = 1;
192 EMIT_RS(svga, curr->stencil[ccw].func, CCWSTENCILFUNC);
193 EMIT_RS(svga, curr->stencil[ccw].fail, CCWSTENCILFAIL);
194 EMIT_RS(svga, curr->stencil[ccw].zfail, CCWSTENCILZFAIL);
195 EMIT_RS(svga, curr->stencil[ccw].pass, CCWSTENCILPASS);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c175 unsigned ccw = (header->det < 0); local in function:cull_tri
176 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ?
H A Ddraw_pipe_offset.c157 boolean ccw = header->det < 0.0f; local in function:offset_first_tri
158 if (ccw != rast->front_ccw)
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_cull.c73 nir_ssa_def *ccw = nir_build_load_cull_ccw_amd(b); local in function:cull_face
74 nir_ssa_def *front_facing = nir_bcsel(b, ccw, front_facing_ccw, front_facing_cw);
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h464 bool ccw:1; member in struct:shader_info::__anon04aa5a9e010a::__anon04aa5a9e0608
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.c222 unsigned ccw = ctx->rasterizer->front_ccw; local in function:etna_emit_state
451 uint32_t val = etna_zsa_state(ctx->zsa)->PE_STENCIL_OP[ccw];
455 uint32_t val = etna_zsa_state(ctx->zsa)->PE_STENCIL_CONFIG[ccw];
456 /*0141C*/ EMIT_STATE(PE_STENCIL_CONFIG, val | ctx->stencil_ref.PE_STENCIL_CONFIG[ccw]);
497 /*014A0*/ EMIT_STATE(PE_STENCIL_CONFIG_EXT, val | ctx->stencil_ref.PE_STENCIL_CONFIG_EXT[ccw]);
515 /*014B8*/ EMIT_STATE(PE_STENCIL_CONFIG_EXT2, etna_zsa_state(ctx->zsa)->PE_STENCIL_CONFIG_EXT2[ccw]);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h302 bool ccw; member in struct:radv_shader_variant_info::__anon685e57830908::__anon685e57830f08
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp38 nir_cull_face(nir_builder *b, nir_variable *vertices, bool ccw) argument
50 if (ccw)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c697 tes_info->tess.ccw |= tcs_info->tess.ccw;
884 pipeline->pipeline_nir[MESA_SHADER_TESS_EVAL]->info.tess.ccw = !pipeline->pipeline_nir[MESA_SHADER_TESS_EVAL]->info.tess.ccw;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_precise.c3269 int n, cw, ccw; local in function:tristrip_thread
3276 cw = 0; ccw = 1;
3278 &thread->points[ccw], &thread->points[cw],
3290 &thread->points[n], &thread->points[ccw],
3292 ccw = n;
3297 &thread->points[cw], &thread->points[ccw],
3414 int cw, ccw, n; local in function:precise_tristrip_span_converter
3419 cw = 0; ccw = 1;
3421 &points[ccw], &points[cw],
3433 &points[n], &points[ccw],
[all...]
H A Dsna_trapezoids_imprecise.c3664 int n, cw, ccw; local in function:tristrip_thread
3671 cw = 0; ccw = 1;
3673 &thread->points[ccw], &thread->points[cw],
3685 &thread->points[n], &thread->points[ccw],
3687 ccw = n;
3692 &thread->points[cw], &thread->points[ccw],
3809 int cw, ccw, n; local in function:imprecise_tristrip_span_converter
3814 cw = 0; ccw = 1;
3816 &points[ccw], &points[cw],
3828 &points[n], &points[ccw],
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_precise.c3314 int n, cw, ccw; local in function:tristrip_thread
3322 cw = 0; ccw = 1;
3324 &thread->points[ccw], &thread->points[cw],
3336 &thread->points[n], &thread->points[ccw],
3338 ccw = n;
3343 &thread->points[cw], &thread->points[ccw],
3460 int cw, ccw, n; local in function:precise_tristrip_span_converter
3465 cw = 0; ccw = 1;
3467 &points[ccw], &points[cw],
3479 &points[n], &points[ccw],
[all...]
H A Dsna_trapezoids_imprecise.c3705 int n, cw, ccw; local in function:tristrip_thread
3713 cw = 0; ccw = 1;
3715 &thread->points[ccw], &thread->points[cw],
3727 &thread->points[n], &thread->points[ccw],
3729 ccw = n;
3734 &thread->points[cw], &thread->points[ccw],
3851 int cw, ccw, n; local in function:imprecise_tristrip_span_converter
3856 cw = 0; ccw = 1;
3858 &points[ccw], &points[cw],
3870 &points[n], &points[ccw],
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_draw.c339 int ccw = ctx->rasterizer->base.front_ccw; local in function:lima_pack_plbu_cmd
345 cull |= ccw ? 0x00040000 : 0x00020000;
347 cull |= ccw ? 0x00020000 : 0x00040000;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h289 bool ccw; member in struct:radv_shader_info::__anonc0b8b2d60808

Completed in 35 milliseconds

123