Searched refs:negate_b (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h284 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 Dv4_pack.h1364 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 Dv5_pack.h1416 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 Dv6_pack.h1345 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 Dv7_pack.h1397 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 Dpan_blend.c205 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;

Completed in 39 milliseconds