Lines Matching defs:cpp
42 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
44 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
46 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
48 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
50 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
52 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
54 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
56 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
776 unsigned int cpp = fb->format->cpp[color_plane];
821 switch (cpp) {
831 MISSING_CASE(cpp);
832 return cpp;
837 return cpp;
858 unsigned int cpp = fb->format->cpp[color_plane];
860 *tile_width = tile_width_bytes / cpp;
996 unsigned int cpp,
1001 old_offset += *y * pitch + *x * cpp;
1004 *x = ((old_offset - new_offset) - *y * pitch) / cpp;
1017 unsigned int cpp = fb->format->cpp[color_plane];
1032 pitch_tiles = pitch / (tile_width * cpp);
1039 intel_adjust_linear_offset(x, y, cpp, pitch,
1083 unsigned int cpp = fb->format->cpp[color_plane];
1097 pitch_tiles = pitch / (tile_width * cpp);
1116 offset = *y * pitch + *x * cpp;
1121 *x = ((offset % alignment) - *y * pitch) / cpp;
1362 (*x + plane_width) * fb->base.format->cpp[color_plane] > fb->base.pitches[color_plane]) {
1406 dims->tile_width * fb->base.format->cpp[color_plane]);
1438 return stride_tiles * tile_width * fb->base.format->cpp[color_plane];
1466 x * fb->base.format->cpp[color_plane];
1578 fb->base.format->cpp[color_plane];
1595 fb->base.format->cpp[color_plane],
1951 unsigned int cpp = fb->format->cpp[color_plane];
1954 return y * pitch + x * cpp;