/external/skia/src/opts/ |
D | SkOpts_hsw.cpp | 10 #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/ |
D | videomode.cpp | 115 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()
|
D | modedb_dmt.cpp | 13 #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++/ |
D | videomode.h | 32 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/ |
D | SkOpts_hsw.cpp | 10 #define SK_OPTS_NS hsw
|
/external/mesa3d/src/intel/perf/ |
D | meson.build | 2 'hsw',
|
/external/skqp/gn/ |
D | opts.gni | 20 hsw = [ "$_src/opts/SkOpts_hsw.cpp" ]
|
D | shared_sources.gni | 28 hsw_sources = hsw
|
/external/skia/gn/ |
D | opts.gni | 20 hsw = [ "$_src/opts/SkOpts_hsw.cpp" ]
|
D | shared_sources.gni | 28 hsw_sources = hsw
|
/external/mesa3d/docs/ |
D | features.txt | 187 …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/ |
D | meson.build | 67 foreach g : [['70', 'gen7'], ['75', 'hsw'], ['80', 'gen8'],
|
/external/mesa3d/docs/relnotes/ |
D | 9.2.5.rst | 62 - i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
|
D | 20.1.10.rst | 38 - \[hsw][bisected][regression\] gpu hangs on dEQP-VK.subgroups.(shuffle|quad) tests
|
D | 10.0.1.rst | 70 - i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
|
D | 13.0.0.rst | 28 - OpenGL ES 3.1 on i965/hsw 42 - GL_ARB_stencil_texturing on i965/hsw 43 - GL_ARB_texture_stencil8 on i965/hsw
|
D | 20.2.1.rst | 38 - [hsw][bisected][regression] gpu hangs on dEQP-VK.subgroups.(shuffle|quad) tests
|
D | 13.0.2.rst | 121 - i965/hsw: Set integer mode in sampling state for stencil texturing
|
D | 10.0.5.rst | 67 [ivb/hsw] batch overwritten with garbage
|
D | 10.1.1.rst | 54 [ivb/hsw] batch overwritten with garbage
|
/external/adhd/cras/src/common/ |
D | edid_utils.c | 192 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/ |
D | meson.build | 198 ['hsw', 'gen7.5'],
|
/external/mesa3d/ |
D | aosp-gen-prebuilt.sh | 79 src/intel/perf/oa-hsw.xml \
|
/external/mesa3d/src/intel/ |
D | Makefile.sources | 334 perf/oa-hsw.xml \
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 203 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()
|