Searched refs:max_horizontal_deci (Results 1 – 11 of 11) sorted by relevance
221 uint32_t max_horizontal_deci; member
251 uint32_t max_horizontal_deci; member
429 info->max_horizontal_deci = 0; in GetTypeInfo()450 string max_horizontal_deci = "max_horizontal_deci="; in GetTypeInfo() local478 } else if (line.find(max_horizontal_deci) != string::npos) { in GetTypeInfo()479 info->max_horizontal_deci = std::stoi(line.erase(0, max_horizontal_deci.length())); in GetTypeInfo()
471 uint32_t max_horizontal_deci; member
298 pipe_type.second.max_horizontal_deci > 1 && pipe_type.second.max_vertical_deci > 1; in GetHWPlanesInfo()307 pipe_type.second.max_horizontal_deci > 1 && pipe_type.second.max_vertical_deci > 1; in GetHWPlanesInfo()
552 uint32_t max_horizontal_deci; member
569 uint32_t max_horizontal_deci; member
320 hw_resource->has_decimation = info.max_horizontal_deci > 1 && info.max_vertical_deci > 1; in PopulatePipeCaps()
307 hw_resource->has_decimation = info.max_horizontal_deci > 1 && info.max_vertical_deci > 1; in PopulatePipeCaps()
480 hw_resource->has_decimation = info.max_horizontal_deci > 0 && info.max_vertical_deci > 0; in PopulatePipeCaps()