Searched refs:ExceededMALLSize (Results 1 – 9 of 9) sorted by relevance
305 if (!fail_only || support->ExceededMALLSize == 1) in dml2_core_utils_print_mode_support_info()306 DML_LOG_VERBOSE("DML: support: ExceededMALLSize = %d\n", support->ExceededMALLSize); in dml2_core_utils_print_mode_support_info()
248 bool ExceededMALLSize; member
143 if (!fail_only || support->ExceededMALLSize == 1) in dml2_print_mode_support_info()144 DML_LOG_VERBOSE("DML: support: ExceededMALLSize = %d\n", support->ExceededMALLSize); in dml2_print_mode_support_info()4577 bool *ExceededMALLSize) in CalculateSurfaceSizeInMall() argument4627 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in CalculateSurfaceSizeInMall()4634 DML_LOG_VERBOSE("DML::%s: ExceededMALLSize = %u\n", __func__, *ExceededMALLSize); in CalculateSurfaceSizeInMall()8908 mode_lib->ms.support.ExceededMALLSize = 0; in dml_core_mode_support()8928 &mode_lib->ms.support.ExceededMALLSize); in dml_core_mode_support()9603 && !mode_lib->ms.support.ExceededMALLSize in dml_core_mode_support()13086 out->informative.mode_support_info.ExceededMALLSize = mode_lib->ms.support.ExceededMALLSize; in dml2_core_calcs_get_informative()
410 …ded MALL Size : %s\n", mode_lib->ms.support.ExceededMALLSize == false ? "S… in dml_print_mode_support()466 if (!fail_only || support->ExceededMALLSize == 1) in dml_print_dml_mode_support_info()467 dml_print("DML: support: ExceededMALLSize = 0x%x\n", support->ExceededMALLSize); in dml_print_dml_mode_support_info()
756 dml_bool_t ExceededMALLSize; member
697 dml_bool_t *ExceededMALLSize);4773 dml_bool_t *ExceededMALLSize) in CalculateSurfaceSizeInMall()4823 *ExceededMALLSize = (TotalSurfaceSizeInMALL > MALLAllocatedForDCN * 1024 * 1024); in CalculateSurfaceSizeInMall()7709 &mode_lib->ms.support.ExceededMALLSize); in dml_core_mode_support()8203 && !mode_lib->ms.support.ExceededMALLSize in dml_core_mode_support()
367 bool *ExceededMALLSize);
1703 && !mode_lib->vba.ExceededMALLSize in mode_support_configuration()2683 &mode_lib->vba.ExceededMALLSize); in dml32_ModeSupportAndSystemConfigurationFull()
1200 bool ExceededMALLSize; member