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

  /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 8 milliseconds