| /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/ |
| decode.py | 297 dst_h = sys.argv[4] variable 303 f.write(Template(glue).render(guard=guard, isa=os.path.basename(dst_h))) 308 with open(dst_h, 'w') as f: 309 guard = os.path.basename(dst_h).upper().replace("-", "_").replace(".", "_")
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| copyimage.c | 614 GLuint src_w, src_h, dst_w, dst_h; local 643 &dstIntFormat, &dst_w, &dst_h, &dst_num_samples, 773 GLuint src_w, src_h, dst_w, dst_h; local 801 &dstIntFormat, &dst_w, &dst_h, &dst_num_samples,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_copyimage.c | 562 unsigned dst_h = src_h; local 567 dst_h = DIV_ROUND_UP(dst_h, src_blk_h); 570 dst_h *= dst_blk_h; 584 dst_x, dst_y, dst_w, dst_h, 589 dst_x, dst_y, dst_w, dst_h,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| copyimage.c | 609 GLuint src_w, src_h, dst_w, dst_h; local 638 &dstIntFormat, &dst_w, &dst_h, &dst_num_samples,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_cb_copyimage.c | 562 unsigned dst_h = src_h; local 567 dst_h = DIV_ROUND_UP(dst_h, src_blk_h); 570 dst_h *= dst_blk_h; 584 dst_x, dst_y, dst_w, dst_h, 589 dst_x, dst_y, dst_w, dst_h,
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_video.h | 54 int src_w, src_h, dst_w, dst_h; member in struct:__anon6939
|
| /xsrc/external/mit/libdrm/dist/exynos/ |
| exynos_fimg2d.c | 505 unsigned int src_w, src_h, dst_w, dst_h; local 515 dst_h = w; 519 dst_h = dst->height - dst_y; 522 h = MIN(src_h, dst_h); 589 unsigned int src_w, src_h, dst_w, dst_h; local 599 dst_h = w; 603 dst_h = img->height - dst_y; 606 h = MIN(src_h, dst_h); 674 * @dst_h: height value to destination buffer. 684 unsigned int dst_h, unsigned int negative 797 unsigned int src_w, src_h, dst_w, dst_h; local [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_video.h | 118 int src_w, src_h, dst_w, dst_h; member in struct:__anon6877
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_blitter.c | 1352 unsigned dst_h = u_minify(info->dst.planes[0].image->layout.height, info->dst.level); local 1354 unsigned maxy = MIN2(MAX2(info->dst.start.y, info->dst.end.y), dst_h - 1);
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| tdfx_video.c | 539 INT32 dst_h = (dst_y2 - dst_y1) & 0x1FFF; local 546 TDFXWriteLong(pTDFX, SST_2D_DSTSIZE, dst_w | (dst_h<<16));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_mipmap_tree.c | 2260 unsigned dst_h = dst->surf.logical_level0_px.height; local 2267 0, 0, dst_w, dst_h, 2275 dst_h = dst->stencil_mt->surf.logical_level0_px.height; 2283 0, 0, dst_w, dst_h,
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_priv.h | 916 int src_w, src_h, dst_w, dst_h; member in struct:__anon9852
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_meta_copy.c | 3865 uint32_t dst_x, dst_y, dst_w, dst_h; local 3869 &dst_x, &dst_y, &dst_w, &dst_h, 3994 .height = dst_h, 4002 .extent = { dst_w, dst_h } 4009 .extent = { dst_w, dst_h }, 4045 .height = dst_y + dst_h,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| intel_mipmap_tree.c | 2902 unsigned dst_h = dst->surf.logical_level0_px.height; local 2909 0, 0, dst_w, dst_h, 2917 dst_h = dst->stencil_mt->surf.logical_level0_px.height; 2925 0, 0, dst_w, dst_h,
|