Home
last modified time | relevance | path

Searched refs:dithered (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/panfrost/lib/
Dpan_clear.c119 enum pipe_format format, bool dithered) in pan_pack_color() argument
160 uint32_t ur = float_to_fixed(r, l.int_r, l.frac_r, dithered) << 0; in pan_pack_color()
161 uint32_t ug = float_to_fixed(g, l.int_g, l.frac_g, dithered) << count_r; in pan_pack_color()
162 uint32_t ub = float_to_fixed(b, l.int_b, l.frac_b, dithered) << count_g; in pan_pack_color()
163 uint32_t ua = float_to_fixed(a, l.int_a, l.frac_a, dithered) << count_b; in pan_pack_color()
Dpan_util.c76 bool dithered) in panfrost_format_to_bifrost_blend() argument
79 panfrost_blendable_formats_v7[format].bifrost[dithered] : in panfrost_format_to_bifrost_blend()
80 panfrost_blendable_formats_v6[format].bifrost[dithered]; in panfrost_format_to_bifrost_blend()
Dpan_util.h66 bool dithered);
70 enum pipe_format format, bool dithered);
Dpan_blend.h177 unsigned force_size, bool dithered);
Dpan_blend.c710 unsigned force_size, bool dithered) in GENX()
757 panfrost_format_to_bifrost_blend(dev, fmt, dithered); in GENX()
/third_party/mesa3d/docs/
Dperf.rst21 dithered or non-dithered no other rasterization operations enabled
25 buffering is GL_LESS or disabled flat shading dithered or
26 non-dithered no other rasterization operations enabled (blending,
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-clear.c31 bool dithered; member
147 …util_format_short_name(T.format), T.dithered ? " dithered" : "", #x, x[0], x[1], x[2], x[3], #y, y…
158 pan_pack_color(&packed[0], &T.colour, T.format, T.dithered); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c943 SDL_Palette dithered; in MapNto1() local
947 dithered.ncolors = 256; in MapNto1()
949 dithered.colors = colors; in MapNto1()
950 return (Map1to1(&dithered, pal, identical)); in MapNto1()
/third_party/openGLES/extensions/EXT/
DEXT_render_snorm.txt180 converted and/or dithered) color to fixed-point using equations
189 (possibly sRGB converted and/or dithered) color to fixed-point
DEXT_YUV_target.txt234 [0; 1], then converting the (possibly sRGB converted and/or dithered) color
241 [0; 1], then converting the (possibly sRGB converted and/or dithered) color
DEXT_framebuffer_sRGB.txt258 sRGB converted and/or dithered) is converted to fixed-point according
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_render_snorm.txt180 converted and/or dithered) color to fixed-point using equations
189 (possibly sRGB converted and/or dithered) color to fixed-point
DEXT_YUV_target.txt234 [0; 1], then converting the (possibly sRGB converted and/or dithered) color
241 [0; 1], then converting the (possibly sRGB converted and/or dithered) color
DEXT_framebuffer_sRGB.txt258 sRGB converted and/or dithered) is converted to fixed-point according
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c611 bool dithered = false; in panvk_per_arch() local
622 cfg.round_to_fb_precision = !dithered; in panvk_per_arch()
658 panfrost_format_to_bifrost_blend(pdev, rts->format, dithered); in panvk_per_arch()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DCMakeLists.txt1010 # CC: RGB->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
1038 # CC: YCC->RGB565 (dithered) SAMP: h2v1 merged IDCT: ifast ENT: huff
1081 # CC: Gray->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
1171 # CC: YCC->RGB (dithered) SAMP: h2v2 fancy IDCT: islow ENT: huff
1181 # CC: YCC->RGB565 (dithered) SAMP: h2v2 fancy IDCT: islow ENT: huff
1192 # CC: YCC->RGB565 (dithered) SAMP: h2v2 merged IDCT: islow ENT: huff
Dusage.txt229 often useful when converting dithered images to JPEG: a moderate smoothing
/third_party/mesa3d/docs/gallium/cso/
Dblend.rst72 dithered depending on their format or usage flags.
/third_party/libjpeg-turbo/
DCMakeLists.txt1090 # CC: RGB->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
1128 # CC: YCC->RGB565 (dithered) SAMP: h2v1 merged IDCT: ifast ENT: huff
1171 # CC: Gray->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
1261 # CC: YCC->RGB (dithered) SAMP: h2v2 fancy IDCT: islow ENT: huff
1271 # CC: YCC->RGB565 (dithered) SAMP: h2v2 fancy IDCT: islow ENT: huff
1282 # CC: YCC->RGB565 (dithered) SAMP: h2v2 merged IDCT: islow ENT: huff
Dusage.txt232 often useful when converting dithered images to JPEG: a moderate smoothing
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_legacy_dithering.adoc166 - Only certain formats may actually be dithered.
/third_party/mesa3d/docs/relnotes/
D21.2.2.rst67 - panfrost: Handle non-dithered clear colours
/third_party/python/Tools/pynche/
DREADME360 guarantee will not be dithered. These are specified in #rrggbb
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c351 bool dithered = so->base.dither; in panfrost_emit_blend() local
378 cfg.round_to_fb_precision = !dithered; in panfrost_emit_blend()
437 panfrost_format_to_bifrost_blend(dev, format, dithered); in panfrost_emit_blend()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
DREADME.md191 …e between `0` and `1` (inclusive). Dithering level `0` enables fast non-dithered remapping. Otherw…

12