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

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h282 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 Dv4_pack.h1362 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 Dv5_pack.h1414 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 Dv6_pack.h1343 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 Dv7_pack.h1395 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 Dpan_blend.c214 function->negate_a = true;
228 function->negate_a = true;
274 function->negate_a = true;

Completed in 31 milliseconds