Searched refs:dst_area (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_bicubic_filter.h | 59 struct u_rect *dst_area,
|
| H A D | vl_bicubic_filter.c | 388 struct u_rect *dst_area, 414 if(dst_area){ 415 viewport.scale[0] = dst_area->x1 - dst_area->x0; 416 viewport.scale[1] = dst_area->y1 - dst_area->y0; 417 viewport.translate[0] = dst_area->x0; 418 viewport.translate[1] = dst_area->y0; 385 vl_bicubic_filter_render(struct vl_bicubic_filter * filter,struct pipe_sampler_view * src,struct pipe_surface * dst,struct u_rect * dst_area,struct u_rect * dst_clip) argument
|
| H A D | vl_compositor.c | 518 unsigned layer, struct u_rect *dst_area) 524 s->layers[layer].viewport_valid = dst_area != NULL; 525 if (dst_area) { 526 s->layers[layer].viewport.scale[0] = dst_area->x1 - dst_area->x0; 527 s->layers[layer].viewport.scale[1] = dst_area->y1 - dst_area->y0; 528 s->layers[layer].viewport.translate[0] = dst_area->x0; 529 s->layers[layer].viewport.translate[1] = dst_area->y0; 517 vl_compositor_set_layer_dst_area(struct vl_compositor_state * s,unsigned layer,struct u_rect * dst_area) argument
|
| H A D | vl_compositor.h | 215 unsigned layer, struct u_rect *dst_area);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_bicubic_filter.h | 59 struct u_rect *dst_area,
|
| H A D | vl_bicubic_filter.c | 389 struct u_rect *dst_area, 415 if(dst_area){ 416 viewport.scale[0] = dst_area->x1 - dst_area->x0; 417 viewport.scale[1] = dst_area->y1 - dst_area->y0; 418 viewport.translate[0] = dst_area->x0; 419 viewport.translate[1] = dst_area->y0; 386 vl_bicubic_filter_render(struct vl_bicubic_filter * filter,struct pipe_sampler_view * src,struct pipe_surface * dst,struct u_rect * dst_area,struct u_rect * dst_clip) argument
|
| H A D | vl_compositor.c | 529 unsigned layer, struct u_rect *dst_area) 535 s->layers[layer].viewport_valid = dst_area != NULL; 536 if (dst_area) { 537 s->layers[layer].viewport.scale[0] = dst_area->x1 - dst_area->x0; 538 s->layers[layer].viewport.scale[1] = dst_area->y1 - dst_area->y0; 539 s->layers[layer].viewport.translate[0] = dst_area->x0; 540 s->layers[layer].viewport.translate[1] = dst_area->y0; 528 vl_compositor_set_layer_dst_area(struct vl_compositor_state * s,unsigned layer,struct u_rect * dst_area) argument
|
| H A D | vl_compositor.h | 232 unsigned layer, struct u_rect *dst_area);
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_tex_video.c | 500 float bounce_area, dst_area; local in function:vmwgfx_video_bounce_surface 509 dst_area = (float) d_width * (float) d_height; 511 if (dst_area > bounce_area * 1.5f &&
|
Completed in 9 milliseconds