| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | common_pack.h | 282 bool negate_a; member in struct:MALI_BLEND_FUNCTION 296 fprintf(fp, "%*sNegate A: %s\n", indent, "", values->negate_a ? "true" : "false"); 318 __gen_uint(values->rgb.negate_a, 3, 3) | 324 __gen_uint(values->alpha.negate_a, 15, 15) | 341 values->rgb.negate_a = __gen_unpack_uint(cl, 3, 3); 347 values->alpha.negate_a = __gen_unpack_uint(cl, 15, 15);
|
| H A D | v4_pack.h | 1362 bool negate_a; member in struct:MALI_BLEND_FUNCTION 1376 fprintf(fp, "%*sNegate A: %s\n", indent, "", values->negate_a ? "true" : "false"); 1398 __gen_uint(values->rgb.negate_a, 3, 3) | 1404 __gen_uint(values->alpha.negate_a, 15, 15) | 1421 values->rgb.negate_a = __gen_unpack_uint(cl, 3, 3); 1427 values->alpha.negate_a = __gen_unpack_uint(cl, 15, 15); 1481 __gen_uint(values->equation.rgb.negate_a, 3, 3) | 1487 __gen_uint(values->equation.alpha.negate_a, 15, 15) | 1516 values->equation.rgb.negate_a = __gen_unpack_uint(cl, 67, 67); 1522 values->equation.alpha.negate_a [all...] |
| H A D | v5_pack.h | 1414 bool negate_a; member in struct:MALI_BLEND_FUNCTION 1428 fprintf(fp, "%*sNegate A: %s\n", indent, "", values->negate_a ? "true" : "false"); 1450 __gen_uint(values->rgb.negate_a, 3, 3) | 1456 __gen_uint(values->alpha.negate_a, 15, 15) | 1473 values->rgb.negate_a = __gen_unpack_uint(cl, 3, 3); 1479 values->alpha.negate_a = __gen_unpack_uint(cl, 15, 15); 1533 __gen_uint(values->equation.rgb.negate_a, 3, 3) | 1539 __gen_uint(values->equation.alpha.negate_a, 15, 15) | 1568 values->equation.rgb.negate_a = __gen_unpack_uint(cl, 67, 67); 1574 values->equation.alpha.negate_a [all...] |
| H A D | v6_pack.h | 1343 bool negate_a; member in struct:MALI_BLEND_FUNCTION 1357 fprintf(fp, "%*sNegate A: %s\n", indent, "", values->negate_a ? "true" : "false"); 1379 __gen_uint(values->rgb.negate_a, 3, 3) | 1385 __gen_uint(values->alpha.negate_a, 15, 15) | 1402 values->rgb.negate_a = __gen_unpack_uint(cl, 3, 3); 1408 values->alpha.negate_a = __gen_unpack_uint(cl, 15, 15); 1719 __gen_uint(values->equation.rgb.negate_a, 3, 3) | 1725 __gen_uint(values->equation.alpha.negate_a, 15, 15) | 1761 values->equation.rgb.negate_a = __gen_unpack_uint(cl, 35, 35); 1767 values->equation.alpha.negate_a [all...] |
| H A D | v7_pack.h | 1395 bool negate_a; member in struct:MALI_BLEND_FUNCTION 1409 fprintf(fp, "%*sNegate A: %s\n", indent, "", values->negate_a ? "true" : "false"); 1431 __gen_uint(values->rgb.negate_a, 3, 3) | 1437 __gen_uint(values->alpha.negate_a, 15, 15) | 1454 values->rgb.negate_a = __gen_unpack_uint(cl, 3, 3); 1460 values->alpha.negate_a = __gen_unpack_uint(cl, 15, 15); 1771 __gen_uint(values->equation.rgb.negate_a, 3, 3) | 1777 __gen_uint(values->equation.alpha.negate_a, 15, 15) | 1813 values->equation.rgb.negate_a = __gen_unpack_uint(cl, 35, 35); 1819 values->equation.alpha.negate_a [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blend.c | 214 function->negate_a = true; 228 function->negate_a = true; 274 function->negate_a = true;
|