Lines Matching defs:pitch
53 uint32_t pitch = dst->surf.row_pitch_B;
56 pitch /= 4;
87 xyblt.DestinationPitch = pitch;
136 int pitch = res->surf.row_pitch_B;
138 pitch /= 4;
139 return pitch;
169 /* For Tiled surfaces, the pitch has to be a multiple of the Tile width
194 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
201 /* For tiled source and destination, pitch value should be specified
304 * The blitter's pitch is a signed 16-bit integer, but measured in bytes
306 * pitch is 32k linear and 128k tiled.