| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_atom_clip.c | 42 /* Second state atom for user clip planes: 46 struct pipe_clip_state clip; local 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); 52 /* if we have a vertex shader that writes clip vertex we need to pass 60 memcpy(clip.ucp, 62 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); 64 if (memcmp(&st->state.clip, &clip, sizeof(clip)) != 0) { 65 st->state.clip = clip [all...] |
| st_cb_blit.c | 66 } clip; local 75 clip.srcX0 = srcX0; 76 clip.srcY0 = srcY0; 77 clip.srcX1 = srcX1; 78 clip.srcY1 = srcY1; 79 clip.dstX0 = dstX0; 80 clip.dstY0 = dstY0; 81 clip.dstX1 = dstX1; 82 clip.dstY1 = dstY1; 91 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_atom_clip.c | 42 /* Second state atom for user clip planes: 46 struct pipe_clip_state clip; local 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); 52 /* if we have a vertex shader that writes clip vertex we need to pass 60 memcpy(clip.ucp, 62 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); 64 if (memcmp(&st->state.clip, &clip, sizeof(clip)) != 0) { 65 st->state.clip = clip [all...] |
| st_cb_blit.c | 65 } clip; local 74 clip.srcX0 = srcX0; 75 clip.srcY0 = srcY0; 76 clip.srcX1 = srcX1; 77 clip.srcY1 = srcY1; 78 clip.dstX0 = dstX0; 79 clip.dstY0 = dstY0; 80 clip.dstX1 = dstX1; 81 clip.dstY1 = dstY1; 90 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_clip_cull_distance_arrays.c | 30 * This pass combines clip and cull distance arrays in separate locations and 37 * Get the length of the clip/cull distance array, looking past 47 * underlying clip/cull distance array length, not the per-vertex 65 nir_variable *clip = NULL; local 69 clip = var; 75 if (!cull && !clip) { 87 if (!cull && clip) { 89 if (!clip->data.compact) 93 * the combined clip/cull distance array was clip-only and mess up [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_clip_cull_distance_arrays.c | 30 * This pass combines clip and cull distance arrays in separate locations and 37 * Get the length of the clip/cull distance array, looking past 47 * underlying clip/cull distance array length, not the per-vertex 65 nir_variable *clip = NULL; local 69 clip = var; 75 if (!cull && !clip) 78 if (!cull && clip) { 80 if (!clip->data.compact) 84 * the combined clip/cull distance array was clip-only and mess up [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_vb_vertex.c | 45 GLvector4f clip; member in struct:vertex_stage_data 57 /* This function implements cliptesting for user-defined clip planes. 63 GLvector4f *clip, \ 76 GLfloat *coord = (GLfloat *)clip->data; \ 77 GLuint stride = clip->stride; \ 78 GLuint count = clip->count; \ 164 VB->ClipPtr = TransformRaw( &store->clip, 184 /* Cliptest and perspective divide. Clip functions must clear 250 _mesa_vector4f_alloc( &store->clip, 0, size, 32 ); 257 !store->clip.data | [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_vb_vertex.c | 45 GLvector4f clip; member in struct:vertex_stage_data 57 /* This function implements cliptesting for user-defined clip planes. 63 GLvector4f *clip, \ 76 GLfloat *coord = (GLfloat *)clip->data; \ 77 GLuint stride = clip->stride; \ 78 GLuint count = clip->count; \ 161 VB->ClipPtr = TransformRaw( &store->clip, 181 /* Cliptest and perspective divide. Clip functions must clear 247 _mesa_vector4f_alloc( &store->clip, 0, size, 32 ); 254 !store->clip.data | [all...] |
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| neo_video.h | 52 RegionRec clip; member in struct:__anon9059
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| blade_xaa.c | 359 int clip = 0; local 361 if (pTrident->Clipping) clip = 1; 365 pTrident->BltScanDirection | clip); 768 int clip = 0; local 770 if (pTrident->Clipping) clip = 1; 774 (1 << 19) | (2 << 2) | clip);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| SoftwareRenderer.cpp | 234 clipping_rect *clip = &fInfo->clip_list[i]; local 236 dstClip.ClipRect(clip->left, clip->top, clip->right + 1, clip->bottom + 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| SoftwareRenderer.cpp | 180 clipping_rect *clip = &fInfo->clip_list[i]; local 181 int32 height = clip->bottom - clip->top + 1; 183 = (clip->right - clip->left + 1) * bytesPerPixel; 185 uint8 *p = (uint8 *)fInfo->bits + clip->top 186 * fInfo->bytes_per_row + clip->left * bytesPerPixel; 188 + (clip->top - fInfo->window_bounds.top) * bytesPerRow 189 + (clip->left - fInfo->window_bounds.left) * bytesPerPixel;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| ViewportP.h | 83 Widget clip, child; /* The clipping and (scrolled) child widgets */ member in struct:_ViewportPart
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_video_textured.c | 90 RegionUninit(&video->clip); 168 * clip is the clipping region in screen space. 182 RegionRec clip; local 191 init_video_region(&clip, draw, drw_x, drw_y, drw_w, drw_h); 194 RegionIntersect(&clip, &clip, gc->pCompositeClip); 195 if (!RegionNotEmpty(&clip)) 205 region_num_rects(&clip), 206 clip.extents.x1, clip.extents.y1 [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_video.h | 43 RegionRec clip; member in struct:__anon7670
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| basic-stippledrect.c | 18 XRectangle *clip, int nclip, 42 XSetClipRectangles(dpy, gc, 0, 0, clip, nclip, Unsorted); 160 XRectangle *clip; local 174 clip = malloc(sizeof(XRectangle)*nclip); 176 clip[r].x = rand() % out.width; 177 clip[r].y = rand() % out.height; 178 clip[r].width = rand() % (out.width - clip[r].x); 179 clip[r].height = rand() % (out.height - clip[r].y) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_video_textured.c | 65 RegionUninit(&video->clip); 136 * clip is the clipping region in screen space. 150 RegionRec clip; local 155 clip.extents.x1 = draw->x + drw_x; 156 clip.extents.y1 = draw->y + drw_y; 157 clip.extents.x2 = clip.extents.x1 + drw_w; 158 clip.extents.y2 = clip.extents.y1 + drw_h; 159 clip.data = NULL [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_video.h | 43 RegionRec clip; member in struct:__anon8523
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| basic-stippledrect.c | 18 XRectangle *clip, int nclip, 42 XSetClipRectangles(dpy, gc, 0, 0, clip, nclip, Unsorted); 160 XRectangle *clip; local 174 clip = malloc(sizeof(XRectangle)*nclip); 176 clip[r].x = rand() % out.width; 177 clip[r].y = rand() % out.height; 178 clip[r].width = rand() % (out.width - clip[r].x); 179 clip[r].height = rand() % (out.height - clip[r].y) [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_video.h | 48 RegionRec clip; member in struct:__anon8908
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_xvpriv.h | 57 RegionRec clip; member in struct:__anon9181
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_glyphblt.c | 51 RegionPtr clip = gc->pCompositeClip; local 112 if (!RegionContainsPoint(clip, pt_x_i, pt_y_i, NULL)) 179 RegionPtr clip = gc->pCompositeClip; local 221 RegionContainsPoint(clip,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_vs.h | 68 unsigned clip:1; member in struct:draw_vs_variant_key
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| mixer.c | 245 struct u_rect rect, clip, *prect, dirty_area; local 385 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); 452 RectToPipe(destination_rect, &clip));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| meta_blit.c | 430 } clip = { local 442 /* Clip a copy of the blit coordinates. If these differ from the input 446 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, 447 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) [all...] |