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

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h286 bool invert_c; member in struct:MALI_BLEND_FUNCTION
300 fprintf(fp, "%*sInvert C: %s\n", indent, "", values->invert_c ? "true" : "false");
322 __gen_uint(values->rgb.invert_c, 11, 11) |
328 __gen_uint(values->alpha.invert_c, 23, 23) |
345 values->rgb.invert_c = __gen_unpack_uint(cl, 11, 11);
351 values->alpha.invert_c = __gen_unpack_uint(cl, 23, 23);
H A Dv4_pack.h1366 bool invert_c; member in struct:MALI_BLEND_FUNCTION
1380 fprintf(fp, "%*sInvert C: %s\n", indent, "", values->invert_c ? "true" : "false");
1402 __gen_uint(values->rgb.invert_c, 11, 11) |
1408 __gen_uint(values->alpha.invert_c, 23, 23) |
1425 values->rgb.invert_c = __gen_unpack_uint(cl, 11, 11);
1431 values->alpha.invert_c = __gen_unpack_uint(cl, 23, 23);
1485 __gen_uint(values->equation.rgb.invert_c, 11, 11) |
1491 __gen_uint(values->equation.alpha.invert_c, 23, 23) |
1520 values->equation.rgb.invert_c = __gen_unpack_uint(cl, 75, 75);
1526 values->equation.alpha.invert_c
[all...]
H A Dv5_pack.h1418 bool invert_c; member in struct:MALI_BLEND_FUNCTION
1432 fprintf(fp, "%*sInvert C: %s\n", indent, "", values->invert_c ? "true" : "false");
1454 __gen_uint(values->rgb.invert_c, 11, 11) |
1460 __gen_uint(values->alpha.invert_c, 23, 23) |
1477 values->rgb.invert_c = __gen_unpack_uint(cl, 11, 11);
1483 values->alpha.invert_c = __gen_unpack_uint(cl, 23, 23);
1537 __gen_uint(values->equation.rgb.invert_c, 11, 11) |
1543 __gen_uint(values->equation.alpha.invert_c, 23, 23) |
1572 values->equation.rgb.invert_c = __gen_unpack_uint(cl, 75, 75);
1578 values->equation.alpha.invert_c
[all...]
H A Dv6_pack.h1347 bool invert_c; member in struct:MALI_BLEND_FUNCTION
1361 fprintf(fp, "%*sInvert C: %s\n", indent, "", values->invert_c ? "true" : "false");
1383 __gen_uint(values->rgb.invert_c, 11, 11) |
1389 __gen_uint(values->alpha.invert_c, 23, 23) |
1406 values->rgb.invert_c = __gen_unpack_uint(cl, 11, 11);
1412 values->alpha.invert_c = __gen_unpack_uint(cl, 23, 23);
1723 __gen_uint(values->equation.rgb.invert_c, 11, 11) |
1729 __gen_uint(values->equation.alpha.invert_c, 23, 23) |
1765 values->equation.rgb.invert_c = __gen_unpack_uint(cl, 43, 43);
1771 values->equation.alpha.invert_c
[all...]
H A Dv7_pack.h1399 bool invert_c; member in struct:MALI_BLEND_FUNCTION
1413 fprintf(fp, "%*sInvert C: %s\n", indent, "", values->invert_c ? "true" : "false");
1435 __gen_uint(values->rgb.invert_c, 11, 11) |
1441 __gen_uint(values->alpha.invert_c, 23, 23) |
1458 values->rgb.invert_c = __gen_unpack_uint(cl, 11, 11);
1464 values->alpha.invert_c = __gen_unpack_uint(cl, 23, 23);
1775 __gen_uint(values->equation.rgb.invert_c, 11, 11) |
1781 __gen_uint(values->equation.alpha.invert_c, 23, 23) |
1817 values->equation.rgb.invert_c = __gen_unpack_uint(cl, 43, 43);
1823 values->equation.alpha.invert_c
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c206 function->invert_c = invert_dest;
215 function->invert_c = invert_dest;
222 function->invert_c = invert_src;
231 function->invert_c = invert_src;
235 function->invert_c = invert_src;
261 function->invert_c = invert_src;

Completed in 29 milliseconds