Searched refs:dest_width (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_swizzle.h35 int width, int height, int bytes_per_pixel, int dest_width,
H A Dpan_swizzle.c155 int width, int height, int bytes_per_pixel, int dest_width,
160 int block_pitch = ALIGN(dest_width, 16) >> 4;
166 if (!(off_x || off_y) && (width == dest_width)) {
153 panfrost_texture_swizzle(unsigned off_x,unsigned off_y,int width,int height,int bytes_per_pixel,int dest_width,const uint8_t * pixels,uint8_t * ldest) argument
/xsrc/external/mit/pixman/dist/test/
H A Dscaling-bench.c44 int dest_width = SOURCE_WIDTH * scale + 0.5; local in function:main
46 int dest_byte_stride = (dest_width * 4 + 15) & ~15;
58 PIXMAN_a8r8g8b8, dest_width, dest_height, dest_buf, dest_byte_stride);
65 scale, scale, 0, 0, 0, 0, dest_width, dest_height);
72 scale, SOURCE_WIDTH, SOURCE_HEIGHT, dest_width, dest_height,
73 t * 1000, (t / (dest_width * dest_height)) * 1000000000);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dsubpicture.c174 unsigned short dest_width, unsigned short dest_height,
184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height};
170 vlVaAssociateSubpicture(VADriverContextP ctx,VASubpictureID subpicture,VASurfaceID * target_surfaces,int num_surfaces,short src_x,short src_y,unsigned short src_width,unsigned short src_height,short dest_x,short dest_y,unsigned short dest_width,unsigned short dest_height,unsigned int flags) argument
H A Dva_private.h384 unsigned int dest_width, unsigned int dest_height);
397 short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
H A Dimage.c484 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
482 vlVaPutImage(VADriverContextP ctx,VASurfaceID surface,VAImageID image,int src_x,int src_y,unsigned int src_width,unsigned int src_height,int dest_x,int dest_y,unsigned int dest_width,unsigned int dest_height) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dsubpicture.c174 unsigned short dest_width, unsigned short dest_height,
184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height};
170 vlVaAssociateSubpicture(VADriverContextP ctx,VASubpictureID subpicture,VASurfaceID * target_surfaces,int num_surfaces,short src_x,short src_y,unsigned short src_width,unsigned short src_height,short dest_x,short dest_y,unsigned short dest_width,unsigned short dest_height,unsigned int flags) argument
H A Dva_private.h389 unsigned int dest_width, unsigned int dest_height);
402 short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
H A Dimage.c573 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
571 vlVaPutImage(VADriverContextP ctx,VASurfaceID surface,VAImageID image,int src_x,int src_y,unsigned int src_width,unsigned int src_height,int dest_x,int dest_y,unsigned int dest_width,unsigned int dest_height) argument
/xsrc/external/mit/xwud/dist/
H A Dxwud.c58 unsigned int dest_width, unsigned dest_height);
751 unsigned int dest_width, unsigned dest_height)
761 if (dest_width == src_image->width && dest_height == src_image->height) {
768 ratio_x = (double)dest_width / (double)src_image->width;
794 dest_width, h,
748 putScaledImage(Display * display,Drawable d,GC gc,XImage * src_image,int exp_x,int exp_y,unsigned int exp_width,unsigned int exp_height,unsigned int dest_width,unsigned dest_height) argument

Completed in 11 milliseconds