/third_party/mesa3d/src/panfrost/lib/ |
D | pan_clear.c | 119 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()
|
D | pan_util.c | 76 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()
|
D | pan_util.h | 66 bool dithered); 70 enum pipe_format format, bool dithered);
|
D | pan_blend.h | 177 unsigned force_size, bool dithered);
|
D | pan_blend.c | 710 unsigned force_size, bool dithered) in GENX() 757 panfrost_format_to_bifrost_blend(dev, fmt, dithered); in GENX()
|
/third_party/mesa3d/docs/ |
D | perf.rst | 21 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/ |
D | test-clear.c | 31 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/ |
D | SDL_pixels.c | 943 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/ |
D | EXT_render_snorm.txt | 180 converted and/or dithered) color to fixed-point using equations 189 (possibly sRGB converted and/or dithered) color to fixed-point
|
D | EXT_YUV_target.txt | 234 [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
|
D | EXT_framebuffer_sRGB.txt | 258 sRGB converted and/or dithered) is converted to fixed-point according
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_render_snorm.txt | 180 converted and/or dithered) color to fixed-point using equations 189 (possibly sRGB converted and/or dithered) color to fixed-point
|
D | EXT_YUV_target.txt | 234 [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
|
D | EXT_framebuffer_sRGB.txt | 258 sRGB converted and/or dithered) is converted to fixed-point according
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cs.c | 611 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/ |
D | CMakeLists.txt | 1010 # 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
|
D | usage.txt | 229 often useful when converting dithered images to JPEG: a moderate smoothing
|
/third_party/mesa3d/docs/gallium/cso/ |
D | blend.rst | 72 dithered depending on their format or usage flags.
|
/third_party/libjpeg-turbo/ |
D | CMakeLists.txt | 1090 # 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
|
D | usage.txt | 232 often useful when converting dithered images to JPEG: a moderate smoothing
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_legacy_dithering.adoc | 166 - Only certain formats may actually be dithered.
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.2.rst | 67 - panfrost: Handle non-dithered clear colours
|
/third_party/python/Tools/pynche/ |
D | README | 360 guarantee will not be dithered. These are specified in #rrggbb
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 351 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/ |
D | README.md | 191 …e between `0` and `1` (inclusive). Dithering level `0` enables fast non-dithered remapping. Otherw…
|