Home
last modified time | relevance | path

Searched refs:hsw (Results 1 – 25 of 29) sorted by relevance

12

/external/libkmsxx/kms++/src/
Dmodedb_dmt.cpp14 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) \ argument
17 …nc_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = (hact) + (hfp) + (hsw) +…
19 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
Dvideomode.cpp102 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp, in videomode_from_timings() argument
110 m.hsync_end = hact + hfp + hsw; in videomode_from_timings()
111 m.htotal = hact + hfp + hsw + hbp; in videomode_from_timings()
/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h35 uint16_t hsw() const { return hsync_end - hsync_start; } in hsw() function
56 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp,
/external/u-boot/drivers/video/
Dam335x-fb.c154 panel->hfp, panel->hbp, panel->hsw); in am335xfb_init()
215 LCD_HSWLSB(panel->hsw); in am335xfb_init()
220 lcdhw->raster_timing2 = LCD_HSWMSB(panel->hsw) | in am335xfb_init()
Dam335x-fb.h51 unsigned int hsw; /* Horizontal Sync Pulse Width */ member
Dda8xx-fb.h47 int hsw; /* Horizontal Sync Pulse Width */ member
Dda8xx-fb.c695 lcd_cfg_horizontal_sync(panel->hbp, panel->hsw, panel->hfp); in lcd_init()
996 da8xx_fb_var.hsync_len = lcd_panel->hsw; in video_hw_init()
/external/u-boot/board/siemens/rut/
Dboard.c231 .hsw = 50,
245 .hsw = 50,
259 .hsw = 50,
/external/u-boot/board/siemens/pxm2/
Dboard.c251 .hsw = 56,
265 .hsw = 36,
282 .hsw = 0,
/external/u-boot/board/BuR/common/
Dcommon.c136 pnltmp.hsw = FDTPROP(PATHTIM, "hsync-len"); in load_lcdtiming()
188 pnltmp.hsw = env_get_ulong("ds1_hsw", 10, ~0UL); in load_lcdtiming()
204 ~0UL == (pnltmp.hsw) || in load_lcdtiming()
229 pnltmp.hfp, pnltmp.hbp, pnltmp.hsw, in load_lcdtiming()
/external/mesa3d/docs/
Dfeatures.txt183 …GL_ARB_stencil_texturing DONE (freedreno, i965/hsw+, nv50, llvmpipe, …
204 GL_ARB_query_buffer_object DONE (i965/hsw+)
206 …GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, r600, llvm…
211 GL_ARB_ES3_1_compatibility DONE (i965/hsw+, r600)
241 GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi
279 GL_OES_geometry_shader DONE (i965/hsw+, nvc0, radeonsi)
290 GL_OES_texture_cube_map_array DONE (i965/hsw+, nvc0, radeonsi)
/external/skqp/src/opts/
DSkOpts_hsw.cpp10 #define SK_OPTS_NS hsw
/external/skia/src/opts/
DSkOpts_hsw.cpp10 #define SK_OPTS_NS hsw
/external/skia/gn/
Dopts.gni20 hsw = [ "$_src/opts/SkOpts_hsw.cpp" ]
Dshared_sources.gni28 hsw_sources = hsw
/external/skqp/gn/
Dopts.gni20 hsw = [ "$_src/opts/SkOpts_hsw.cpp" ]
Dshared_sources.gni28 hsw_sources = hsw
/external/u-boot/board/davinci/ea20/
Dea20.c38 .hsw = 30,
/external/libkmsxx/utils/
Dkmsprint.cpp37 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in format_mode()
54 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in format_mode_short()
Dkmstest.cpp206 unsigned hsw = stoul(sm[6]); in parse_crtc() local
216 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc()
691 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in videomode_to_string()
/external/adhd/cras/src/common/
Dedid_utils.c239 int hsw = base[DTD_HSW_LO] + ((base[DTD_HVSX_HI] & 0x30)<<4); in show_edid_dtd() local
264 hres+hso, hres+hso+hsw, hres+hbl); in show_edid_dtd()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dmeson.build152 foreach hw : ['hsw', 'bdw', 'chv', 'sklgt2', 'sklgt3', 'sklgt4', 'bxt',
/external/libyuv/files/docs/
Dgetting_started.md274 c:\intelsde\sde -hsw -- out\Release\libyuv_unittest.exe --gtest_filter=*
/external/skqp/
DBUILD.gn319 opts("hsw") {
901 ":hsw",
1078 ":hsw",
/external/skia/
DBUILD.gn312 opts("hsw") {
912 ":hsw",
1113 ":hsw",

12