HomeSort by: relevance | last modified time | path
    Searched refs:dithered (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_util.c 77 bool dithered)
80 panfrost_blendable_formats_v7[format].bifrost[dithered] :
81 panfrost_blendable_formats_v6[format].bifrost[dithered];
pan_util.h 61 bool dithered);
65 enum pipe_format format, bool dithered);
pan_clear.c 58 * dithering, the fractional bits are used. When not dithered, only the integer
119 enum pipe_format format, bool dithered)
160 uint32_t ur = float_to_fixed(r, l.int_r, l.frac_r, dithered) << 0;
161 uint32_t ug = float_to_fixed(g, l.int_g, l.frac_g, dithered) << count_r;
162 uint32_t ub = float_to_fixed(b, l.int_b, l.frac_b, dithered) << count_g;
163 uint32_t ua = float_to_fixed(a, l.int_a, l.frac_a, dithered) << count_b;
pan_blend.h 171 unsigned force_size, bool dithered);
pan_blend.c 625 unsigned force_size, bool dithered)
672 panfrost_format_to_bifrost_blend(dev, fmt, dithered);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
test-clear.c 31 bool dithered; member in struct:test
116 * cannot be dithered. */
147 util_format_short_name(T.format), T.dithered ? " dithered" : "", #x, x[0], x[1], x[2], x[3], #y, y[0], y[1], y[2], y[3]); \
158 pan_pack_color(&packed[0], &T.colour, T.format, T.dithered);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_cs.c 596 bool dithered = false; local
609 cfg.round_to_fb_precision = !dithered;
647 panfrost_format_to_bifrost_blend(pdev, rts->format, dithered);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 276 bool dithered = so->base.dither; local
303 cfg.round_to_fb_precision = !dithered;
358 panfrost_format_to_bifrost_blend(dev, format, dithered);

Completed in 9 milliseconds