Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
Dtilingtraits.h37 static UINT GetCu() { SWR_ASSERT(0); return 0; } in GetCu() function
50 static UINT GetCu() { return 0; }
61 static UINT GetCu() { return KNOB_TILE_X_DIM_SHIFT; }
74 static UINT GetCu() { return KNOB_TILE_X_DIM_SHIFT + 2; }
86 static UINT GetCu() { return KNOB_TILE_X_DIM_SHIFT + 4; }
100 static UINT GetCu() { return 7; }
113 static UINT GetCu() { return 9; }
125 static UINT GetCu() { return 6; }
142 UINT tileID = tileY * (pitch >> TTraits::GetCu()) + tileX;
156 …UINT tileID = (tileZ * (qpitch >> TTraits::GetCv()) + tileY) * (pitch >> TTraits::GetCu()) + tileX;
[all …]