Lines Matching defs:CompactParams
32 struct CompactParams {
38 get_compact_params_name(const testing::TestParamInfo<CompactParams> p)
40 CompactParams params = p.param;
205 class CompactTestFixture : public testing::TestWithParam<CompactParams> {
208 CompactParams params = GetParam();
242 CompactParams{ 50, BRW_ALIGN_1 }, CompactParams{ 50, BRW_ALIGN_16 },
243 CompactParams{ 60, BRW_ALIGN_1 }, CompactParams{ 60, BRW_ALIGN_16 },
244 CompactParams{ 70, BRW_ALIGN_1 }, CompactParams{ 70, BRW_ALIGN_16 },
245 CompactParams{ 75, BRW_ALIGN_1 }, CompactParams{ 75, BRW_ALIGN_16 },
246 CompactParams{ 80, BRW_ALIGN_1 }, CompactParams{ 80, BRW_ALIGN_16 },
247 CompactParams{ 90, BRW_ALIGN_1 }, CompactParams{ 90, BRW_ALIGN_16 },
248 CompactParams{ 110, BRW_ALIGN_1 },
249 CompactParams{ 120, BRW_ALIGN_1 },
250 CompactParams{ 125, BRW_ALIGN_1 }
260 CompactParams{ 50, BRW_ALIGN_1 }, CompactParams{ 50, BRW_ALIGN_16 },
261 CompactParams{ 60, BRW_ALIGN_1 }, CompactParams{ 60, BRW_ALIGN_16 }