/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | tdc-03.ll | 17 %xres = zext i1 %res to i32 18 ret i32 %xres 29 %xres = zext i1 %res to i32 30 ret i32 %xres 40 %xres = zext i1 %res to i32 41 ret i32 %xres 50 %xres = zext i1 %res to i32 51 ret i32 %xres 61 %xres = zext i1 %res to i32 62 ret i32 %xres [all …]
|
D | tdc-04.ll | 13 %xres = zext i1 %res to i32 14 ret i32 %xres 23 %xres = zext i1 %res to i32 24 ret i32 %xres 33 %xres = zext i1 %res to i32 34 ret i32 %xres 43 %xres = zext i1 %res to i32 44 ret i32 %xres 53 %xres = zext i1 %res to i32 54 ret i32 %xres [all …]
|
D | tdc-05.ll | 19 %xres = zext i1 %res to i32 20 ret i32 %xres 31 %xres = zext i1 %res to i32 32 ret i32 %xres 43 %xres = zext i1 %res to i32 44 ret i32 %xres 57 %xres = zext i1 %res to i32 58 ret i32 %xres 69 %xres = zext i1 %res to i32 70 ret i32 %xres [all …]
|
D | tdc-02.ll | 20 %xres = zext i1 %res to i32 21 ret i32 %xres 35 %xres = zext i1 %res to i32 36 ret i32 %xres 50 %xres = zext i1 %res to i32 51 ret i32 %xres 65 %xres = zext i1 %res to i32 66 ret i32 %xres 80 %xres = zext i1 %res to i32 81 ret i32 %xres [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tdc-03.ll | 17 %xres = zext i1 %res to i32 18 ret i32 %xres 29 %xres = zext i1 %res to i32 30 ret i32 %xres 40 %xres = zext i1 %res to i32 41 ret i32 %xres 50 %xres = zext i1 %res to i32 51 ret i32 %xres 61 %xres = zext i1 %res to i32 62 ret i32 %xres [all …]
|
D | tdc-04.ll | 13 %xres = zext i1 %res to i32 14 ret i32 %xres 23 %xres = zext i1 %res to i32 24 ret i32 %xres 33 %xres = zext i1 %res to i32 34 ret i32 %xres 43 %xres = zext i1 %res to i32 44 ret i32 %xres 53 %xres = zext i1 %res to i32 54 ret i32 %xres [all …]
|
D | tdc-05.ll | 19 %xres = zext i1 %res to i32 20 ret i32 %xres 31 %xres = zext i1 %res to i32 32 ret i32 %xres 43 %xres = zext i1 %res to i32 44 ret i32 %xres 57 %xres = zext i1 %res to i32 58 ret i32 %xres 69 %xres = zext i1 %res to i32 70 ret i32 %xres [all …]
|
D | tdc-02.ll | 20 %xres = zext i1 %res to i32 21 ret i32 %xres 35 %xres = zext i1 %res to i32 36 ret i32 %xres 50 %xres = zext i1 %res to i32 51 ret i32 %xres 65 %xres = zext i1 %res to i32 66 ret i32 %xres 80 %xres = zext i1 %res to i32 81 ret i32 %xres [all …]
|
/external/u-boot/drivers/video/ |
D | fsl_diu_fb.c | 24 .xres = 800, 41 .xres = 800, 63 .xres = 1024, 79 .xres = 1280, 95 .xres = 1280, 111 .xres = 1920, 221 static struct diu_ad *allocate_fb(unsigned int xres, unsigned int yres, in allocate_fb() argument 224 unsigned long size = xres * yres * depth; in allocate_fb() 239 ad->aoi_size = cpu_to_le32((yres << 16) | xres); in allocate_fb() 240 ad->src_size_g_alpha = cpu_to_le32((yres << 12) | xres); in allocate_fb() [all …]
|
D | videomodes.c | 199 GET_OPTION ("x:", pPar->xres) in video_get_params() 234 int video_get_video_mode(unsigned int *xres, unsigned int *yres, in video_get_video_mode() argument 249 *xres = simple_strtoul(p, &p, 10); in video_get_video_mode() 250 if (!*xres) in video_get_video_mode() 297 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local 303 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes() 307 if (res_mode_init[i].xres == xres && in video_get_ctfb_res_modes() 317 xres, yres, depth, refresh, (*mode_ret)->xres, in video_get_ctfb_res_modes() 406 mode->xres = EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(*t); in video_edid_dtd_to_ctfb_res_modes() 409 h_total = mode->xres + EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*t); in video_edid_dtd_to_ctfb_res_modes()
|
D | fsl_dcu_fb.c | 90 .xres = 480, 109 .xres = 640, 125 .xres = 640, 141 .xres = 800, 157 .xres = 1024, 250 DCU_CTRLDESCLN_1_WIDTH(info.var.xres)); in layer_ctrldesc_init() 297 int fsl_dcu_init(unsigned int xres, unsigned int yres, in fsl_dcu_init() argument 304 info.var.xres * info.var.yres * (info.var.bits_per_pixel / 8); in fsl_dcu_init() 322 DCU_DISP_SIZE_DELTA_X(info.var.xres / 16)); in fsl_dcu_init() 408 info.var.xres = fsl_dcu_mode_db->xres; in video_hw_init() [all …]
|
D | mxsfb.c | 94 writel((mode->yres << LCDIF_TRANSFER_COUNT_V_COUNT_OFFSET) | mode->xres, in mxs_lcd_init() 106 mode->hsync_len + mode->xres), in mxs_lcd_init() 112 writel((0 << LCDIF_VDCTRL4_DOTCLK_DLY_SEL_OFFSET) | mode->xres, in mxs_lcd_init() 173 mode.xres, mode.yres, bpp); in video_hw_init() 175 panel.winSizeX = mode.xres; in video_hw_init() 177 panel.plnSizeX = mode.xres; in video_hw_init() 199 panel.memSize = mode.xres * mode.yres * panel.gdfBytesPP; in video_hw_init()
|
D | sandbox_sdl.c | 28 ret = sandbox_sdl_init_display(plat->xres, plat->yres, plat->bpix); in sandbox_sdl_probe() 33 uc_priv->xsize = plat->xres; in sandbox_sdl_probe() 51 plat->xres = fdtdec_get_int(blob, node, "xres", LCD_MAX_WIDTH); in sandbox_sdl_bind() 54 uc_plat->size = plat->xres * plat->yres * (1 << plat->bpix) / 8; in sandbox_sdl_bind()
|
D | mxc_ipuv3_fb.c | 41 var->xres = mode->xres; in fb_videomode_to_var() 43 var->xres_virtual = mode->xres; in fb_videomode_to_var() 184 fbi->var.xres, in setup_disp_channel2() 193 fbi->var.xres, fbi->var.yres, in setup_disp_channel2() 264 fbi->var.xres, fbi->var.yres, in mxcfb_set_par() 299 if (var->xres_virtual < var->xres) in mxcfb_check_var() 300 var->xres_virtual = var->xres; in mxcfb_check_var() 380 htotal = var->xres + var->right_margin + var->hsync_len + in mxcfb_check_var() 533 fbi->fix.line_length = fbi->var.xres * (fbi->var.bits_per_pixel / 8); in mxcfb_probe() 549 panel.winSizeX = mode->xres; in mxcfb_probe() [all …]
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 577 int xres; in XInitialize() local 617 xres = XChangeWindowAttributes(x_display, win, CWOverrideRedirect, in XInitialize() 619 if (xres == BadAccess || in XInitialize() 620 xres == BadColor || in XInitialize() 621 xres == BadCursor || in XInitialize() 622 xres == BadMatch || in XInitialize() 623 xres == BadPixmap || in XInitialize() 624 xres == BadValue || in XInitialize() 625 xres == BadWindow) { in XInitialize() 626 fprintf(stderr, "FAIL changing X win attribs: %d\n", xres); in XInitialize() [all …]
|
/external/u-boot/board/freescale/ls1021atwr/ |
D | dcu.c | 26 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 40 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 43 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
/external/u-boot/board/freescale/ls1021aiot/ |
D | dcu.c | 26 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 40 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 43 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
/external/u-boot/board/freescale/t104xrdb/ |
D | diu.c | 65 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 80 printf("DIU: Switching to monitor DVI @ %ux%u\n", xres, yres); in platform_diu_init() 82 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
/external/u-boot/board/freescale/ls1021aqds/ |
D | dcu.c | 42 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 85 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 88 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
/external/u-boot/board/boundary/nitrogen6x/ |
D | nitrogen6x.c | 515 .xres = 1024, 535 .xres = 1280, 555 .xres = 1280, 575 .xres = 1024, 595 .xres = 1024, 615 .xres = 1024, 635 .xres = 800, 655 .xres = 800, 675 .xres = 1024, 695 .xres = 800, [all …]
|
/external/u-boot/board/freescale/mpc8610hpcd/ |
D | mpc8610hpcd_diu.c | 40 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 66 printf("DIU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_diu_init() 69 return fsl_diu_init(xres, yres, pixel_format, gamma_fix); in platform_diu_init()
|
/external/u-boot/board/gdsys/p1022/ |
D | diu.c | 65 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 76 printf("DIU: Switching to %ux%u\n", xres, yres); in platform_diu_init() 82 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
/external/u-boot/board/freescale/t1040qds/ |
D | diu.c | 70 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 92 printf("DIU: Switching to monitor @ %ux%u\n", xres, yres); in platform_diu_init() 95 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
/external/u-boot/drivers/video/sunxi/ |
D | sunxi_display.c | 376 writel(mode->xres * 4, &de_fe->ch0_stride); in sunxi_frontend_mode_set() 380 writel(SUNXI_DE_FE_HEIGHT(mode->yres) | SUNXI_DE_FE_WIDTH(mode->xres), in sunxi_frontend_mode_set() 382 writel(SUNXI_DE_FE_HEIGHT(mode->yres) | SUNXI_DE_FE_WIDTH(mode->xres), in sunxi_frontend_mode_set() 387 writel(SUNXI_DE_FE_HEIGHT(mode->yres) | SUNXI_DE_FE_WIDTH(mode->xres), in sunxi_frontend_mode_set() 389 writel(SUNXI_DE_FE_HEIGHT(mode->yres) | SUNXI_DE_FE_WIDTH(mode->xres), in sunxi_frontend_mode_set() 478 writel(SUNXI_DE_BE_HEIGHT(mode->yres) | SUNXI_DE_BE_WIDTH(mode->xres), in sunxi_composer_mode_set() 480 writel(SUNXI_DE_BE_HEIGHT(mode->yres) | SUNXI_DE_BE_WIDTH(mode->xres), in sunxi_composer_mode_set() 483 writel(SUNXI_DE_BE_LAYER_STRIDE(mode->xres), &de_be->layer0_stride); in sunxi_composer_mode_set() 618 timing->hactive.typ = mode->xres; in sunxi_ctfb_mode_to_display_timing() 725 if (mode->xres * 100 / mode->yres < 156) [all …]
|
/external/libcups/cups/ |
D | testdest.c | 318 int xres, yres; in localize() local 320 xres = ippGetResolution(attr, i, &yres, &units); in localize() 322 if (xres == yres) in localize() 323 printf(" %d%s\n", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in localize() 325 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in localize() 668 int xres, yres; in show_supported() local 670 xres = ippGetResolution(attr, i, &yres, &units); in show_supported() 672 if (xres == yres) in show_supported() 673 printf(" %d%s\n", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported() 675 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported()
|