Home
last modified time | relevance | path

Searched refs:computeMinSize (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp2593 … const BOOL_32 computeMinSize = (pIn->flags.minimizeAlign == 1) || (pIn->memoryBudget >= 1.0); in HwlGetPreferredSurfaceSetting() local
2595 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()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp3081 … const BOOL_32 computeMinSize = (pIn->flags.minimizeAlign == 1) || (pIn->memoryBudget >= 1.0); in HwlGetPreferredSurfaceSetting() local
3083 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()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp3736 … const BOOL_32 computeMinSize = (pIn->flags.minimizeAlign == 1) || (pIn->memoryBudget >= 1.0); in HwlGetPreferredSurfaceSetting() local
3738 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()