| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | common_pack.h | 286 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 D | v4_pack.h | 1366 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 D | v5_pack.h | 1418 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 D | v6_pack.h | 1347 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 D | v7_pack.h | 1399 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 D | pan_blend.c | 206 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;
|