Searched refs:round_to_fb_precision (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 609 cfg.round_to_fb_precision = !dithered;
|
| H A D | panvk_vX_meta_clear.c | 232 cfg.round_to_fb_precision = true;
|
| H A D | panvk_vX_meta_copy.c | 294 cfg.round_to_fb_precision = true;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 1452 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 D | v5_pack.h | 1504 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 D | v6_pack.h | 1694 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 D | v7_pack.h | 1746 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 D | pan_blitter.c | 134 cfg.round_to_fb_precision = true;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 303 cfg.round_to_fb_precision = !dithered;
|
Completed in 61 milliseconds