| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | common_pack.h | 284 bool negate_b; member in struct:MALI_BLEND_FUNCTION 298 fprintf(fp, "%*sNegate B: %s\n", indent, "", values->negate_b ? "true" : "false"); 320 __gen_uint(values->rgb.negate_b, 7, 7) | 326 __gen_uint(values->alpha.negate_b, 19, 19) | 343 values->rgb.negate_b = __gen_unpack_uint(cl, 7, 7); 349 values->alpha.negate_b = __gen_unpack_uint(cl, 19, 19);
|
| H A D | v4_pack.h | 1364 bool negate_b; member in struct:MALI_BLEND_FUNCTION 1378 fprintf(fp, "%*sNegate B: %s\n", indent, "", values->negate_b ? "true" : "false"); 1400 __gen_uint(values->rgb.negate_b, 7, 7) | 1406 __gen_uint(values->alpha.negate_b, 19, 19) | 1423 values->rgb.negate_b = __gen_unpack_uint(cl, 7, 7); 1429 values->alpha.negate_b = __gen_unpack_uint(cl, 19, 19); 1483 __gen_uint(values->equation.rgb.negate_b, 7, 7) | 1489 __gen_uint(values->equation.alpha.negate_b, 19, 19) | 1518 values->equation.rgb.negate_b = __gen_unpack_uint(cl, 71, 71); 1524 values->equation.alpha.negate_b [all...] |
| H A D | v5_pack.h | 1416 bool negate_b; member in struct:MALI_BLEND_FUNCTION 1430 fprintf(fp, "%*sNegate B: %s\n", indent, "", values->negate_b ? "true" : "false"); 1452 __gen_uint(values->rgb.negate_b, 7, 7) | 1458 __gen_uint(values->alpha.negate_b, 19, 19) | 1475 values->rgb.negate_b = __gen_unpack_uint(cl, 7, 7); 1481 values->alpha.negate_b = __gen_unpack_uint(cl, 19, 19); 1535 __gen_uint(values->equation.rgb.negate_b, 7, 7) | 1541 __gen_uint(values->equation.alpha.negate_b, 19, 19) | 1570 values->equation.rgb.negate_b = __gen_unpack_uint(cl, 71, 71); 1576 values->equation.alpha.negate_b [all...] |
| H A D | v6_pack.h | 1345 bool negate_b; member in struct:MALI_BLEND_FUNCTION 1359 fprintf(fp, "%*sNegate B: %s\n", indent, "", values->negate_b ? "true" : "false"); 1381 __gen_uint(values->rgb.negate_b, 7, 7) | 1387 __gen_uint(values->alpha.negate_b, 19, 19) | 1404 values->rgb.negate_b = __gen_unpack_uint(cl, 7, 7); 1410 values->alpha.negate_b = __gen_unpack_uint(cl, 19, 19); 1721 __gen_uint(values->equation.rgb.negate_b, 7, 7) | 1727 __gen_uint(values->equation.alpha.negate_b, 19, 19) | 1763 values->equation.rgb.negate_b = __gen_unpack_uint(cl, 39, 39); 1769 values->equation.alpha.negate_b [all...] |
| H A D | v7_pack.h | 1397 bool negate_b; member in struct:MALI_BLEND_FUNCTION 1411 fprintf(fp, "%*sNegate B: %s\n", indent, "", values->negate_b ? "true" : "false"); 1433 __gen_uint(values->rgb.negate_b, 7, 7) | 1439 __gen_uint(values->alpha.negate_b, 19, 19) | 1456 values->rgb.negate_b = __gen_unpack_uint(cl, 7, 7); 1462 values->alpha.negate_b = __gen_unpack_uint(cl, 19, 19); 1773 __gen_uint(values->equation.rgb.negate_b, 7, 7) | 1779 __gen_uint(values->equation.alpha.negate_b, 19, 19) | 1815 values->equation.rgb.negate_b = __gen_unpack_uint(cl, 39, 39); 1821 values->equation.alpha.negate_b [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blend.c | 205 function->negate_b = true; 212 function->negate_b = true; 221 function->negate_b = true; 230 function->negate_b = true; 243 function->negate_b = true; 270 function->negate_b = true;
|