Lines Matching refs:pitches
127 unsigned int handles[4], unsigned int pitches[4], in bo_create()
249 pitches[0] = bo->pitch; in bo_create()
260 pitches[0] = bo->pitch; in bo_create()
261 pitches[1] = pitches[0]; in bo_create()
262 offsets[1] = pitches[0] * height; in bo_create()
273 pitches[0] = bo->pitch; in bo_create()
274 pitches[1] = pitches[0] / 2; in bo_create()
275 offsets[1] = pitches[0] * height; in bo_create()
277 pitches[2] = pitches[1]; in bo_create()
278 offsets[2] = offsets[1] + pitches[1] * height / 2; in bo_create()
329 pitches[0] = bo->pitch; in bo_create()
335 util_fill_pattern(format, pattern, planes, width, height, pitches[0]); in bo_create()