HomeSort by relevance Sort by last modified time
    Searched refs:ctp_type (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.c 230 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
231 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
232 psb_update_context(driver_data, obj_context->ctp_type);
271 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
272 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
273 psb_update_context(driver_data, obj_context->ctp_type);
pnw_rotate.c 712 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
713 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
714 psb_update_context(driver_data, obj_context->ctp_type);
psb_drv_video.c     [all...]
psb_drv_video.h 445 uint64_t ctp_type; member in struct:object_context_s

Completed in 2768 milliseconds