| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v6_pack.h | 1580 bool alpha_one_store; member in struct:MALI_BLEND_FIXED_FUNCTION 1597 __gen_uint(values->alpha_one_store, 6, 6) | 1615 values->alpha_one_store = __gen_unpack_uint(cl, 6, 6); 1627 fprintf(fp, "%*sAlpha One Store: %s\n", indent, "", values->alpha_one_store ? "true" : "false"); 1651 __gen_uint(values->fixed_function.alpha_one_store, 6, 6) | 1672 values->fixed_function.alpha_one_store = __gen_unpack_uint(cl, 6, 6); 1735 __gen_uint(values->internal.fixed_function.alpha_one_store, 6, 6) | 1778 values->internal.fixed_function.alpha_one_store = __gen_unpack_uint(cl, 70, 70);
|
| v7_pack.h | 1632 bool alpha_one_store; member in struct:MALI_BLEND_FIXED_FUNCTION 1649 __gen_uint(values->alpha_one_store, 6, 6) | 1667 values->alpha_one_store = __gen_unpack_uint(cl, 6, 6); 1679 fprintf(fp, "%*sAlpha One Store: %s\n", indent, "", values->alpha_one_store ? "true" : "false"); 1703 __gen_uint(values->fixed_function.alpha_one_store, 6, 6) | 1724 values->fixed_function.alpha_one_store = __gen_unpack_uint(cl, 6, 6); 1787 __gen_uint(values->internal.fixed_function.alpha_one_store, 6, 6) | 1830 values->internal.fixed_function.alpha_one_store = __gen_unpack_uint(cl, 70, 70);
|