Home
last modified time | relevance | path

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

12

/external/skia/src/opts/
DSkOpts_hsw.cpp10 #define SK_OPTS_NS hsw
21 blit_row_color32 = hsw::blit_row_color32; in Init_hsw()
22 blit_row_s32a_opaque = hsw::blit_row_s32a_opaque; in Init_hsw()
24 S32_alpha_D32_filter_DX = hsw::S32_alpha_D32_filter_DX; in Init_hsw()
/external/libkmsxx/kms++/src/
Dvideomode.cpp115 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long()
131 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long_padded()
146 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp, in videomode_from_timings() argument
154 m.hsync_end = hact + hfp + hsw; in videomode_from_timings()
155 m.htotal = hact + hfp + hsw + hbp; in videomode_from_timings()
Dmodedb_dmt.cpp13 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) … argument
16 …nc_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = (hact) + (hfp) + (hsw) +…
18 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h32 uint16_t hsw() const { return hsync_end - hsync_start; } in hsw() function
57 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp,
/external/skqp/src/opts/
DSkOpts_hsw.cpp10 #define SK_OPTS_NS hsw
/external/mesa3d/src/intel/perf/
Dmeson.build2 'hsw',
/external/skqp/gn/
Dopts.gni20 hsw = [ "$_src/opts/SkOpts_hsw.cpp" ]
Dshared_sources.gni28 hsw_sources = hsw
/external/skia/gn/
Dopts.gni20 hsw = [ "$_src/opts/SkOpts_hsw.cpp" ]
Dshared_sources.gni28 hsw_sources = hsw
/external/mesa3d/docs/
Dfeatures.txt187 …GL_ARB_stencil_texturing DONE (freedreno, i965/hsw+, nv50, softpipe, …
208 GL_ARB_query_buffer_object DONE (i965/hsw+, virgl)
210 …GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, softpipe, …
215 GL_ARB_ES3_1_compatibility DONE (i965/hsw+, softpipe, virgl)
245 GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl, v3d, softpipe, llvmpipe
283 …GL_OES_geometry_shader DONE (freedreno/a6xx, i965/hsw+, nvc0, r600,…
294 …GL_OES_texture_cube_map_array DONE (freedreno/a4xx+, i965/hsw+, nvc0, r600…
/external/mesa3d/src/intel/common/
Dmeson.build67 foreach g : [['70', 'gen7'], ['75', 'hsw'], ['80', 'gen8'],
/external/mesa3d/docs/relnotes/
D9.2.5.rst62 - i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
D20.1.10.rst38 - \[hsw][bisected][regression\] gpu hangs on dEQP-VK.subgroups.(shuffle|quad) tests
D10.0.1.rst70 - i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
D13.0.0.rst28 - OpenGL ES 3.1 on i965/hsw
42 - GL_ARB_stencil_texturing on i965/hsw
43 - GL_ARB_texture_stencil8 on i965/hsw
D20.2.1.rst38 - [hsw][bisected][regression] gpu hangs on dEQP-VK.subgroups.(shuffle|quad) tests
D13.0.2.rst121 - i965/hsw: Set integer mode in sampling state for stencil texturing
D10.0.5.rst67 [ivb/hsw] batch overwritten with garbage
D10.1.1.rst54 [ivb/hsw] batch overwritten with garbage
/external/adhd/cras/src/common/
Dedid_utils.c192 int hsw = base[DTD_HSW_LO] + ((base[DTD_HVSX_HI] & 0x30) << 4); in show_edid_dtd() local
215 hres + hso + hsw, hres + hbl); in show_edid_dtd()
/external/mesa3d/src/intel/tools/
Dmeson.build198 ['hsw', 'gen7.5'],
/external/mesa3d/
Daosp-gen-prebuilt.sh79 src/intel/perf/oa-hsw.xml \
/external/mesa3d/src/intel/
DMakefile.sources334 perf/oa-hsw.xml \
/external/libkmsxx/utils/
Dkmstest.cpp203 unsigned hsw = stoul(sm[6]); in parse_crtc() local
213 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc()

12