| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_scissor.c | 44 const struct gl_scissor_rect *src_rect = &ctx->Scissor.WindowRects[i]; local 46 dst_rect->minx = MAX2(src_rect->X, 0); 47 dst_rect->miny = MAX2(src_rect->Y, 0); 48 dst_rect->maxx = MAX2(src_rect->X + src_rect->Width, 0); 49 dst_rect->maxy = MAX2(src_rect->Y + src_rect->Height, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_scissor.c | 44 const struct gl_scissor_rect *src_rect = &ctx->Scissor.WindowRects[i]; local 46 dst_rect->minx = MAX2(src_rect->X, 0); 47 dst_rect->miny = MAX2(src_rect->Y, 0); 48 dst_rect->maxx = MAX2(src_rect->X + src_rect->Width, 0); 49 dst_rect->maxy = MAX2(src_rect->Y + src_rect->Height, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| vid_dec_common.c | 96 struct u_rect src_rect; local 108 src_rect.x0 = 0; 109 src_rect.y0 = 0; 110 src_rect.x1 = def->nFrameWidth; 111 src_rect.y1 = def->nFrameHeight; 120 &src_rect, NULL, deinterlace);
|
| vid_enc_common.c | 229 struct u_rect src_rect; local 232 src_rect.x0 = 0; 233 src_rect.y0 = 0; 234 src_rect.x1 = def->nFrameWidth; 235 src_rect.y1 = def->nFrameHeight; 237 src_rect.x1 /= 2; 238 src_rect.y1 /= 2; 240 vl_compositor_set_rgba_layer(s, compositor, 0, views[i], &src_rect, NULL, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| vid_dec_common.c | 97 struct u_rect src_rect; local 109 src_rect.x0 = 0; 110 src_rect.y0 = 0; 111 src_rect.x1 = def->nFrameWidth; 112 src_rect.y1 = def->nFrameHeight; 121 &src_rect, NULL, deinterlace);
|
| vid_enc_common.c | 230 struct u_rect src_rect; local 233 src_rect.x0 = 0; 234 src_rect.y0 = 0; 235 src_rect.x1 = def->nFrameWidth; 236 src_rect.y1 = def->nFrameHeight; 238 src_rect.x1 /= 2; 239 src_rect.y1 /= 2; 241 vl_compositor_set_rgba_layer(s, compositor, 0, views[i], &src_rect, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_compositor.h | 242 struct u_rect *src_rect, 255 struct u_rect *src_rect, 267 struct u_rect *src_rect, 287 struct u_rect *src_rect, 300 struct u_rect *src_rect,
|
| vl_compositor.c | 321 struct u_rect *src_rect, struct u_rect *dst_rect, 341 src_rect ? *src_rect : default_rect(&s->layers[layer]), 379 struct u_rect *src_rect, struct u_rect *dst_rect, bool y) 403 src_rect ? *src_rect : default_rect(&s->layers[layer]), 549 struct u_rect *src_rect, 569 src_rect ? *src_rect : default_rect(&s->layers[layer]), 619 struct u_rect *src_rect, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_compositor.h | 225 struct u_rect *src_rect, 238 struct u_rect *src_rect, 250 struct u_rect *src_rect, 270 struct u_rect *src_rect, 283 struct u_rect *src_rect,
|
| vl_compositor.c | 324 struct u_rect *src_rect, struct u_rect *dst_rect, 343 src_rect ? *src_rect : default_rect(&s->layers[layer]), 372 struct u_rect *src_rect, struct u_rect *dst_rect, bool y) 396 src_rect ? *src_rect : default_rect(&s->layers[layer]), 538 struct u_rect *src_rect, 557 src_rect ? *src_rect : default_rect(&s->layers[layer]), 605 struct u_rect *src_rect, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| postproc.c | 62 struct u_rect src_rect; local 69 src_rect.x0 = src_region->x; 70 src_rect.y0 = src_region->y; 71 src_rect.x1 = src_region->x + src_region->width; 72 src_rect.y1 = src_region->y + src_region->height; 81 &src_rect, NULL, deinterlace); 122 struct u_rect src_rect; local 158 src_rect.x0 = src_region->x; 159 src_rect.y0 = src_region->y; 160 src_rect.x1 = src_region->x + src_region->width [all...] |
| surface.c | 218 struct u_rect *src_rect, struct u_rect *dst_rect) 249 s = &sub->src_rect; 257 c.x1 = MIN2(d->x0 + dw, src_rect->x1); 258 c.y1 = MIN2(d->y0 + dh, src_rect->y1); 264 s = src_rect; 316 struct u_rect src_rect, *dirty_area; local 352 src_rect.x0 = srcx; 353 src_rect.y0 = srcy; 354 src_rect.x1 = srcw + srcx; 355 src_rect.y1 = srch + srcy 1233 struct u_rect src_rect, dst_rect; local [all...] |
| subpicture.c | 183 struct u_rect src_rect = {src_x, src_x + src_width, src_y, src_y + src_height}; local 205 sub->src_rect = src_rect;
|
| image.c | 314 struct u_rect src_rect, dst_rect; local 328 src_rect.x0 = dst_rect.x0 = 0; 329 src_rect.x1 = dst_rect.x1 = surf->templat.width; 330 src_rect.y0 = dst_rect.y0 = 0; 331 src_rect.y1 = dst_rect.y1 = surf->templat.height; 335 &src_rect, &dst_rect,
|
| picture.c | 756 struct u_rect src_rect, dst_rect; local 758 dst_rect.x0 = src_rect.x0 = 0; 759 dst_rect.y0 = src_rect.y0 = 0; 760 dst_rect.x1 = src_rect.x1 = surf->templat.width; 761 dst_rect.y1 = src_rect.y1 = surf->templat.height; 764 &src_rect, &dst_rect, VL_COMPOSITOR_WEAVE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| postproc.c | 62 struct u_rect src_rect; local 69 src_rect.x0 = src_region->x; 70 src_rect.y0 = src_region->y; 71 src_rect.x1 = src_region->x + src_region->width; 72 src_rect.y1 = src_region->y + src_region->height; 81 &src_rect, NULL, deinterlace); 120 struct u_rect src_rect; local 159 src_rect.x0 = src_region->x; 160 src_rect.y0 = src_region->y; 161 src_rect.x1 = src_region->x + src_region->width [all...] |
| surface.c | 218 struct u_rect *src_rect, struct u_rect *dst_rect) 249 s = &sub->src_rect; 257 c.x1 = MIN2(d->x0 + dw, src_rect->x1); 258 c.y1 = MIN2(d->y0 + dh, src_rect->y1); 264 s = src_rect; 316 struct u_rect src_rect, *dirty_area; local 352 src_rect.x0 = srcx; 353 src_rect.y0 = srcy; 354 src_rect.x1 = srcw + srcx; 355 src_rect.y1 = srch + srcy 1006 struct u_rect src_rect, dst_rect; local [all...] |
| subpicture.c | 183 struct u_rect src_rect = {src_x, src_x + src_width, src_y, src_y + src_height}; local 205 sub->src_rect = src_rect;
|
| picture.c | 628 struct u_rect src_rect, dst_rect; local 630 dst_rect.x0 = src_rect.x0 = 0; 631 dst_rect.y0 = src_rect.y0 = 0; 632 dst_rect.x1 = src_rect.x1 = surf->templat.width; 633 dst_rect.y1 = src_rect.y1 = surf->templat.height; 636 &src_rect, &dst_rect, VL_COMPOSITOR_WEAVE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| presentation.c | 214 struct u_rect src_rect, dst_clip, *dirty_area; local 254 src_rect.x0 = 0; 255 src_rect.y0 = 0; 256 src_rect.x1 = surf_draw->width; 257 src_rect.y1 = surf_draw->height; 260 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| presentation.c | 214 struct u_rect src_rect, dst_clip, *dirty_area; local 254 src_rect.x0 = 0; 255 src_rect.y0 = 0; 256 src_rect.x1 = surf_draw->width; 257 src_rect.y1 = surf_draw->height; 260 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/ |
| xvmc_private.h | 93 struct u_rect src_rect; member in struct:__anon2214
|
| surface.c | 365 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; local 421 &src_rect, NULL, VL_COMPOSITOR_WEAVE); 430 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true); 433 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| xvmc_private.h | 93 struct u_rect src_rect; member in struct:__anon4591
|
| surface.c | 365 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; local 421 &src_rect, NULL, VL_COMPOSITOR_WEAVE); 430 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true); 433 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
|