Lines Matching refs:pitches
1088 unsigned int handles[4], unsigned int pitches[4], in bo_create()
1200 pitches[0] = bo->pitch; in bo_create()
1211 pitches[0] = bo->pitch; in bo_create()
1212 pitches[1] = pitches[0]; in bo_create()
1213 offsets[1] = pitches[0] * height; in bo_create()
1224 pitches[0] = bo->pitch; in bo_create()
1225 pitches[1] = pitches[0] / 2; in bo_create()
1226 offsets[1] = pitches[0] * height; in bo_create()
1228 pitches[2] = pitches[1]; in bo_create()
1229 offsets[2] = offsets[1] + pitches[1] * height / 2; in bo_create()
1275 pitches[0] = bo->pitch; in bo_create()
1281 fill_pattern(format, pattern, planes, width, height, pitches[0]); in bo_create()