Searched refs:round_to_fb_precision (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c609 cfg.round_to_fb_precision = !dithered;
H A Dpanvk_vX_meta_clear.c232 cfg.round_to_fb_precision = true;
H A Dpanvk_vX_meta_copy.c294 cfg.round_to_fb_precision = true;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1452 bool round_to_fb_precision; member in struct:MALI_BLEND
1464 .round_to_fb_precision = false, \
1477 __gen_uint(values->round_to_fb_precision, 11, 11);
1513 values->round_to_fb_precision = __gen_unpack_uint(cl, 11, 11);
1540 fprintf(fp, "%*sRound to FB precision: %s\n", indent, "", values->round_to_fb_precision ? "true" : "false");
H A Dv5_pack.h1504 bool round_to_fb_precision; member in struct:MALI_BLEND
1516 .round_to_fb_precision = false, \
1529 __gen_uint(values->round_to_fb_precision, 11, 11);
1565 values->round_to_fb_precision = __gen_unpack_uint(cl, 11, 11);
1592 fprintf(fp, "%*sRound to FB precision: %s\n", indent, "", values->round_to_fb_precision ? "true" : "false");
H A Dv6_pack.h1694 bool round_to_fb_precision; member in struct:MALI_BLEND
1704 .round_to_fb_precision = false, \
1716 __gen_uint(values->round_to_fb_precision, 11, 11) |
1758 values->round_to_fb_precision = __gen_unpack_uint(cl, 11, 11);
1792 fprintf(fp, "%*sRound to FB precision: %s\n", indent, "", values->round_to_fb_precision ? "true" : "false");
H A Dv7_pack.h1746 bool round_to_fb_precision; member in struct:MALI_BLEND
1756 .round_to_fb_precision = false, \
1768 __gen_uint(values->round_to_fb_precision, 11, 11) |
1810 values->round_to_fb_precision = __gen_unpack_uint(cl, 11, 11);
1844 fprintf(fp, "%*sRound to FB precision: %s\n", indent, "", values->round_to_fb_precision ? "true" : "false");
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blitter.c134 cfg.round_to_fb_precision = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c303 cfg.round_to_fb_precision = !dithered;

Completed in 61 milliseconds