Searched refs:bytePerPixel (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_accel.c | 326 u32 bytePerPixel, /* Color depth of destination surface */ in hw_imageblit() argument 367 if(bytePerPixel == 3 ){ in hw_imageblit() 380 FIELD_VALUE(0, DE_PITCH, DESTINATION, dPitch/bytePerPixel) | in hw_imageblit() 381 FIELD_VALUE(0, DE_PITCH, SOURCE, dPitch/bytePerPixel));//dpr10 in hw_imageblit() 388 FIELD_VALUE(0, DE_WINDOW_WIDTH, DESTINATION, (dPitch/bytePerPixel)) | in hw_imageblit() 389 FIELD_VALUE(0, DE_WINDOW_WIDTH, SOURCE, (dPitch/bytePerPixel))); in hw_imageblit()
|
D | sm750_accel.h | 267 u32 bytePerPixel, /* Color depth of destination surface */
|