Searched refs:computeMinSize (Results 1 – 3 of 3) sorted by relevance
2593 … const BOOL_32 computeMinSize = (pIn->flags.minimizeAlign == 1) || (pIn->memoryBudget >= 1.0); in HwlGetPreferredSurfaceSetting() local2595 if ((height > 1) && (computeMinSize == FALSE)) in HwlGetPreferredSurfaceSetting()2630 … const UINT_32 ratioLow = computeMinSize ? 1 : (pIn->flags.opt4space ? 3 : 2); in HwlGetPreferredSurfaceSetting()2631 … const UINT_32 ratioHi = computeMinSize ? 1 : (pIn->flags.opt4space ? 2 : 1); in HwlGetPreferredSurfaceSetting()
3081 … const BOOL_32 computeMinSize = (pIn->flags.minimizeAlign == 1) || (pIn->memoryBudget >= 1.0); in HwlGetPreferredSurfaceSetting() local3083 if ((height > 1) && (computeMinSize == FALSE)) in HwlGetPreferredSurfaceSetting()3123 … const UINT_32 ratioLow = computeMinSize ? 1 : (pIn->flags.opt4space ? 3 : 2); in HwlGetPreferredSurfaceSetting()3124 … const UINT_32 ratioHi = computeMinSize ? 1 : (pIn->flags.opt4space ? 2 : 1); in HwlGetPreferredSurfaceSetting()
3736 … const BOOL_32 computeMinSize = (pIn->flags.minimizeAlign == 1) || (pIn->memoryBudget >= 1.0); in HwlGetPreferredSurfaceSetting() local3738 if ((height > 1) && (computeMinSize == FALSE)) in HwlGetPreferredSurfaceSetting()3766 … const UINT_32 ratioLow = computeMinSize ? 1 : (pIn->flags.opt4space ? 3 : 2); in HwlGetPreferredSurfaceSetting()3767 … const UINT_32 ratioHi = computeMinSize ? 1 : (pIn->flags.opt4space ? 2 : 1); in HwlGetPreferredSurfaceSetting()