Lines Matching refs:width
152 uint16_t width,
625 …LRC = PXP_OUT_LRC_Y((uint32_t)config->height - 1U) | PXP_OUT_LRC_X((uint32_t)config->width - 1U); in PXP_SetOutputBufferConfig()
632 … base->DITHER_STORE_SIZE_CH0 = PXP_DITHER_STORE_SIZE_CH0_OUT_WIDTH((uint32_t)config->width - 1U) | in PXP_SetOutputBufferConfig()
651 uint16_t width, in PXP_BuildRect() argument
688 PXP_SetAlphaSurfacePosition(base, 0, 0, width, height); in PXP_BuildRect()
703 outputBufferConfig.width = width; in PXP_BuildRect()
1198 uint16_t width, in PXP_StartRectCopy() argument
1227 PXP_SetAlphaSurfacePosition(base, 0U, 0U, width - 1U, height - 1U); in PXP_StartRectCopy()
1241 outputBufferConfig.width = width; in PXP_StartRectCopy()
1266 if ((0U == config->height) || (0U == config->width)) in PXP_StartPictureCopy()
1285 …tCopy(base, copyFromAddr, config->srcPitchBytes, copyToAddr, config->destPitchBytes, config->width, in PXP_StartPictureCopy()
1490 shiftWidthReg = (uint32_t)config->shiftConfig.component0.width | in PXP_SetFetchEngineConfig()
1491 ((uint32_t)(config->shiftConfig.component1.width) << 4U) | in PXP_SetFetchEngineConfig()
1492 ((uint32_t)(config->shiftConfig.component2.width) << 8U) | in PXP_SetFetchEngineConfig()
1493 ((uint32_t)(config->shiftConfig.component3.width) << 12U); in PXP_SetFetchEngineConfig()