Searched refs:GetCv (Results 1 – 1 of 1) sorted by relevance
38 static UINT GetCv() { SWR_NOT_IMPL; return 0; } in GetCv() function51 static UINT GetCv() { return 0; }62 static UINT GetCv() { return KNOB_TILE_Y_DIM_SHIFT; }75 static UINT GetCv() { return KNOB_TILE_Y_DIM_SHIFT; }87 static UINT GetCv() { return KNOB_TILE_Y_DIM_SHIFT; }101 static UINT GetCv() { return 5; }114 static UINT GetCv() { return 3; }126 static UINT GetCv() { return 6; }156 …UINT tileID = (tileZ * (qpitch >> TTraits::GetCv()) + tileY) * (pitch >> TTraits::GetCu()) + tileX;168 UINT tileID = ComputeTileOffset2D<TTraits>(pitch, x >> TTraits::GetCu(), y >> TTraits::GetCv());[all …]