Home
last modified time | relevance | path

Searched refs:ctp_type (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_yuv_processor.c230 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */ in tng__yuv_processor_execute()
231 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16); in tng__yuv_processor_execute()
232 psb_update_context(driver_data, obj_context->ctp_type); in tng__yuv_processor_execute()
271 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */ in tng__yuv_processor_execute()
272 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16); in tng__yuv_processor_execute()
273 psb_update_context(driver_data, obj_context->ctp_type); in tng__yuv_processor_execute()
Dpnw_rotate.c712 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */ in psb_CreateRotateSurface()
713 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16); in psb_CreateRotateSurface()
714 psb_update_context(driver_data, obj_context->ctp_type); in psb_CreateRotateSurface()
Dpsb_drv_video.c1420 obj_context->ctp_type = (((obj_config->profile << 8) | in psb_CreateContext()
1425 obj_context->ctp_type = (((obj_config->profile << 8) | in psb_CreateContext()
1429 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16); in psb_CreateContext()
1432 if (obj_context->ctp_type & VAEntrypointVLD) { in psb_CreateContext()
1434 obj_context->ctp_type |= PSB_SURFACE_UNAVAILABLE; in psb_CreateContext()
1438 if (obj_context->ctp_type & VAEntrypointVLD) { in psb_CreateContext()
1440 obj_context->ctp_type |= PSB_SURFACE_UNAVAILABLE; in psb_CreateContext()
1448 obj_context->ctp_type |= (width_in_mb << 32); in psb_CreateContext()
1452 int ret = psb_new_context(driver_data, obj_context->ctp_type | driver_data->protected); in psb_CreateContext()
2142 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */ in psb_BeginPicture()
[all …]
Dpsb_drv_video.h445 uint64_t ctp_type; member