| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_accel.c | 337 GFX(mono_bitmap_to_screen_blt(0, 0, Geodedstx, Geodedsty, 382 GFX(wait_until_idle()); 408 GFX(set_solid_pattern((unsigned int)color)); 413 GFX(set_raster_operation(XAAGetPatternROP(rop))); 416 GFX(set_solid_source((unsigned int)planemask)); 417 GFX(set_raster_operation(XAAGetPatternROP(rop))); 451 GFX(pattern_fill((unsigned short)x, (unsigned short)y, 481 GFX(set_raster_operation(XAAGetPatternROP(rop))); 484 GFX(set_solid_source((unsigned int)planemask)); 485 GFX(set_raster_operatio [all...] |
| H A D | nsc_gx1_accel.c | 313 GFX(wait_until_idle()); 339 GFX(set_solid_pattern((unsigned long)color)); 344 GFX(set_raster_operation(XAAGetPatternROP(rop))); 347 GFX(set_solid_source((unsigned long)planemask)); 348 GFX(set_raster_operation(XAAGetPatternROP_PM(rop))); 388 GFX(pattern_fill((unsigned short)x, (unsigned short)y, 419 GFX(set_raster_operation(XAAGetPatternROP(rop))); 422 GFX(set_solid_source((unsigned int)planemask)); 423 GFX(set_raster_operation(XAAGetPatternROP_PM(rop))); 465 GFX(color_pattern_fil [all...] |
| H A D | nsc_gx1_cursor.c | 228 GFX(set_cursor_colors(bg, fg)); 267 GFX(set_cursor_position(pGeode->CursorStartOffset, x, y, xhot, yhot)); 268 GFX(set_cursor_enable(1)); 330 GFX(set_cursor_shape32(pGeode->CursorStartOffset, andMask, xorMask)); 350 GFX(set_cursor_enable(0)); 370 GFX(set_cursor_enable(1));
|
| H A D | nsc_gx2_cursor.c | 229 GFX(set_cursor_colors(bg, fg)); 264 GFX(set_cursor_position(pGeode->CursorStartOffset, x, y, xhot, yhot)); 265 GFX(set_cursor_enable(1)); 327 GFX(set_cursor_shape32(pGeode->CursorStartOffset, andMask, xorMask)); 347 GFX(set_cursor_enable(0)); 367 GFX(set_cursor_enable(1));
|
| H A D | nsc_gx2_video.c | 366 GFX(get_display_palette_entry(pPriv->colorKey & 0xFF, &key)); 393 GFX(set_video_color_key((blue | (green << 8) | (red << 16)), 0xFFFFFF, 423 GFX(set_video_palette(NULL)); 425 GFX(set_video_filter(pPriv->filter, pPriv->filter)); 540 GFX(set_video_enable(0)); 599 GFX(set_video_filter(pPriv->filter, pPriv->filter)); 904 GFX(set_video_window(xstart, ystart, xend - xstart, yend - ystart)); 906 GFX(set_video_yuv_offsets(offset + y_extra, 910 GFX(set_video_offset(offset + y_extra)); 912 GFX(set_video_left_cro [all...] |
| H A D | nsc_gx1_driver.c | 643 GFX(get_tv_enable(&(pGeode->FBTVActive))); 740 GFX(get_tv_enable(&status)); 742 GFX(set_tv_enable(0)); 1164 GFX(set_solid_pattern(0)); 1165 GFX(set_raster_operation(0xF0)); 1166 GFX(pattern_fill(0, 0, width, height)); 1203 GFX(set_display_bpp(pScreenInfo->bitsPerPixel)); 1231 GFX(set_fixed_timings(pGeode->FPBX, pGeode->FPBY, 1238 GFX(set_display_mode(pMode->CrtcHDisplay, 1244 GFX(set_display_pitc [all...] |
| H A D | nsc_gx1_video.c | 374 GFX(get_display_palette_entry(pPriv->colorKey & 0xFF, &key)); 391 GFX(set_video_color_key((blue | (green << 8) | (red << 16)), 0xFCFCFC, 422 GFX(set_video_palette(NULL)); 424 GFX(set_video_filter(pPriv->filter, pPriv->filter)); 541 GFX(set_video_enable(0)); 600 GFX(set_video_filter(pPriv->filter, pPriv->filter)); 970 GFX(set_video_window(xstart, ystart, xend - xstart, yend - ystart)); 971 GFX(set_video_offset(offset + y_extra)); 972 GFX(set_video_left_crop(xstart - x)); 1006 GFX(set_video_enabl [all...] |
| H A D | nsc.h | 157 #define GFX(func) Gal_##func macro 161 #define GFX(func) gfx_##func macro
|
| H A D | nsc_gx2_driver.c | 1123 GFX(set_solid_pattern(0)); 1124 GFX(set_raster_operation(0xF0)); 1125 GFX(pattern_fill(0, 0, width, height)); 1211 GFX(set_fixed_timings(pGeode->FPBX, pGeode->FPBY, 1222 GFX(set_display_mode(pMode->CrtcHDisplay, 1228 GFX(set_display_pitch(pGeode->Pitch)); 1230 GFX(set_bpp(pScreenInfo->bitsPerPixel)); 1232 GFX(set_crt_enable(CRT_ENABLE)); 1234 GFX(set_display_offset(0L)); 1235 GFX(wait_vertical_blan [all...] |
| H A D | nsc_gx2_dga.c | 342 GFX(set_compression_enable(!pGeode->DGAactive)); 347 GFX(set_cursor_enable(!pGeode->DGAactive));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_acpi.c | 78 char *GFX = NULL; local in function:lnxACPIGetEventFromOs 85 GFX = strtok(NULL, " "); 87 ErrorF("GFX: %s\n",GFX);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_acpi.c | 77 char *GFX = NULL; local in function:lnxACPIGetEventFromOs 84 if (!(GFX = strtok(NULL, " "))) 87 ErrorF("GFX: %s\n", GFX);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_video.c | 298 GFX(get_display_palette_entry(pPriv->colorKey & 0xFF, &key)); 325 GFX(set_video_color_key((blue | (green << 8) | (red << 16)), 0xFFFFFF, 355 GFX(set_video_filter(pPriv->filter, pPriv->filter)); 471 GFX(set_video_enable(0)); 477 GFX(set_graphics_palette(graphics_lut)); 479 GFX(set_video_palette_bypass(1)); 867 GFX(set_video_window(x, ystart, xend - x, yend - ystart)); 870 GFX(set_video_yuv_offsets(offset + y_extra, 875 GFX(set_video_offset(offset + y_extra)); 923 GFX(set_video_palett [all...] |
| H A D | gx_cursor.c | 118 GFX(set_cursor_colors(bg, fg)); 315 GFX(set_cursor_enable(1));
|
| H A D | gx_driver.c | 867 GFX(set_fixed_timings(pGeode->PanelX, pGeode->PanelY, 873 GFX(set_panel_present(pGeode->PanelX, pGeode->PanelY, 877 GFX(set_display_timings(pScrni->bitsPerPixel, flags, 888 GFX(set_crt_enable(CRT_ENABLE)); 889 GFX(set_display_pitch(pGeode->displayPitch)); 890 GFX(set_display_offset(0L)); 891 GFX(wait_vertical_blank()); 905 GFX(set_cursor_position(pGeode->CursorStartOffset, 0, 0, 0, 0)); 909 GFX(set_cursor_enable(0)); 1165 GFX(set_display_palette_entr [all...] |
| H A D | geode.h | 101 #define GFX(func) gfx_##func macro
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.2.4.rst | 54 - ac/nir: Fix nir_texop_lod on GFX for 1D arrays.
|
| H A D | 18.3.4.rst | 67 - cherry-ignore: radv: fix using LOAD_CONTEXT_REG with old GFX ME
|
| H A D | 21.0.3.rst | 180 - iris: disable dynamic VAO fastpath on GFX version 9
|
| H A D | 20.2.0.rst | 4385 - radv: require LLVM 11+ for GFX 10.3 if not using ACO 4489 - radv: do not honor a user-specified pitch on GFX 10.3 4490 - radv: increase minimum NGG vertex count requirement per workgroup on GFX 10.3 4491 - radv: fix sample shading on GFX 10.3 4492 - radv: set BYPASS_VTX_RATE_COMBINER_GFX103 on GFX 10.3
|
| H A D | 21.2.0.rst | 1106 - intel: Rename GFX 12.5 to XE_HP 3000 - intel/genxml: Add SURFTYPE_SCRATCH on GFX version 12.5 3004 - intel/genxml: Add new ScratchSpaceBuffer fields on GFX version 12.5 3008 - intel/genxml: Remove old scratch fields on GFX version 12.5
|
| H A D | 21.1.0.rst | 2710 - intel/mi_builder: Add load/store_offest on GFX 12.5+ 2769 - intel/genxml: Binding table pointers are 15 bits on GFX version 12.5+ 3243 - iris: disable dynamic VAO fastpath on GFX version 9
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast.h | 128 ULONG GFX[12]; member in struct:_ASTRegRec
|
| H A D | ast_driver.c | 1373 astReg->GFX[i] = ulData; 1455 ulData = astReg->GFX[i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_draw.cpp | 34 #define GFX(name) name##GFX6 macro 36 #define GFX(name) name##GFX7 macro 38 #define GFX(name) name##GFX8 macro 40 #define GFX(name) name##GFX9 macro 42 #define GFX(name) name##GFX10 macro 44 #define GFX(name) name##GFX10_3 macro 2626 void GFX(si_init_draw_functions_)(struct si_context *sctx) function in typeref:typename:void 2628 assert(sctx->chip_class == GFX()); 2630 si_init_draw_vbo_all_pipeline_options<GFX()>(sctx);
|