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.c235 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */ in tng__yuv_processor_execute()
236 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16); in tng__yuv_processor_execute()
237 psb_update_context(driver_data, obj_context->ctp_type); in tng__yuv_processor_execute()
276 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */ in tng__yuv_processor_execute()
277 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16); in tng__yuv_processor_execute()
278 psb_update_context(driver_data, obj_context->ctp_type); in tng__yuv_processor_execute()
Dpsb_drv_video.c1473 obj_context->ctp_type = (((obj_config->profile << 8) | in psb_CreateContext()
1478 obj_context->ctp_type = (((obj_config->profile << 8) | in psb_CreateContext()
1482 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16); in psb_CreateContext()
1485 if (obj_context->ctp_type & VAEntrypointVLD) { in psb_CreateContext()
1487 obj_context->ctp_type |= PSB_SURFACE_UNAVAILABLE; in psb_CreateContext()
1491 if (obj_context->ctp_type & VAEntrypointVLD) { in psb_CreateContext()
1493 obj_context->ctp_type |= PSB_SURFACE_UNAVAILABLE; in psb_CreateContext()
1506 obj_context->ctp_type |= (width_in_mb << 32); in psb_CreateContext()
1507 obj_context->ctp_type |= (height_in_mb << 48); in psb_CreateContext()
1511 int ret = psb_new_context(driver_data, obj_context->ctp_type | driver_data->protected); in psb_CreateContext()
[all …]
Dpnw_rotate.c718 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */ in psb_CreateRotateSurface()
719 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16); in psb_CreateRotateSurface()
720 psb_update_context(driver_data, obj_context->ctp_type); in psb_CreateRotateSurface()
Dpsb_drv_video.h446 uint64_t ctp_type; member